[ 查看开发文档 ] [ 类树图: default ] [ 索引: default ] [ 所有元素 ] [ 首页 ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ z ] [ _ ]

a

$aliases
in file Container.class.php, variable Container::$aliases
$autoCheckFields
in file Model.class.php, variable Model::$autoCheckFields
$autoinc
in file Model.class.php, variable Model::$autoinc
add
in file Model.class.php, method Model::add()
    新增数据
addAll
in file Model.class.php, method Model::addAll()
ajaxReturn
in file Controller.class.php, method Controller::ajaxReturn()
    Ajax方式返回数据到客户端
app
in file base.php, method Loader::app()
    加载并运行应用程序对象
append
in file Sae.class.php, method Sae::append()
    文件追加写入
append
in file File.class.php, method File::append()
    文件追加写入
Application
in file Application.class.php, class Application
    上下文应用程序类
APP_DEBUG
in file base.php, constant APP_DEBUG
    系统默认在调试模式下运行(支持自定义常量或环境变量app_debug),建议在生产系统中配置环境变量为false
APP_DEBUG_LEVEL
in file base.php, constant APP_DEBUG_LEVEL
    系统错误信息显示级别(支持自定义)
APP_PATH
in file base.php, constant APP_PATH
    应用目录(支持自定义)
array2html
in file system.php, function array2html()
    将数组转换数据为字符串表示的形式,支持其中变量设置
array2string
in file system.php, function array2string()
    将数组转换为字符串
array_map_deep
in file system.php, function array_map_deep()
    使用特定function对数组中所有元素做处理
assets
in file system.php, function assets()
    导入静态文件路径 如:'js/show.js@daoke:home',则返回/assets/app/home/daoke/js/show.js
ASSETS_PATH
in file base.php, constant ASSETS_PATH
    资源文件路径
assign
in file Controller.class.php, method Controller::assign()
    模板变量赋值
assign
in file View.class.php, method View::assign()
    模板变量赋值
autoCheckToken
in file Model.class.php, method Model::autoCheckToken()
autoValidation
in file Model.class.php, method Model::autoValidation()
    自动表单验证
Application.class.php
procedural page Application.class.php
top

b

$bind
in file Driver.class.php, variable Driver::$bind
base.php
procedural page base.php
base64
in file system.php, function base64()
    改进后base64加密或解密
bind
in file Route.class.php, method Route::bind()
bind
in file Model.class.php, method Model::bind()
    参数绑定
bindParam
in file Driver.class.php, method Driver::bindParam()
    参数绑定
build
in file Container.class.php, method Container::build()
    实例化给定类型的具体实例
buildHtml
in file Controller.class.php, method Controller::buildHtml()
    创建静态页面
buildSelectSql
in file Driver.class.php, method Driver::buildSelectSql()
    生成查询SQL
buildSql
in file Model.class.php, method Model::buildSql()
    生成查询SQL 可用于子查询
top

c

$comparison
in file Mongo.class.php, variable Mongo::$comparison
$config
in file Driver.class.php, variable Driver::$config
$connection
in file Model.class.php, variable Model::$connection
$container
in file Pipeline.class.php, variable Pipeline::$container
$context
in file Middleware.class.php, variable Middleware::$context
    应用上下文对象
C
in file system.php, function C()
    获取系统配置信息
cache
in file Model.class.php, method Model::cache()
    查询缓存
CACHE_PATH
in file base.php, constant CACHE_PATH
    缓存文件目录(权限为可读写)
carry
in file Pipeline.class.php, method Pipeline::carry()
    迭代回调函数
changeDotArray
in file Manager.class.php, method Manager::changeDotArray()
    将用“.”表示的数组,转化为PHP表示
check
in file Image.class.php, method Image::check()
check
in file Model.class.php, method Model::check()
    验证数据 支持 in between equal length regex expire ip_allow ip_deny
clear
in file Redis.class.php, method Redis::clear()
    清除缓存
clear
in file File.class.php, method File::clear()
    清除缓存
clear
in file Sqlite.class.php, method Sqlite::clear()
    清除缓存
clear
in file Memcache.class.php, method Memcache::clear()
    清除缓存
clear
in file Mongo.class.php, method Mongo::clear()
    清空记录
Client
in file Client.class.php, class Client
    用于获取客户端信息
close
in file Memcache.class.php, method Memcache::close()
    关闭Session
close
in file Driver.class.php, method Driver::close()
    关闭数据库
close
in file Mongo.class.php, method Mongo::close()
    关闭数据库
close
in file Db.class.php, method Db::close()
    关闭Session
command
in file Mongo.class.php, method Mongo::command()
    执行命令
CommandColor
in file CommandColor.class.php, class CommandColor
    命令行颜色控制类
comment
in file Model.class.php, method Model::comment()
    查询注释
commit
in file Driver.class.php, method Driver::commit()
    用于非自动提交状态下面的查询提交
commit
in file Model.class.php, method Model::commit()
    提交事务
compile
in file Manager.class.php, method Manager::compile()
    模板编译
config
in file base.php, method Loader::config()
    配置文件加载
connect
in file Mongo.class.php, method Mongo::connect()
    连接数据库方法
connect
in file Manager.class.php, method Manager::connect()
    连接分布式文件系统
connect
in file Driver.class.php, method Driver::connect()
    连接数据库方法
connect
in file Manager.class.php, method Manager::connect()
    连接缓存
Container
in file Container.class.php, class Container
    系统容器类
Context
in file Context.class.php, class Context
    系统上下文类
Controller
in file Controller.class.php, class Controller
    控制器基类
controller
in file base.php, method Loader::controller()
    控制器加载
cookie
in file Request.class.php, method Request::cookie()
    获取Http请求携带的COOKIE信息
cookie
in file Response.class.php, method Response::cookie()
    设置HTTP响应的Header信息
count
in file Mongo.class.php, method Mongo::count()
    统计记录数
create
in file Model.class.php, method Model::create()
    创建数据对象 但不保存到数据库
cut_str
in file system.php, function cut_str()
    主要用于截取从0开始的任意长度的字符串(完整无乱码)
Client.class.php
procedural page Client.class.php
CommandColor.class.php
procedural page CommandColor.class.php
Container.class.php
procedural page Container.class.php
Context.class.php
procedural page Context.class.php
Controller.class.php
procedural page Controller.class.php
top

d

$data
in file Model.class.php, variable Model::$data
$db
in file Model.class.php, variable Model::$db
$dbName
in file Model.class.php, variable Model::$dbName
data
in file Model.class.php, method Model::data()
    设置数据对象值
