欢迎使用 CodeIgniter4
欢迎使用 CodeIgniter4
服务器要求
贡献致谢
PSR 兼容性
许可协议
安装
Composer 安装
手动安装
运行你的应用
Worker 模式
故障排除
部署
变更记录
从旧版本升级
CodeIgniter 仓库
指南
构建第一个应用程序
REST API 入门
CodeIgniter4 概览
应用程序结构
模型、视图和控制器
自动加载文件
服务
工厂
处理 HTTP 请求
安全指南
设计与架构目标
常规主题
配置
CodeIgniter URL
辅助函数
全局函数和常量
日志信息记录
错误处理
网页缓存
AJAX 请求
代码模块
管理应用程序
处理多环境
控制器和路由
URI 路由
控制器
控制器过滤器
控制器注解
自动路由(改进版)
HTTP 消息
Request 类
IncomingRequest 类
内容协商
HTTP 方法伪装
RESTful 资源处理
构建响应
视图
视图渲染器
视图布局
视图单元
视图解析器
视图装饰器
HTML Table 类
HTTP 响应
API 响应
API 资源
内容安全策略
本地化
在视图文件中使用 PHP 替代语法
数据库操作
快速入门:使用示例
数据库配置
连接数据库
Running Queries
Generating Query Results
查询辅助方法
Query Builder Class
Transactions
Getting Metadata
自定义函数调用
数据库事件
Database Utilities
数据建模
使用 CodeIgniter 的模型
使用实体类
管理数据库
数据库 Forge
数据库迁移
数据库填充
数据库命令
类库参考
缓存驱动
Cookie 类
跨域资源共享 (CORS)
CURLRequest 类
Email 类
加密服务
处理文件
文件集合
Honeypot 类
图像处理类
分页
Publisher 类
Security 类
Session 类
Throttler 类
时间与日期
Typography 类
处理上传文件
处理 URI
User Agent 类
Validation 类
辅助函数
数组辅助函数
Cookie 辅助函数
日期辅助函数
文件系统辅助函数
表单辅助函数
HTML 辅助函数
Inflector 辅助函数
数字辅助函数
安全辅助函数
测试辅助函数
文本辅助函数
URL 辅助函数
XML 辅助函数
测试
入门指南
数据库
生成数据
测试控制器
HTTP 测试
测试响应
测试 CLI 命令
模拟
基准测试
调试应用
Session 测试
命令行使用
CLI 概述
通过 CLI 运行控制器
Spark 命令
创建 Spark 命令
CLI 生成器
CLI 库
CLI Signals
CLIRequest 类
扩展 CodeIgniter
创建核心系统类
替换通用函数
事件
扩展控制器
身份验证
创建 Composer 包
为 CodeIgniter 做贡献
官方包
CodeIgniter
索引
索引
符号
|
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
符号
() ( 方法)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
,
[6]
,
[7]
,
[8]
,
[9]
,
[10]
,
[11]
,
[12]
,
[13]
,
[14]
,
[15]
,
[16]
,
[17]
_
__construct() (CodeIgniter\API\BaseTransformer method)
(CodeIgniter\Cookie\Cookie method)
(CodeIgniter\Cookie\CookieStore method)
A
addColumn() (CodeIgniter\Database\Forge method)
addField() (CodeIgniter\Database\Forge method)
addForeignKey() (CodeIgniter\Database\Forge method)
addHeader() (CodeIgniter\HTTP\Message method)
addKey() (CodeIgniter\Database\Forge method)
addPrimaryKey() (CodeIgniter\Database\Forge method)
addResponseHeaders() (CodeIgniter\HTTP\Cors method)
addRow() (CodeIgniter\View\Table method)
addUniqueKey() (CodeIgniter\Database\Forge method)
alternator() (global function)
anchor() (global function)
anchor_popup() (global function)
ApiException(CodeIgniter\API 中的类)
app_timezone() (global function)
appendBody() (CodeIgniter\HTTP\Message method)
appendHeader() (CodeIgniter\HTTP\Message method)
APPPATH (global constant)
areSignalsBlocked() (CodeIgniter\CLI\SignalTrait method)
array_deep_search() (global function)
array_flatten_with_dots() (global function)
array_group_by() (global function)
array_sort_by_multiple_keys() (global function)
ascii_to_entities() (global function)
attach() (CodeIgniter\Email\Email method)
audio() (global function)
auto_link() (global function)
autoTypography() (global function)
B
base_url() (global function)
BaseBuilder(CodeIgniter\Database 中的类)
BaseCommand(CodeIgniter\CLI 中的类)
BaseResult(CodeIgniter\Database 中的类)
BaseTransformer(CodeIgniter\API 中的类)
C
cache() (global function)
CacheInterface(CodeIgniter\Cache 中的类)
call() (CodeIgniter\CLI\BaseCommand method)
camelize() (global function)
character_limiter() (global function)
clean() (CodeIgniter\Cache\CacheInterface method)
clear() (CodeIgniter\Cookie\CookieStore method)
(CodeIgniter\Email\Email method)
(CodeIgniter\View\Table method)
CodeIgniter (namespace)
CodeIgniter\API (namespace)
CodeIgniter\Cache (namespace)
CodeIgniter\CLI (namespace)
,
[1]
CodeIgniter\Cookie (namespace)
CodeIgniter\Database (namespace)
,
[1]
,
[2]
,
[3]
CodeIgniter\Email (namespace)
CodeIgniter\Encryption (namespace)
CodeIgniter\Encryption\EncrypterInterface (interface in CodeIgniter\Encryption)
CodeIgniter\HTTP (namespace)
,
[1]
,
[2]
,
[3]
,
[4]
,
[5]
CodeIgniter\View (namespace)
,
[1]
,
[2]
config() (global function)
convert_accented_characters() (global function)
cookie() (global function)
cookies() (global function)
CookieStore(CodeIgniter\Cookie 中的类)
Cookie(CodeIgniter\Cookie 中的类)
Cors(CodeIgniter\HTTP 中的类)
countAll() (CodeIgniter\Database\BaseBuilder method)
countAllResults() (CodeIgniter\Database\BaseBuilder method)
counted() (global function)
createDatabase() (CodeIgniter\Database\Forge method)
createKey() (CodeIgniter\Encryption\Encryption method)
createTable() (CodeIgniter\Database\Forge method)
csp_script_nonce() (global function)
csp_style_nonce() (global function)
csrf_field() (global function)
csrf_hash() (global function)
csrf_header() (global function)
csrf_meta() (global function)
csrf_token() (global function)
current_url() (global function)
D
dasherize() (global function)
dataSeek() (CodeIgniter\Database\BaseResult method)
DAY (global constant)
db() (CodeIgniter\Database\BaseBuilder method)
DECADE (global constant)
decamelize() (global function)
decrement() (CodeIgniter\Cache\CacheInterface method)
(CodeIgniter\Database\BaseBuilder method)
delete() (CodeIgniter\Cache\CacheInterface method)
(CodeIgniter\Database\BaseBuilder method)
delete_cookie() (global function)
delete_files() (global function)
deleteBatch() (CodeIgniter\Database\BaseBuilder method)
deleteCookie() (CodeIgniter\HTTP\Response method)
deleteMatching() (CodeIgniter\Cache\CacheInterface method)
directory_map() (global function)
directory_mirror() (global function)
dispatch() (CodeIgniter\Cookie\CookieStore method)
display() (CodeIgniter\Cookie\CookieStore method)
distinct() (CodeIgniter\Database\BaseBuilder method)
doctype() (global function)
dot_array_search() (global function)
dropColumn() (CodeIgniter\Database\Forge method)
dropDatabase() (CodeIgniter\Database\Forge method)
dropKey() (CodeIgniter\Database\Forge method)
dropPrimaryKey() (CodeIgniter\Database\Forge method)
dropTable() (CodeIgniter\Database\Forge method)
E
ellipsize() (global function)
Email(CodeIgniter\Email 中的类)
embed() (global function)
emptyTable() (CodeIgniter\Database\BaseBuilder method)
encode_php_tags() (global function)
EncryptionEncrypterInterfacedecrypt() (CodeIgniter\Encryption\CodeIgniterEncryptionEncrypterInterface method)
EncryptionEncrypterInterfaceencrypt() (CodeIgniter\Encryption\CodeIgniterEncryptionEncrypterInterface method)
Encryption(CodeIgniter\Encryption 中的类)
entities_to_ascii() (global function)
env() (global function)
esc() (global function)
excerpt() (global function)
F
fake() (global function)
FCPATH (global constant)
fetchGlobal() (CodeIgniter\HTTP\Request method)
findMigrations() (CodeIgniter\Database\MigrationRunner method)
force() (CodeIgniter\Database\MigrationRunner method)
force_https() (global function)
Forge(CodeIgniter\Database 中的类)
forInvalidFields() (CodeIgniter\API\ApiException method)
forInvalidIncludes() (CodeIgniter\API\ApiException method)
form_button() (global function)
form_checkbox() (global function)
form_close() (global function)
form_dropdown() (global function)
form_fieldset() (global function)
form_fieldset_close() (global function)
form_hidden() (global function)
form_input() (global function)
form_label() (global function)
form_multiselect() (global function)
form_open() (global function)
form_open_multipart() (global function)
form_password() (global function)
form_radio() (global function)
form_reset() (global function)
form_submit() (global function)
form_textarea() (global function)
form_upload() (global function)
formatCharacters() (global function)
forMissingInclude() (CodeIgniter\API\ApiException method)
freeResult() (CodeIgniter\Database\BaseResult method)
from() (CodeIgniter\Database\BaseBuilder method)
fromCookieHeaders() (CodeIgniter\Cookie\CookieStore method)
fromHeaderString() (CodeIgniter\Cookie\Cookie method)
fromSubquery() (CodeIgniter\Database\BaseBuilder method)
function_usable() (global function)
G
generate() (CodeIgniter\View\Table method)
get() (CodeIgniter\Cache\CacheInterface method)
(CodeIgniter\Cookie\CookieStore method)
(CodeIgniter\Database\BaseBuilder method)
get_cookie() (global function)
get_dir_file_info() (global function)
get_file_info() (global function)
get_filenames() (global function)
getAgentString() (CodeIgniter\HTTP\UserAgent method)
getAllowedFields() (CodeIgniter\API\BaseTransformer method)
getAllowedIncludes() (CodeIgniter\API\BaseTransformer method)
getBody() (CodeIgniter\HTTP\Message method)
getBrowser() (CodeIgniter\HTTP\UserAgent method)
getCacheInfo() (CodeIgniter\Cache\CacheInterface method)
getCompiledDelete() (CodeIgniter\Database\BaseBuilder method)
getCompiledInsert() (CodeIgniter\Database\BaseBuilder method)
getCompiledSelect() (CodeIgniter\Database\BaseBuilder method)
getCompiledUpdate() (CodeIgniter\Database\BaseBuilder method)
getCookie() (CodeIgniter\HTTP\IncomingRequest method)
(CodeIgniter\HTTP\Response method)
getCookies() (CodeIgniter\HTTP\Response method)
getCustomResultObject() (CodeIgniter\Database\BaseResult method)
getCustomRowObject() (CodeIgniter\Database\BaseResult method)
getDomain() (CodeIgniter\Cookie\Cookie method)
getEnv() (CodeIgniter\HTTP\Request method)
getExpiresString() (CodeIgniter\Cookie\Cookie method)
getExpiresTimestamp() (CodeIgniter\Cookie\Cookie method)
getFieldCount() (CodeIgniter\Database\BaseResult method)
getFieldData() (CodeIgniter\Database\BaseResult method)
getFieldNames() (CodeIgniter\Database\BaseResult method)
getFilterCaller() (global function)
getFiltersForRoute() (global function)
getFirstRow() (CodeIgniter\Database\BaseResult method)
getGet() (CodeIgniter\HTTP\IncomingRequest method)
getGetPost() (CodeIgniter\HTTP\IncomingRequest method)
getHeaderLine() (CodeIgniter\HTTP\Message method)
getId() (CodeIgniter\Cookie\Cookie method)
getIPAddress() (CodeIgniter\HTTP\Request method)
getLastRow() (CodeIgniter\Database\BaseResult method)
getMaxAge() (CodeIgniter\Cookie\Cookie method)
getMetadata() (CodeIgniter\Cache\CacheInterface method)
getMethod() (CodeIgniter\HTTP\Request method)
getMobile() (CodeIgniter\HTTP\UserAgent method)
getName() (CodeIgniter\Cookie\Cookie method)
getNextRow() (CodeIgniter\Database\BaseResult method)
getNumRows() (CodeIgniter\Database\BaseResult method)
getOptions() (CodeIgniter\Cookie\Cookie method)
getPad() (CodeIgniter\CLI\BaseCommand method)
getPath() (CodeIgniter\Cookie\Cookie method)
(CodeIgniter\HTTP\IncomingRequest method)
getPlatform() (CodeIgniter\HTTP\UserAgent method)
getPost() (CodeIgniter\HTTP\IncomingRequest method)
getPostGet() (CodeIgniter\HTTP\IncomingRequest method)
getPrefix() (CodeIgniter\Cookie\Cookie method)
getPrefixedName() (CodeIgniter\Cookie\Cookie method)
getPreviousRow() (CodeIgniter\Database\BaseResult method)
getProcessState() (CodeIgniter\CLI\SignalTrait method)
getProtocolVersion() (CodeIgniter\HTTP\Message method)
getReasonPhrase() (CodeIgniter\HTTP\Response method)
getReferrer() (CodeIgniter\HTTP\UserAgent method)
getResult() (CodeIgniter\Database\BaseResult method)
getResultArray() (CodeIgniter\Database\BaseResult method)
getResultObject() (CodeIgniter\Database\BaseResult method)
getRobot() (CodeIgniter\HTTP\UserAgent method)
getRow() (CodeIgniter\Database\BaseResult method)
getRowArray() (CodeIgniter\Database\BaseResult method)
getRowObject() (CodeIgniter\Database\BaseResult method)
getSameSite() (CodeIgniter\Cookie\Cookie method)
getServer() (CodeIgniter\HTTP\IncomingRequest method)
(CodeIgniter\HTTP\Request method)
getSignalName() (CodeIgniter\CLI\SignalTrait method)
getSignals() (CodeIgniter\CLI\SignalTrait method)
getStatusCode() (CodeIgniter\HTTP\Response method)
getUnbufferedRow() (CodeIgniter\Database\BaseResult method)
getUserAgent() (CodeIgniter\HTTP\IncomingRequest method)
getValue() (CodeIgniter\Cookie\Cookie method)
getVar() (CodeIgniter\HTTP\IncomingRequest method)
getVersion() (CodeIgniter\HTTP\UserAgent method)
getWhere() (CodeIgniter\Database\BaseBuilder method)
groupBy() (CodeIgniter\Database\BaseBuilder method)
groupEnd() (CodeIgniter\Database\BaseBuilder method)
groupStart() (CodeIgniter\Database\BaseBuilder method)
H
handlePreflightRequest() (CodeIgniter\HTTP\Cors method)
has() (CodeIgniter\Cookie\CookieStore method)
has_cookie() (global function)
hasCookie() (CodeIgniter\HTTP\Response method)
hasHeader() (CodeIgniter\HTTP\Message method)
hasSignals() (CodeIgniter\CLI\SignalTrait method)
having() (CodeIgniter\Database\BaseBuilder method)
havingGroupEnd() (CodeIgniter\Database\BaseBuilder method)
havingGroupStart() (CodeIgniter\Database\BaseBuilder method)
havingIn() (CodeIgniter\Database\BaseBuilder method)
havingLike() (CodeIgniter\Database\BaseBuilder method)
havingNotIn() (CodeIgniter\Database\BaseBuilder method)
header() (CodeIgniter\HTTP\Message method)
headers() (CodeIgniter\HTTP\Message method)
helper() (global function)
highlight_code() (global function)
highlight_phrase() (global function)
HOUR (global constant)
humanize() (global function)
I
img() (global function)
img_data() (global function)
IncomingRequest(CodeIgniter\HTTP 中的类)
increment() (CodeIgniter\Cache\CacheInterface method)
(CodeIgniter\Database\BaseBuilder method)
increment_string() (global function)
index_page() (global function)
initialize() (CodeIgniter\Encryption\Encryption method)
insert() (CodeIgniter\Database\BaseBuilder method)
insertBatch() (CodeIgniter\Database\BaseBuilder method)
is_cli() (global function)
is_pluralizable() (global function)
is_really_writable() (global function)
is_windows() (global function)
isAJAX() (CodeIgniter\HTTP\IncomingRequest method)
isBrowser() (CodeIgniter\HTTP\UserAgent method)
isCLI() (CodeIgniter\HTTP\IncomingRequest method)
isExpired() (CodeIgniter\Cookie\Cookie method)
isHTTPOnly() (CodeIgniter\Cookie\Cookie method)
isMobile() (CodeIgniter\HTTP\UserAgent method)
isPreflightRequest() (CodeIgniter\HTTP\Cors method)
isRaw() (CodeIgniter\Cookie\Cookie method)
isReferral() (CodeIgniter\HTTP\UserAgent method)
isRobot() (CodeIgniter\HTTP\UserAgent method)
isRunning() (CodeIgniter\CLI\SignalTrait method)
isSecure() (CodeIgniter\Cookie\Cookie method)
(CodeIgniter\HTTP\IncomingRequest method)
isSupported() (CodeIgniter\Cache\CacheInterface method)
isValidIP() (CodeIgniter\HTTP\Request method)
J
join() (CodeIgniter\Database\BaseBuilder method)
L
lang() (global function)
latest() (CodeIgniter\Database\MigrationRunner method)
like() (CodeIgniter\Database\BaseBuilder method)
limit() (CodeIgniter\Database\BaseBuilder method)
link_tag() (global function)
log_message() (global function)
M
mailto() (global function)
makeColumns() (CodeIgniter\View\Table method)
mapSignal() (CodeIgniter\CLI\SignalTrait method)
mb_url_title() (global function)
Message(CodeIgniter\HTTP 中的类)
MigrationRunner(CodeIgniter\Database 中的类)
MINUTE (global constant)
model() (global function)
Model(CodeIgniter 中的类)
modifyColumn() (CodeIgniter\Database\Forge method)
MONTH (global constant)
N
nl2brExceptPre() (global function)
noCache() (CodeIgniter\HTTP\Response method)
notGroupStart() (CodeIgniter\Database\BaseBuilder method)
notHavingGroupStart() (CodeIgniter\Database\BaseBuilder method)
notHavingLike() (CodeIgniter\Database\BaseBuilder method)
notLike() (CodeIgniter\Database\BaseBuilder method)
now() (global function)
number_to_amount() (global function)
number_to_currency() (global function)
number_to_roman() (global function)
number_to_size() (global function)
O
object() (global function)
octal_permissions() (global function)
offset() (CodeIgniter\Database\BaseBuilder method)
ol() (global function)
old() (global function)
onConstraint() (CodeIgniter\Database\BaseBuilder method)
orderBy() (CodeIgniter\Database\BaseBuilder method)
ordinal() (global function)
ordinalize() (global function)
orGroupStart() (CodeIgniter\Database\BaseBuilder method)
orHaving() (CodeIgniter\Database\BaseBuilder method)
orHavingGroupStart() (CodeIgniter\Database\BaseBuilder method)
orHavingIn() (CodeIgniter\Database\BaseBuilder method)
orHavingLike() (CodeIgniter\Database\BaseBuilder method)
orHavingNotIn() (CodeIgniter\Database\BaseBuilder method)
orLike() (CodeIgniter\Database\BaseBuilder method)
orNotGroupStart() (CodeIgniter\Database\BaseBuilder method)
orNotHavingGroupStart() (CodeIgniter\Database\BaseBuilder method)
orNotHavingLike() (CodeIgniter\Database\BaseBuilder method)
orNotLike() (CodeIgniter\Database\BaseBuilder method)
orWhere() (CodeIgniter\Database\BaseBuilder method)
orWhereIn() (CodeIgniter\Database\BaseBuilder method)
orWhereNotIn() (CodeIgniter\Database\BaseBuilder method)
P
param() (global function)
parse() (CodeIgniter\HTTP\UserAgent method)
parse_subdomain() (global function)
Parser(CodeIgniter\View 中的类)
pascalize() (global function)
plural() (global function)
populateHeaders() (CodeIgniter\HTTP\Message method)
prep_url() (global function)
prependHeader() (CodeIgniter\HTTP\Message method)
previous_url() (global function)
printDebugger() (CodeIgniter\Email\Email method)
processIndexes() (CodeIgniter\Database\Forge method)
put() (CodeIgniter\Cookie\CookieStore method)
Q
quotes_to_entities() (global function)
R
random_string() (global function)
redirect() (global function)
reduce_double_slashes() (global function)
reduce_multiples() (global function)
registerSignals() (CodeIgniter\CLI\SignalTrait method)
regress() (CodeIgniter\Database\MigrationRunner method)
remember() (CodeIgniter\Cache\CacheInterface method)
remove() (CodeIgniter\Cookie\CookieStore method)
remove_invisible_characters() (global function)
removeHeader() (CodeIgniter\HTTP\Message method)
renameTable() (CodeIgniter\Database\Forge method)
render() (CodeIgniter\View\Parser method)
(CodeIgniter\View\View method)
renderString() (CodeIgniter\View\Parser method)
(CodeIgniter\View\View method)
replace() (CodeIgniter\Database\BaseBuilder method)
request() (global function)
requestTermination() (CodeIgniter\CLI\SignalTrait method)
Request(CodeIgniter\HTTP 中的类)
resetQuery() (CodeIgniter\Database\BaseBuilder method)
resetState() (CodeIgniter\CLI\SignalTrait method)
response() (global function)
Response(CodeIgniter\HTTP 中的类)
ROOTPATH (global constant)
route_to() (global function)
S
safe_mailto() (global function)
same_file() (global function)
sanitize_filename() (global function)
save() (CodeIgniter\Cache\CacheInterface method)
script_tag() (global function)
SECOND (global constant)
select() (CodeIgniter\Database\BaseBuilder method)
selectAvg() (CodeIgniter\Database\BaseBuilder method)
selectCount() (CodeIgniter\Database\BaseBuilder method)
selectMax() (CodeIgniter\Database\BaseBuilder method)
selectMin() (CodeIgniter\Database\BaseBuilder method)
selectSubquery() (CodeIgniter\Database\BaseBuilder method)
selectSum() (CodeIgniter\Database\BaseBuilder method)
send() (CodeIgniter\Email\Email method)
(CodeIgniter\HTTP\Response method)
service() (global function)
session() (global function)
set() (CodeIgniter\Database\BaseBuilder method)
set_checkbox() (global function)
set_cookie() (global function)
set_radio() (global function)
set_realpath() (global function)
set_select() (global function)
set_value() (global function)
setAltMessage() (CodeIgniter\Email\Email method)
setAttachmentCID() (CodeIgniter\Email\Email method)
setBCC() (CodeIgniter\Email\Email method)
setBody() (CodeIgniter\HTTP\Message method)
setCache() (CodeIgniter\HTTP\Response method)
setCaption() (CodeIgniter\View\Table method)
setCC() (CodeIgniter\Email\Email method)
setConditionalDelimiters() (CodeIgniter\View\Parser method)
setContentType() (CodeIgniter\HTTP\Response method)
setCookie() (CodeIgniter\HTTP\Response method)
setData() (CodeIgniter\Database\BaseBuilder method)
(CodeIgniter\View\Parser method)
(CodeIgniter\View\View method)
setDate() (CodeIgniter\HTTP\Response method)
setDefaults() (CodeIgniter\Cookie\Cookie method)
setDelimiters() (CodeIgniter\View\Parser method)
setEmpty() (CodeIgniter\View\Table method)
setFooting() (CodeIgniter\View\Table method)
setFrom() (CodeIgniter\Email\Email method)
setGlobal() (CodeIgniter\HTTP\Request method)
setGroup() (CodeIgniter\Database\MigrationRunner method)
setHeader() (CodeIgniter\Email\Email method)
(CodeIgniter\HTTP\Message method)
setHeading() (CodeIgniter\View\Table method)
setInsertBatch() (CodeIgniter\Database\BaseBuilder method)
setLastModified() (CodeIgniter\HTTP\Response method)
setMessage() (CodeIgniter\Email\Email method)
setMethod() (CodeIgniter\HTTP\Request method)
setNamespace() (CodeIgniter\Database\MigrationRunner method)
setPad() (CodeIgniter\CLI\BaseCommand method)
setProtocolVersion() (CodeIgniter\HTTP\Message method)
setQueryAsData() (CodeIgniter\Database\BaseBuilder method)
setReplyTo() (CodeIgniter\Email\Email method)
setRow() (CodeIgniter\Database\BaseResult method)
setStatusCode() (CodeIgniter\HTTP\Response method)
setSubject() (CodeIgniter\Email\Email method)
setSyncRowsWithHeading() (CodeIgniter\View\Table method)
setTemplate() (CodeIgniter\View\Table method)
setTo() (CodeIgniter\Email\Email method)
setUpdateBatch() (CodeIgniter\Database\BaseBuilder method)
setValidationMessage() (CodeIgniter\Model method)
setValidationMessages() (CodeIgniter\Model method)
setValidationRule() (CodeIgniter\Model method)
setValidationRules() (CodeIgniter\Model method)
setVar() (CodeIgniter\View\Parser method)
(CodeIgniter\View\View method)
shouldTerminate() (CodeIgniter\CLI\SignalTrait method)
showError() (CodeIgniter\CLI\BaseCommand method)
showHelp() (CodeIgniter\CLI\BaseCommand method)
SignalTrait (trait in CodeIgniter\CLI)
single_service() (global function)
singular() (global function)
site_url() (global function)
slash_item() (global function)
source() (global function)
stringify_attributes() (global function)
strip_image_tags() (global function)
strip_quotes() (global function)
strip_slashes() (global function)
symbolic_permissions() (global function)
SYSTEMPATH (global constant)
T
Table(CodeIgniter\View 中的类)
timer() (global function)
timezone_select() (global function)
toArray() (CodeIgniter\API\BaseTransformer method)
(CodeIgniter\Cookie\Cookie method)
toHeaderString() (CodeIgniter\Cookie\Cookie method)
track() (global function)
transform() (CodeIgniter\API\BaseTransformer method)
transformMany() (CodeIgniter\API\BaseTransformer method)
truncate() (CodeIgniter\Database\BaseBuilder method)
U
ul() (global function)
underscore() (global function)
union() (CodeIgniter\Database\BaseBuilder method)
unionAll() (CodeIgniter\Database\BaseBuilder method)
unregisterSignals() (CodeIgniter\CLI\SignalTrait method)
update() (CodeIgniter\Database\BaseBuilder method)
updateBatch() (CodeIgniter\Database\BaseBuilder method)
updateFields() (CodeIgniter\Database\BaseBuilder method)
upsert() (CodeIgniter\Database\BaseBuilder method)
upsertBatch() (CodeIgniter\Database\BaseBuilder method)
uri_string() (global function)
url_is() (global function)
url_title() (global function)
url_to() (global function)
UserAgent(CodeIgniter\HTTP 中的类)
V
validateKey() (CodeIgniter\Cache\CacheInterface method)
validation_errors() (global function)
validation_list_errors() (global function)
validation_show_error() (global function)
video() (global function)
view() (global function)
view_cell() (global function)
View(CodeIgniter\View 中的类)
W
WEEK (global constant)
where() (CodeIgniter\Database\BaseBuilder method)
whereIn() (CodeIgniter\Database\BaseBuilder method)
whereNotIn() (CodeIgniter\Database\BaseBuilder method)
withDomain() (CodeIgniter\Cookie\Cookie method)
withExpired() (CodeIgniter\Cookie\Cookie method)
withExpires() (CodeIgniter\Cookie\Cookie method)
withHTTPOnly() (CodeIgniter\Cookie\Cookie method)
withMethod() (CodeIgniter\HTTP\Request method)
withName() (CodeIgniter\Cookie\Cookie method)
withNeverExpiring() (CodeIgniter\Cookie\Cookie method)
withPath() (CodeIgniter\Cookie\Cookie method)
withPrefix() (CodeIgniter\Cookie\Cookie method)
withRaw() (CodeIgniter\Cookie\Cookie method)
withSameSite() (CodeIgniter\Cookie\Cookie method)
withSecure() (CodeIgniter\Cookie\Cookie method)
withSignalsBlocked() (CodeIgniter\CLI\SignalTrait method)
withValue() (CodeIgniter\Cookie\Cookie method)
word_censor() (global function)
word_limiter() (global function)
word_wrap() (global function)
write_file() (global function)
WRITEPATH (global constant)
X
xml_convert() (global function)
Y
YEAR (global constant)