Db
in file Db.class.php, class Db
    数据库方式Session驱动
db
in file Model.class.php, method Model::db()
    切换当前的数据库连接
debug
in file Driver.class.php, method Driver::debug()
    数据库调试 记录当前SQL
DEFAULT_APP_NAME
in file base.php, constant DEFAULT_APP_NAME
    默认应用名称(支持自定义),如果设置为空(""),则不使用多应用模式
DEFAULT_ERROR_CODE
in file ErrorException.class.php, class constant ErrorException::DEFAULT_ERROR_CODE
DEFAULT_HOST
in file base.php, constant DEFAULT_HOST
    默认主机,命令行模式时使用(支持定义环境变量default_host)
delete
in file Model.class.php, method Model::delete()
    删除数据
delete
in file Sqlsrv.class.php, method Sqlsrv::delete()
    删除记录
delete
in file Mongo.class.php, method Mongo::delete()
    删除记录
delete
in file Driver.class.php, method Driver::delete()
    删除记录
destroy
in file Memcache.class.php, method Memcache::destroy()
    删除Session
destroy
in file Db.class.php, method Db::destroy()
    删除Session
dir_copy
in file dir.php, function dir_copy()
    拷贝目录及下面所有文件
dir_create
in file dir.php, function dir_create()
    创建目录
dir_delete
in file dir.php, function dir_delete()
    删除目录及目录下面的所有文件
dir_iconv
in file dir.php, function dir_iconv()
    转换目录下面的所有文件编码格式
dir_list
in file dir.php, function dir_list()
    列出目录下所有文件
dir_path
in file dir.php, function dir_path()
    功能:转化 \ 为 /
dir_touch
in file dir.php, function dir_touch()
    设置目录下面的所有文件的访问和修改时间
dir_tree
in file dir.php, function dir_tree()
    返回目录列表
display
in file Controller.class.php, method Controller::display()
    模板显示 调用内置的模板引擎显示方法,
display
in file View.class.php, method View::display()
    加载模板和页面输出 可以返回输出内容
Driver
in file Driver.class.php, class Driver
    数据库实现基类
DS
in file base.php, constant DS
    系统目录分隔符
dump
in file system.php, function dump()
    输出变量信息
dir.php
procedural page dir.php
Driver.class.php
procedural page Driver.class.php
Db.class.php
procedural page Db.class.php
top

e

$eof_ctrl_dir
in file Zip.class.php, variable Zip::$eof_ctrl_dir
$error
in file Model.class.php, variable Model::$error
$error
in file Driver.class.php, variable Driver::$error
$executeTimes
in file Driver.class.php, variable Driver::$executeTimes
$exp
in file Driver.class.php, variable Driver::$exp
$extenders
in file Container.class.php, variable Container::$extenders
e
in file system.php, function e()
    生成错误异常
end
in file Response.class.php, method Response::end()
    发送Http响应体,并结束请求处理
env
in file base.php, method Loader::env()
    系统环境变量加载
env
in file system.php, function env()
    获取环境变量(键名不区分大小写)
error
in file Controller.class.php, method Controller::error()
    操作错误跳转的快捷方法
error
in file Driver.class.php, method Driver::error()
    数据库错误信息
error
in file Mongo.class.php, method Mongo::error()
    数据库错误信息
ErrorException
in file ErrorException.class.php, class ErrorException
    错误异常处理类
escapeString
in file Sqlite.class.php, method Sqlite::escapeString()
    SQL指令安全过滤
escapeString
in file Oracle.class.php, method Oracle::escapeString()
    SQL指令安全过滤
escapeString
in file Firebird.class.php, method Firebird::escapeString()
    SQL指令安全过滤
escapeString
in file Driver.class.php, method Driver::escapeString()
    SQL指令安全过滤
escapeTable
in file Model.class.php, method Model::escapeTable()
    过滤SQL语句中的表字段名称
execute
in file Driver.class.php, method Driver::execute()
    执行语句
execute
in file Model.class.php, method Model::execute()
    执行SQL语句
execute
in file Oracle.class.php, method Oracle::execute()
    执行语句
execute
in file Mongo.class.php, method Mongo::execute()
    执行语句
execute
in file Firebird.class.php, method Firebird::execute()
    执行语句
EXISTS_VALIDATE
in file Model.class.php, class constant Model::EXISTS_VALIDATE
export
in file ErrorException.class.php, method ErrorException::export()
ErrorException.class.php
procedural page ErrorException.class.php
exception.php
procedural page exception.php
top

f

$fields
in file Model.class.php, variable Model::$fields
F
in file system.php, function F()
    快速文件数据读取和保存 针对简单类型数据 字符串、数组
fastlog
in file system.php, function fastlog()
    快速日志记录(支持日志分割及文件增量清理)
fetch
in file View.class.php, method View::fetch()
    解析和获取模板内容 用于输出
fetch
in file Controller.class.php, method Controller::fetch()
    获取输出页面内容 调用内置的模板引擎fetch方法,
fetchSql
in file Model.class.php, method Model::fetchSql()
    获取执行的SQL语句
field
in file Model.class.php, method Model::field()
    指定查询字段 支持字段排除
File
in file File.class.php, class File
    本地文件写入存储类
File
in file File.class.php, class File
    文件类型缓存类
fileext
in file system.php, function fileext()
    取得文件扩展名(小写)
filelist
in file system.php, function filelist()
    从指定目录根据知道路径读取文件列表(只检索当前目录)
files
in file Request.class.php, method Request::files()
    获取文件上传信息
find
in file Model.class.php, method Model::find()
    查询数据
find
in file Mongo.class.php, method Mongo::find()
    查找某个记录
Firebird
in file Firebird.class.php, class Firebird
    Firebird数据库驱动
flush
in file Response.class.php, method Response::flush()
    输出数据到客户端并结束
flush
in file Model.class.php, method Model::flush()
    获取字段信息并缓存
forgetExtenders
in file Container.class.php, method Container::forgetExtenders()
    删除特定类型扩展
forgetInstance
in file Container.class.php, method Container::forgetInstance()
    更加类型删除特定实例缓存
forgetInstances
in file Container.class.php, method Container::forgetInstances()
    清空容器中的所有实例
free
in file Driver.class.php, method Driver::free()
    释放查询结果
free
in file Mongo.class.php, method Mongo::free()
    释放查询结果
File.class.php
procedural page File.class.php
Firebird.class.php
procedural page Firebird.class.php
File.class.php
procedural page File.class.php
top

g

G
in file system.php, function G()
    记录和统计时间(微秒)和内存使用情况
gc
in file Db.class.php, method Db::gc()
    Session 垃圾回收
gc
in file Memcache.class.php, method Memcache::gc()
    Session 垃圾回收
get
in file Controller.class.php, method Controller::get()
    取得模板显示变量的值
get
in file File.class.php, method File::get()
    读取缓存
get
in file File.class.php, method File::get()
    读取文件信息
get
in file Request.class.php, method Request::get()
    获取Http请求的GET参数
get
in file Memcache.class.php, method Memcache::get()
    读取缓存
get
in file Redis.class.php, method Redis::get()
    读取缓存
get
in file Sqlite.class.php, method Sqlite::get()
    读取缓存
get
in file View.class.php, method View::get()
    取得模板变量的值
get
in file CommandColor.class.php, method CommandColor::get()
    获取字符串颜色
get
in file Sae.class.php, method Sae::get()
    读取文件信息
getAlias
in file Container.class.php, method Container::getAlias()
    获取类型别名
getBackgroundColors
in file CommandColor.class.php, method CommandColor::getBackgroundColors()
    返回所有背景颜色名称
getBrowser
in file Client.class.php, method Client::getBrowser()
getCollection
in file Mongo.class.php, method Mongo::getCollection()
    取得当前集合的对象
getColoredString
in file CommandColor.class.php, method CommandColor::getColoredString()
    返回带颜色的字体和背景字符串
getConfig
in file Context.class.php, method Context::getConfig()
    获取配置
getContainer
in file Pipeline.class.php, method Pipeline::getContainer()
    获取容器实例
getContext
in file Request.class.php, method Request::getContext()
    获取上下文应用对象
getContext
in file Response.class.php, method Response::getContext()
    获取上下文应用对象
getContext
in file Controller.class.php, method Controller::getContext()
    获取应用上下文对象
getContext
in file View.class.php, method View::getContext()
    获取应用上下文对象
getcut
in file Image.class.php, method Image::getcut()
getDB
in file Mongo.class.php, method Mongo::getDB()
    取得当前数据库的对象
getDbError
in file Model.class.php, method Model::getDbError()
    返回数据库的错误信息
getDbFieldInfos
in file Model.class.php, method Model::getDbFieldInfos()
    获取数据表字段详细信息
getDbFields
in file Model.class.php, method Model::getDbFields()
    获取数据表字段信息
getDisposer
in file Route.class.php, method Route::getDisposer()
getError
in file Driver.class.php, method Driver::getError()
    获取最近的错误信息
getError
in file Model.class.php, method Model::getError()
    返回模型的错误信息
getExecuteTimes
in file Driver.class.php, method Driver::getExecuteTimes()
    获得执行次数
getExtenders
in file Container.class.php, method Container::getExtenders()
    根据指定的类型获取特定扩展
getField
in file Model.class.php, method Model::getField()
    获取一条记录的某个字段值
getFields
in file Mysql.class.php, method Mysql::getFields()
    取得数据表的字段信息
getFields
in file Mongo.class.php, method Mongo::getFields()
    取得数据表的字段信息
getFields
in file Oracle.class.php, method Oracle::getFields()
    取得数据表的字段信息
getFields
in file Sqlite.class.php, method Sqlite::getFields()
    取得数据表的字段信息
getFields
in file Sqlsrv.class.php, method Sqlsrv::getFields()
    取得数据表的字段信息
getFields
in file Firebird.class.php, method Firebird::getFields()
    取得数据表的字段信息
getFields
in file Pgsql.class.php, method Pgsql::getFields()
    取得数据表的字段信息
getForegroundColors
in file CommandColor.class.php, method CommandColor::getForegroundColors()
    返回所有字体颜色名称
getInstance
in file Manager.class.php, method Manager::getInstance()
    取得缓存类实例
getInstance
in file Container.class.php, method Container::getInstance()
    获取容器单例
getInstance
in file Manager.class.php, method Manager::getInstance()
    取得数据库类实例
getip
in file system.php, function getip()
    获取真实IP地址
getIpAddr
in file Client.class.php, method Client::getIpAddr()
getIpFrom
in file Client.class.php, method Client::getIpFrom()
getLang
in file Client.class.php, method Client::getLang()
getLastInsID
in file Driver.class.php, method Driver::getLastInsID()
    获取最近插入的ID
getLastInsID
in file Model.class.php, method Model::getLastInsID()
    返回最后插入的ID
getLastParameterOverride
in file Container.class.php, method Container::getLastParameterOverride()
    获取最后的参数.
getLastSql
in file Model.class.php, method Model::getLastSql()
    返回最后执行的sql语句
getLastSql
in file Driver.class.php, method Driver::getLastSql()
    获取最近一次查询的sql语句
getMiddleware
in file Route.class.php, method Route::getMiddleware()
getModelName
in file Model.class.php, method Model::getModelName()
    得到当前的数据对象名称
getMongoNextId
in file Mongo.class.php, method Mongo::getMongoNextId()
    生成下一条记录ID 用于自增非MongoId主键
getOnlineIp
in file Client.class.php, method Client::getOnlineIp()
getOptions
in file Manager.class.php, method Manager::getOptions()
getOS
in file Client.class.php, method Client::getOS()
getPager
in file Controller.class.php, method Controller::getPager()
    获取列表分页
getPager
in file View.class.php, method View::getPager()
    获取列表分页
getPager
in file Pager.class.php, method Pager::getPager()
    获取列表分页
getParam
in file Route.class.php, method Route::getParam()
getParameterOverride
in file Container.class.php, method Container::getParameterOverride()
    获取一个依赖项的参数
getpercent
in file Image.class.php, method Image::getpercent()
getPk
in file Model.class.php, method Model::getPk()
    获取主键名称
getQueryTimes
in file Driver.class.php, method Driver::getQueryTimes()
    获得查询次数
getRequest
in file Context.class.php, method Context::getRequest()
    获取Request对象
getResponse
in file Context.class.php, method Context::getResponse()
    获取Response对象
getRoute
in file Request.class.php, method Request::getRoute()
    获取路由对象
getSapiName
in file Request.class.php, method Request::getSapiName()
    获取系统运行模式
getTableName
in file Model.class.php, method Model::getTableName()
    得到完整的数据表名
getTables
in file Sqlsrv.class.php, method Sqlsrv::getTables()
    取得数据表的字段信息
getTables
in file Firebird.class.php, method Firebird::getTables()
    取得数据库的表信息
getTables
in file Mongo.class.php, method Mongo::getTables()
    取得当前数据库的collection信息
getTables
in file Sqlite.class.php, method Sqlite::getTables()
    取得数据库的表信息
getTables
in file Pgsql.class.php, method Pgsql::getTables()
    取得数据库的表信息
getTables
in file Mysql.class.php, method Mysql::getTables()
    取得数据库的表信息
getTables
in file Oracle.class.php, method Oracle::getTables()
    取得数据库的表信息(暂时实现取得用户表信息)
getZipComment
in file Zip.class.php, method Zip::getZipComment()
getZipInnerFilesInfo
in file Zip.class.php, method Zip::getZipInnerFilesInfo()
get_remote_file
in file system.php, function get_remote_file()
    获取远程文件(自动支持GET/POST方法)
get_setting
in file Image.class.php, method Image::get_setting()
group
in file Mongo.class.php, method Mongo::group()
gzip
in file Response.class.php, method Response::gzip()
    压缩级别设置
top

h

$hander
in file Db.class.php, variable Db::$hander
    数据库句柄
$handle
in file Memcache.class.php, variable Memcache::$handle
$handler
in file Manager.class.php, variable Manager::$handler
    操作句柄
$handler
in file Manager.class.php, variable Manager::$handler
    操作句柄
handle
in file Middleware.class.php, method Middleware::handle()
    中间件处理器
has
in file Sae.class.php, method Sae::has()
    文件是否存在
has
in file File.class.php, method File::has()
    文件是否存在
hasParameterOverride
in file Container.class.php, method Container::hasParameterOverride()
    确定给定的依赖是否有一个参数.
hasSendHeader
in file Response.class.php, method Response::hasSendHeader()
    判断是否成功发送请求头部信息
header
in file Response.class.php, method Response::header()
    设置HTTP响应的Header信息
header
in file Request.class.php, method Request::header()
    获取Http请求的头部信息(键名为小写)
helper
in file base.php, method Loader::helper()
    函数库加载
http_request
in file system.php, function http_request()
    HTTP请求
top

i

$instance
in file Container.class.php, variable Container::$instance
    当前容器实例对象
$instances
in file Container.class.php, variable Container::$instances
Image
in file Image.class.php, class Image
    图像处理类
import
in file base.php, method Loader::import()
    系统类加载
info
in file Image.class.php, method Image::info()
init
in file Context.class.php, method Context::init()
    系统初始化
initConnect
in file Driver.class.php, method Driver::initConnect()
    初始化数据库连接
input
in file Request.class.php, method Request::input()
    获取POST/GET输入参数,优先级为: POST> GET
insert
in file Mongo.class.php, method Mongo::insert()
    插入记录
insert
in file Driver.class.php, method Driver::insert()
    插入记录
insertAll
in file Mongo.class.php, method Mongo::insertAll()
    插入多条记录
insertAll
in file Mysql.class.php, method Mysql::insertAll()
    批量插入记录
insertAll
in file Driver.class.php, method Driver::insertAll()
    批量插入记录
instance
in file Manager.class.php, method Manager::instance()
invoke
in file Container.class.php, method Container::invoke()
    对象方法或函数依赖注入调用
invokeFunc
in file Container.class.php, method Container::invokeFunc()
    一般函数或Closure匿名函数调用
invokeMethod
in file Container.class.php, method Container::invokeMethod()
    对象方法调用
isMobile
in file Request.class.php, method Request::isMobile()
    判断当前是否为移动端登录
is_animation
in file Image.class.php, method Image::is_animation()
Image.class.php
procedural page Image.class.php
top

j

join
in file Model.class.php, method Model::join()
    查询SQL组装 join
top

k

KERNEL_PATH
in file base.php, constant KERNEL_PATH
    内核框架路径
top

l

$lastInsID
in file Driver.class.php, variable Driver::$lastInsID
$lifeTime
in file Db.class.php, variable Db::$lifeTime
    Session有效时间
$lifeTime
in file Memcache.class.php, variable Memcache::$lifeTime
$linkID
in file Driver.class.php, variable Driver::$linkID
L
in file system.php, function L()
    语言转化
lazyWrite
in file Model.class.php, method Model::lazyWrite()
    延时更新检查 返回false表示需要延时 否则返回实际写入的数值
limit
in file Model.class.php, method Model::limit()
    指定查询数量
load
in file Sae.class.php, method Sae::load()
    加载文件
load
in file File.class.php, method File::load()
    加载文件
Loader
in file base.php, class Loader
    系统加载器
LOGS_PATH
in file base.php, constant LOGS_PATH
    日志目录(权限为可读写)
top

m

$method
in file Pipeline.class.php, variable Pipeline::$method
$methods
in file Model.class.php, variable Model::$methods
$model
in file Driver.class.php, variable Driver::$model
$modelSql
in file Driver.class.php, variable Driver::$modelSql
mail.php
procedural page mail.php
Middleware.class.php
procedural page Middleware.class.php
Model.class.php
procedural page Model.class.php
M
in file system.php, function M()
    模型快速操作
mail_send
in file mail.php, function mail_send()
    发送邮件
mail_send_log
in file mail.php, function mail_send_log()
    发送日志记录
make
in file Container.class.php, method Container::make()
    从容器中解析给定的类型
make
in file system.php, function make()
    从容器中返回给定类型名称的实例
Manager
in file Manager.class.php, class Manager
    分布式文件存储类
Manager
in file Manager.class.php, class Manager
    数据库中间层实现类
Manager
in file Manager.class.php, class Manager
    模板服务类
Manager
in file Manager.class.php, class Manager
    缓存管理类
Memcache
in file Memcache.class.php, class Memcache
    Memcache缓存驱动
Memcache
in file Memcache.class.php, class Memcache
    Memcache方式Session驱动
Middleware
in file Middleware.class.php, class Middleware
    中间件基类
middleware
in file Controller.class.php, method Controller::middleware()
    设置中间件
Model
in file Model.class.php, class Model
    Model模型类 实现了ORM和ActiveRecords模式
MODEL_BOTH
in file Model.class.php, class constant Model::MODEL_BOTH
MODEL_INSERT
in file Model.class.php, class constant Model::MODEL_INSERT
MODEL_UPDATE
in file Model.class.php, class constant Model::MODEL_UPDATE
Mongo
in file Mongo.class.php, class Mongo
    Mongo数据库驱动
multiConnect
in file Driver.class.php, method Driver::multiConnect()
    连接分布式服务器
MUST_VALIDATE
in file Model.class.php, class constant Model::MUST_VALIDATE
Mysql
in file Mysql.class.php, class Mysql
    mysql数据库驱动
Memcache.class.php
procedural page Memcache.class.php
Manager.class.php
procedural page Manager.class.php
Mongo.class.php
procedural page Mongo.class.php
Mysql.class.php
procedural page Mysql.class.php
Manager.class.php
procedural page Manager.class.php
Memcache.class.php
procedural page Memcache.class.php
Manager.class.php
procedural page Manager.class.php
Manager.class.php
procedural page Manager.class.php
top

n

$name
in file Model.class.php, variable Model::$name
$numRows
in file Driver.class.php, variable Driver::$numRows
top

o

$old_offset
in file Zip.class.php, variable Zip::$old_offset
$options
in file Sqlsrv.class.php, variable Sqlsrv::$options
$options
in file Model.class.php, variable Model::$options
$options
in file Manager.class.php, variable Manager::$options
    缓存连接参数
$options
in file Driver.class.php, variable Driver::$options
offsetExists
in file Model.class.php, method Model::offsetExists()
offsetGet
in file Model.class.php, method Model::offsetGet()
offsetSet
in file Model.class.php, method Model::offsetSet()
offsetUnset
in file Model.class.php, method Model::offsetUnset()
onAppError
in file ErrorException.class.php, method ErrorException::onAppError()
    应用错误处理
onAppException
in file ErrorException.class.php, method ErrorException::onAppException()
    应用异常处理
onError
in file ErrorException.class.php, method ErrorException::onError()
    系统默认错误处理
onException
in file ErrorException.class.php, method ErrorException::onException()
    系统默认异常处理
open
in file Memcache.class.php, method Memcache::open()
    打开Session
open
in file Db.class.php, method Db::open()
    打开Session
operator
in file Manager.class.php, method Manager::operator()
    替换SQL字符串条件语句中的比较操作符
Oracle
in file Oracle.class.php, class Oracle
    Oracle数据库驱动
Oracle.class.php
procedural page Oracle.class.php
top

p

$passables
in file Pipeline.class.php, variable Pipeline::$passables
$patchValidate
in file Model.class.php, variable Model::$patchValidate
$PDOStatement
in file Driver.class.php, variable Driver::$PDOStatement
$pipes
in file Pipeline.class.php, variable Pipeline::$pipes
$pk
in file Model.class.php, variable Model::$pk
Pager.class.php
procedural page Pager.class.php
Pipeline.class.php
procedural page Pipeline.class.php
page
in file Model.class.php, method Model::page()
    指定分页
Pager
in file Pager.class.php, class Pager
    分页处理类
parse
in file Manager.class.php, method Manager::parse()
    解析模板
parseAction
in file Manager.class.php, method Manager::parseAction()
    解析action标签
parseArray
in file Manager.class.php, method Manager::parseArray()
    解析数组
parseAssign
in file Manager.class.php, method Manager::parseAssign()
    解析assign标签
parseBind
in file Driver.class.php, method Driver::parseBind()
    参数绑定分析
parseComment
in file Driver.class.php, method Driver::parseComment()
    comment分析
parseDistinct
in file Driver.class.php, method Driver::parseDistinct()
    distinct分析
parseDoVar
in file Manager.class.php, method Manager::parseDoVar()
    解析使用点号分割的数组表示字符串
parseDsn
in file Firebird.class.php, method Firebird::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Pgsql.class.php, method Pgsql::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Sqlite.class.php, method Sqlite::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Driver.class.php, method Driver::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Manager.class.php, method Manager::parseDsn()
    DSN解析
parseDsn
in file Sqlsrv.class.php, method Sqlsrv::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Oracle.class.php, method Oracle::parseDsn()
    解析pdo连接的dsn信息
parseDsn
in file Mysql.class.php, method Mysql::parseDsn()
    解析pdo连接的dsn信息
parseDuplicate
in file Mysql.class.php, method Mysql::parseDuplicate()
    ON DUPLICATE KEY UPDATE 分析
parseDuplicate
in file Driver.class.php, method Driver::parseDuplicate()
    ON DUPLICATE KEY UPDATE 分析
parseElseif
in file Manager.class.php, method Manager::parseElseif()
    解析elseif标签
parseExpression
in file Manager.class.php, method Manager::parseExpression()
    解析表达式 支持以“.”分割的数组表示方式
parseField
in file Mongo.class.php, method Mongo::parseField()
    field分析
parseField
in file Driver.class.php, method Driver::parseField()
    field分析
parseFieldsMap
in file Model.class.php, method Model::parseFieldsMap()
    处理字段映射
parseFor
in file Manager.class.php, method Manager::parseFor()
    解析for标签
parseForce
in file Driver.class.php, method Driver::parseForce()
    index分析,可在操作链中指定需要强制使用的索引
parseForeach
in file Manager.class.php, method Manager::parseForeach()
    解析foreach标签
parseFunc
in file Manager.class.php, method Manager::parseFunc()
    解析函数 支持以“.”分割的数组表示方式
parseGet
in file St.class.php, method St::parseGet()
parseGroup
in file Driver.class.php, method Driver::parseGroup()
    group分析
parseHaving
in file Driver.class.php, method Driver::parseHaving()
    having分析
parseIf
in file Manager.class.php, method Manager::parseIf()
    解析if标签
parseImport
in file Manager.class.php, method Manager::parseImport()
    解析import标签
parseInclude
in file Manager.class.php, method Manager::parseInclude()
    解析include或template标签 用法:模块@主题风格/控制器/方法 例如:home@default/index/show
parseJoin
in file Driver.class.php, method Driver::parseJoin()
    join分析
parseJson
in file St.class.php, method St::parseJson()
parseKey
in file Mysql.class.php, method Mysql::parseKey()
    字段和表名处理
parseKey
in file Sqlsrv.class.php, method Sqlsrv::parseKey()
    字段名分析
parseKey
in file Driver.class.php, method Driver::parseKey()
    字段名分析
parseLayout
in file Manager.class.php, method Manager::parseLayout()
    解析layout标签
parseLimit
in file Pgsql.class.php, method Pgsql::parseLimit()
    limit分析
parseLimit
in file Oracle.class.php, method Oracle::parseLimit()
    limit
parseLimit
in file Sqlite.class.php, method Sqlite::parseLimit()
    limit
parseLimit
in file Driver.class.php, method Driver::parseLimit()
    limit分析
parseLimit
in file Sqlsrv.class.php, method Sqlsrv::parseLimit()
    limit
parseLimit
in file Mongo.class.php, method Mongo::parseLimit()
    limit分析
parseLimit
in file Firebird.class.php, method Firebird::parseLimit()
    limit
parseLock
in file Oracle.class.php, method Oracle::parseLock()
    设置锁机制
parseLock
in file Driver.class.php, method Driver::parseLock()
    设置锁机制
parseOrder
in file Sqlsrv.class.php, method Sqlsrv::parseOrder()
    order分析
parseOrder
in file Mongo.class.php, method Mongo::parseOrder()
    order分析
parseOrder
in file Driver.class.php, method Driver::parseOrder()
    order分析
parsePipeString
in file Pipeline.class.php, method Pipeline::parsePipeString()
    解析完整的管道字符串以获取名称和参数
parseSet
in file Driver.class.php, method Driver::parseSet()
    set分析
parseSet
in file Mongo.class.php, method Mongo::parseSet()
    set分析
parseSql
in file Model.class.php, method Model::parseSql()
    解析SQL语句
parseSql
in file Driver.class.php, method Driver::parseSql()
    替换SQL语句中表达式
parseSteezeWhere
in file Driver.class.php, method Driver::parseSteezeWhere()
    特殊条件分析
parseTable
in file Driver.class.php, method Driver::parseTable()
    table分析
parseTagLib
in file Manager.class.php, method Manager::parseTagLib()
    解析PC标签
parseThinkWhere
in file Mongo.class.php, method Mongo::parseThinkWhere()
    特殊条件分析
parseUnion
in file Driver.class.php, method Driver::parseUnion()
    union分析
parseValue
in file Driver.class.php, method Driver::parseValue()
    value分析
parseVar
in file Manager.class.php, method Manager::parseVar()
    解析数组变量,包括“.”操作符号的数组变量
parseWhere
in file Mongo.class.php, method Mongo::parseWhere()
    where分析
parseWhere
in file Driver.class.php, method Driver::parseWhere()
    where分析
parseWhereItem
in file Mongo.class.php, method Mongo::parseWhereItem()
    where子单元分析
parseWhereItem
in file Driver.class.php, method Driver::parseWhereItem()
parse_name
in file system.php, function parse_name()
    字符串命名风格转换
Pgsql
in file Pgsql.class.php, class Pgsql
    Pgsql数据库驱动
Pipeline
in file Pipeline.class.php, class Pipeline
    管道控制类型
post
in file Request.class.php, method Request::post()
    获取Http请求的POST参数
prepareDestination
in file Pipeline.class.php, method Pipeline::prepareDestination()
    将回调函数进行封装.
put
in file Sae.class.php, method Sae::put()
    文件写入
put
in file File.class.php, method File::put()
    文件写入
Pgsql.class.php
procedural page Pgsql.class.php
top

q

$queryStr
in file Driver.class.php, variable Driver::$queryStr
$queryTimes
in file Driver.class.php, variable Driver::$queryTimes
query
in file Model.class.php, method Model::query()
    SQL查询
query
in file Driver.class.php, method Driver::query()
    执行查询 返回数据集
queue
in file Manager.class.php, method Manager::queue()
    队列缓存
top

r

$request
in file Context.class.php, variable Context::$request
    Request对象
$response
in file Context.class.php, variable Context::$response
    Response对象
Request.class.php
procedural page Request.class.php
Response.class.php
procedural page Response.class.php
Route.class.php
procedural page Route.class.php
random
in file system.php, function random()
    从提供的字符串中,产生随机字符串
rawContent
in file Request.class.php, method Request::rawContent()
    获取原始的POST包体
read
in file Db.class.php, method Db::read()
    读取Session
read
in file Sae.class.php, method Sae::read()
    文件内容读取
read
in file File.class.php, method File::read()
    文件内容读取
read
in file Memcache.class.php, method Memcache::read()
    读取Session
redirect
in file Controller.class.php, method Controller::redirect()
    Action跳转(URL重定向) 支持指定模块和延时跳转
redirect
in file Response.class.php, method Response::redirect()
    URL重定向
Redis
in file Redis.class.php, class Redis
    Redis缓存驱动 要求安装phpredis扩展:https://github.com/nicolasff/phpredis
refresh
in file Manager.class.php, method Manager::refresh()
    更新模板缓存
regex
in file Model.class.php, method Model::regex()
    使用正则验证数据
render
in file Controller.class.php, method Controller::render()
    渲染输出控制器方法的返回值
render
in file View.class.php, method View::render()
    渲染输出控制器方法的返回值
report
in file ErrorException.class.php, method ErrorException::report()
Request
in file Request.class.php, class Request
    系统请求类型
resolve
in file Container.class.php, method Container::resolve()
    从容器中解析给定的类型.
resolveClass
in file Container.class.php, method Container::resolveClass()
    从容器中解决基于类的依赖关系
resolveDependencies
in file Container.class.php, method Container::resolveDependencies()
    从反射参数中解决所有的依赖项
resolvePath
in file View.class.php, method View::resolvePath()
    自动定位模板文件
resolvePrimitive
in file Container.class.php, method Container::resolvePrimitive()
    解析非自定义类的原始依赖关系
Response
in file Response.class.php, class Response
    系统响应类
returnResult
in file Model.class.php, method Model::returnResult()
rm
in file Sqlite.class.php, method Sqlite::rm()
    删除缓存
rm
in file Memcache.class.php, method Memcache::rm()
    删除缓存
rm
in file File.class.php, method File::rm()
    删除缓存
rm
in file Redis.class.php, method Redis::rm()
    删除缓存
rollback
in file Driver.class.php, method Driver::rollback()
    事务回滚
rollback
in file Model.class.php, method Model::rollback()
    事务回滚
ROOT_PATH
in file base.php, constant ROOT_PATH
    入口文件根目录路径(支持自定义)
Route
in file Route.class.php, class Route
    系统路由类
Redis.class.php
procedural page Redis.class.php
top

s

$selectSql
in file Firebird.class.php, variable Firebird::$selectSql
$selectSql
in file Sqlsrv.class.php, variable Sqlsrv::$selectSql
$selectSql
in file Driver.class.php, variable Driver::$selectSql
$selectSql
in file Oracle.class.php, variable Oracle::$selectSql
$sessionName
in file Memcache.class.php, variable Memcache::$sessionName
$sessionTable
in file Db.class.php, variable Db::$sessionTable
    session保存的数据库名
$stripSlashes
in file Model.class.php, variable Model::$stripSlashes
system.php
procedural page system.php
S
in file system.php, function S()
    缓存管理
Sae
in file Sae.class.php, class Sae
    SAE环境文件写入存储类
safe_replace
in file system.php, function safe_replace()
    安全过滤函数
save
in file Model.class.php, method Model::save()
    保存数据
scope
in file Model.class.php, method Model::scope()
    调用命名范围
select
in file Model.class.php, method Model::select()
    查询数据集
select
in file Mongo.class.php, method Mongo::select()
    查找记录
select
in file Driver.class.php, method Driver::select()
    查找记录
selectAdd
in file Model.class.php, method Model::selectAdd()
    通过Select方式添加记录
selectInsert
in file Driver.class.php, method Driver::selectInsert()
    通过Select方式插入记录
send
in file Pipeline.class.php, method Pipeline::send()
    设置通过管道发送的对象
sendfile
in file Response.class.php, method Response::sendfile()
    发送文件到浏览器
server
in file Request.class.php, method Request::server()
    获取Http请求相关的服务器信息(不区分大小写)
Sqlite.class.php
procedural page Sqlite.class.php
Sqlite.class.php
procedural page Sqlite.class.php
Sqlsrv.class.php
procedural page Sqlsrv.class.php
Sae.class.php
procedural page Sae.class.php
St.class.php
procedural page St.class.php
session
in file system.php, function session()
    session管理函数
set
in file Redis.class.php, method Redis::set()
    写入缓存
set
in file Memcache.class.php, method Memcache::set()
    写入缓存
set
in file File.class.php, method File::set()
    写入缓存
set
in file Sqlite.class.php, method Sqlite::set()
    写入缓存
setConfig
in file Pager.class.php, method Pager::setConfig()
    设置分页配置
setContext
in file Controller.class.php, method Controller::setContext()
    设置应用上下文对象(系统自动注入)
setContext
in file ErrorException.class.php, method ErrorException::setContext()
    设置上下文应用对象
setDec
in file Model.class.php, method Model::setDec()
    字段值减少
setDisposer
in file Route.class.php, method Route::setDisposer()
setErrorHandle
in file Context.class.php, method Context::setErrorHandle()
    设置或取消系统异常处理程序
setField
in file Model.class.php, method Model::setField()
    设置记录的某个字段值 支持使用数据库字段和方法
setInc
in file Model.class.php, method Model::setInc()
    字段值增长
setInstance
in file Container.class.php, method Container::setInstance()
    设置容器实例
setIsEnd
in file Response.class.php, method Response::setIsEnd()
    设置是否请求结束
setMiddleware
in file Route.class.php, method Route::setMiddleware()
setModel
in file Driver.class.php, method Driver::setModel()
    设置当前操作模型
setOptions
in file Manager.class.php, method Manager::setOptions()
setProperty
in file Model.class.php, method Model::setProperty()
    设置模型的属性值
setRequest
in file Request.class.php, method Request::setRequest()
    设置外部请求对象
setResponse
in file Response.class.php, method Response::setResponse()
    设置外部响应对象
setRoute
in file Request.class.php, method Request::setRoute()
    设置路由对象
set_delim
in file Manager.class.php, method Manager::set_delim()
show
in file Controller.class.php, method Controller::show()
    输出内容文本可以包括Html 并支持内容解析
simplify_ds
in file system.php, function simplify_ds()
    简化路径
sizeformat
in file system.php, function sizeformat()
    转换字节数为其他单位
slashes
in file system.php, function slashes()
    返回经addslashes处理过的字符串或数组
Sqlite
in file Sqlite.class.php, class Sqlite
    Sqlite数据库驱动
Sqlite
in file Sqlite.class.php, class Sqlite
    Sqlite缓存驱动
Sqlsrv
in file Sqlsrv.class.php, class Sqlsrv
    Sqlsrv数据库驱动
St
in file St.class.php, class St
    系统标签类型
start
in file Application.class.php, method Application::start()
    运行应用并返回结果到浏览器
startTrans
in file Driver.class.php, method Driver::startTrans()
    启动事务
startTrans
in file Model.class.php, method Model::startTrans()
    启动事务
status
in file Response.class.php, method Response::status()
    发送Http状态码
STEEZE_VERSION
in file base.php, constant STEEZE_VERSION
    系统当前版本号
STORAGE_PATH
in file base.php, constant STORAGE_PATH
    数据存储目录(支持自定义,权限为可读写)
STORAGE_TYPE
in file base.php, constant STORAGE_TYPE
    文件存储类型
string2array
in file system.php, function string2array()
    将字符串转换为数组
strlen_utf8
in file system.php, function strlen_utf8()
    统计utf-8字符长度
success
in file Controller.class.php, method Controller::success()
    操作成功跳转的快捷方法
switchCollection
in file Mongo.class.php, method Mongo::switchCollection()
    切换当前操作的Db和Collection
sys_auth
in file system.php, function sys_auth()
    系统动态加密解密可以设置过期时间的字符串(通常用于授权)
sys_crypt
in file system.php, function sys_crypt()
    系统加密解密的字符串
SYS_START_TIME
in file base.php, constant SYS_START_TIME
    系统开始时间值
top

t

$tableName
in file Model.class.php, variable Model::$tableName
$tablePrefix
in file Model.class.php, variable Model::$tablePrefix
$transTimes
in file Driver.class.php, variable Driver::$transTimes
$trueTableName
in file Model.class.php, variable Model::$trueTableName
$tVar
in file View.class.php, variable View::$tVar
    模板输出变量
table
in file Model.class.php, method Model::table()
    指定当前的数据表
template
in file system.php, function template()
    处理界面模板(包括管理后台、前台和插件)
then
in file Pipeline.class.php, method Pipeline::then()
    在管道中运行最后的回调函数
through
in file Pipeline.class.php, method Pipeline::through()
    设置管道的数组
thumb
in file system.php, function thumb()
    生成缩略图
thumb
in file Image.class.php, method Image::thumb()
thumbImg
in file Image.class.php, method Image::thumbImg()
    生成缩略图,并提供最佳位置截取功能
timeformat
in file system.php, function timeformat()
    转换字节数为其他单位
to_string
in file system.php, function to_string()
    将对象或数组转换为JSON字符串
trace
in file system.php, function trace()
    添加和获取页面Trace记录
trim_script
in file system.php, function trim_script()
    转义 javascript 代码标记
top

u

U
in file system.php, function U()
    URL组装 支持不同URL模式
union
in file Model.class.php, method Model::union()
    查询SQL组装 union
unlink
in file File.class.php, method File::unlink()
    文件删除
unlink
in file Sae.class.php, method Sae::unlink()
    文件删除
unZip
in file Zip.class.php, method Zip::unZip()
update
in file Sqlsrv.class.php, method Sqlsrv::update()
    更新记录
update
in file Mongo.class.php, method Mongo::update()
    更新记录
update
in file Driver.class.php, method Driver::update()
    更新记录
UPLOAD_PATH
in file base.php, constant UPLOAD_PATH
    文件上传目录路径
USE_DEFUALT_HANDLE
in file base.php, constant USE_DEFUALT_HANDLE
    当找不到处理器时,是否使用默认处理器(支持自定义常量或环境变量use_defualt_handle)
using
in file Model.class.php, method Model::using()
    USING支持 用于多表删除
top

v

View.class.php
procedural page View.class.php
VALUE_VALIDATE
in file Model.class.php, class constant Model::VALUE_VALIDATE
VENDOR_PATH
in file base.php, constant VENDOR_PATH
    应用目录(支持自定义)
via
in file Pipeline.class.php, method Pipeline::via()
    设置调用管道的方法
View
in file View.class.php, class View
    系统视图类
top

w

$with
in file Container.class.php, variable Container::$with
watermark
in file Image.class.php, method Image::watermark()
where
in file Model.class.php, method Model::where()
    指定查询条件 支持安全过滤
write
in file Response.class.php, method Response::write()
    启用Http Chunk分段向浏览器发送相应内容
write
in file Memcache.class.php, method Memcache::write()
    写入Session
write
in file Db.class.php, method Db::write()
    写入Session
top

z

zh-cn.php
procedural page zh-cn.php
Zip.class.php
procedural page Zip.class.php
Zip
in file Zip.class.php, class Zip
    ZIP压缩/解压类
zipToDownload
in file Zip.class.php, method Zip::zipToDownload()
zipToFile
in file Zip.class.php, method Zip::zipToFile()
top

_

$_auto
in file Model.class.php, variable Model::$_auto
$_collection
in file Mongo.class.php, variable Mongo::$_collection
$_collectionName
in file Mongo.class.php, variable Mongo::$_collectionName
$_cursor
in file Mongo.class.php, variable Mongo::$_cursor
$_dbName
in file Mongo.class.php, variable Mongo::$_dbName
$_linkID
in file Driver.class.php, variable Driver::$_linkID
$_linkNum
in file Driver.class.php, variable Driver::$_linkNum
$_map
in file Model.class.php, variable Model::$_map
$_mongo
in file Mongo.class.php, variable Mongo::$_mongo
$_scope
in file Model.class.php, variable Model::$_scope
$_validate
in file Model.class.php, variable Model::$_validate
_after_db
in file Model.class.php, method Model::_after_db()
_after_delete
in file Model.class.php, method Model::_after_delete()
_after_find
in file Model.class.php, method Model::_after_find()
_after_insert
in file Model.class.php, method Model::_after_insert()
_after_select
in file Model.class.php, method Model::_after_select()
_after_update
in file Model.class.php, method Model::_after_update()
_before_delete
in file Model.class.php, method Model::_before_delete()
_before_insert
in file Model.class.php, method Model::_before_insert()
_before_update
in file Model.class.php, method Model::_before_update()
_before_write
in file Model.class.php, method Model::_before_write()
_checkTableInfo
in file Model.class.php, method Model::_checkTableInfo()
    自动检测数据表信息
_facade
in file Model.class.php, method Model::_facade()
    对保存到数据库的数据进行处理
_initialize
in file Model.class.php, method Model::_initialize()
_options_filter
in file Model.class.php, method Model::_options_filter()
_parseOptions
in file Model.class.php, method Model::_parseOptions()
    分析表达式
_parseType
in file Model.class.php, method Model::_parseType()
    数据类型检测
_read_data
in file Model.class.php, method Model::_read_data()
    数据读取后的处理
_sql
in file Model.class.php, method Model::_sql()
_validationField
in file Model.class.php, method Model::_validationField()
    验证表单字段 支持批量验证 如果批量验证返回错误的数组信息
_validationFieldItem
in file Model.class.php, method Model::_validationFieldItem()
    根据验证因子验证字段
__call
in file Request.class.php, method Request::__call()
    动态方法调用
__call
in file Context.class.php, method Context::__call()
    默认调用控制器方法(一般在Closure路由中调用)
__call
in file Model.class.php, method Model::__call()
    利用__call方法实现一些特殊的Model方法
__call
in file Manager.class.php, method Manager::__call()
__callStatic
in file Manager.class.php, method Manager::__callStatic()
__callstatic
in file Manager.class.php, method Manager::__callstatic()
__construct
in file Driver.class.php, method Driver::__construct()
    架构函数 读取数据库配置信息
__construct
in file Route.class.php, method Route::__construct()
__construct
in file Sae.class.php, method Sae::__construct()
__construct
in file Context.class.php, method Context::__construct()
__construct
in file Mongo.class.php, method Mongo::__construct()
    架构函数 读取数据库配置信息
__construct
in file Request.class.php, method Request::__construct()
    构造函数(由容器调用)
__construct
in file View.class.php, method View::__construct()
    设置应用上下文对象
__construct
in file Pipeline.class.php, method Pipeline::__construct()
    创建管道实例
__construct
in file Redis.class.php, method Redis::__construct()
    架构函数
__construct
in file File.class.php, method File::__construct()
    架构函数
__construct
in file Memcache.class.php, method Memcache::__construct()
    架构函数
__construct
in file Model.class.php, method Model::__construct()
    架构函数 取得DB类的实例对象 字段检查
__construct
in file Manager.class.php, method Manager::__construct()
__construct
in file Sqlite.class.php, method Sqlite::__construct()
    架构函数
__construct
in file Middleware.class.php, method Middleware::__construct()
    构造应用上下文对象
__construct
in file File.class.php, method File::__construct()
    架构函数
__construct
in file Response.class.php, method Response::__construct()
    构造函数(由容器调用)
__construct
in file Application.class.php, method Application::__construct()
__destruct
in file Driver.class.php, method Driver::__destruct()
    析构方法
__destruct
in file Application.class.php, method Application::__destruct()
__get
in file Manager.class.php, method Manager::__get()
__get
in file Model.class.php, method Model::__get()
    获取数据对象的值
__isset
in file Model.class.php, method Model::__isset()
    检测数据对象的值
__set
in file Manager.class.php, method Manager::__set()
__set
in file Model.class.php, method Model::__set()
    设置数据对象的值
__unset
in file Model.class.php, method Model::__unset()
    销毁数据对象的值
__unset
in file Manager.class.php, method Manager::__unset()
top

Powered by Steeze. author email: spring.wind2006@163.com