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

Element index for package Library

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

_

$_auto
in file Model.class.php, variable Model::$_auto
$_map
in file Model.class.php, variable Model::$_map
$_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 Model.class.php, method Model::__call()
    利用__call方法实现一些特殊的Model方法
__call
in file Context.class.php, method Context::__call()
    默认调用控制器方法(一般在Closure路由中调用)
__construct
in file Response.class.php, method Response::__construct()
    构造函数(由容器调用)
__construct
in file Route.class.php, method Route::__construct()
__construct
in file Pipeline.class.php, method Pipeline::__construct()
    创建管道实例
__construct
in file Request.class.php, method Request::__construct()
    构造函数(由容器调用)
__construct
in file View.class.php, method View::__construct()
    设置应用上下文对象
__construct
in file Application.class.php, method Application::__construct()
__construct
in file Model.class.php, method Model::__construct()
    架构函数 取得DB类的实例对象 字段检查
__construct
in file Context.class.php, method Context::__construct()
__construct
in file Middleware.class.php, method Middleware::__construct()
    构造应用上下文对象
__destruct
in file Application.class.php, method Application::__destruct()
__get
in file Model.class.php, method Model::__get()
    获取数据对象的值
__isset
in file Model.class.php, method Model::__isset()
    检测数据对象的值
__set
in file Model.class.php, method Model::__set()
    设置数据对象的值
__unset
in file Model.class.php, method Model::__unset()
    销毁数据对象的值
top

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方式返回数据到客户端
Application
in file Application.class.php, class Application
    上下文应用程序类
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 Route.class.php, method Route::bind()
bind
in file Model.class.php, method Model::bind()
    参数绑定
build
in file Container.class.php, method Container::build()
    实例化给定类型的具体实例
buildHtml
in file Controller.class.php, method Controller::buildHtml()
    创建静态页面
buildSql
in file Model.class.php, method Model::buildSql()
    生成查询SQL 可用于子查询
top

c

$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
    应用上下文对象
cache
in file Model.class.php, method Model::cache()
    查询缓存
carry
in file Pipeline.class.php, method Pipeline::carry()
    迭代回调函数
check
in file Model.class.php, method Model::check()
    验证数据 支持 in between equal length regex expire ip_allow ip_deny
check
in file Image.class.php, method Image::check()
Client
in file Client.class.php, class Client
    用于获取客户端信息
CommandColor
in file CommandColor.class.php, class CommandColor
    命令行颜色控制类
comment
in file Model.class.php, method Model::comment()
    查询注释
commit
in file Model.class.php, method Model::commit()
    提交事务
Container
in file Container.class.php, class Container
    系统容器类
Context
in file Context.class.php, class Context
    系统上下文类
Controller
in file Controller.class.php, class Controller
    控制器基类
cookie
in file Response.class.php, method Response::cookie()
    设置HTTP响应的Header信息
cookie
in file Request.class.php, method Request::cookie()
    获取Http请求携带的COOKIE信息
create
in file Model.class.php, method Model::create()
    创建数据对象 但不保存到数据库
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 Model.class.php, method Model::db()
    切换当前的数据库连接
DEFAULT_ERROR_CODE
in file ErrorException.class.php, class constant ErrorException::DEFAULT_ERROR_CODE
delete
in file Model.class.php, method Model::delete()
    删除数据
display
in file View.class.php, method View::display()
    加载模板和页面输出 可以返回输出内容
display
in file Controller.class.php, method Controller::display()
    模板显示 调用内置的模板引擎显示方法,
top

e

$eof_ctrl_dir
in file Zip.class.php, variable Zip::$eof_ctrl_dir
$error
in file Model.class.php, variable Model::$error
$extenders
in file Container.class.php, variable Container::$extenders
end
in file Response.class.php, method Response::end()
    发送Http响应体,并结束请求处理
error
in file Controller.class.php, method Controller::error()
    操作错误跳转的快捷方法
ErrorException
in file ErrorException.class.php, class ErrorException
    错误异常处理类
escapeTable
in file Model.class.php, method Model::escapeTable()
    过滤SQL语句中的表字段名称
execute
in file Model.class.php, method Model::execute()
    执行SQL语句
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
top

f

$fields
in file Model.class.php, variable Model::$fields
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()
    指定查询字段 支持字段排除
files
in file Request.class.php, method Request::files()
    获取文件上传信息
find
in file Model.class.php, method Model::find()
    查询数据
flush
in file Model.class.php, method Model::flush()
    获取字段信息并缓存
flush
in file Response.class.php, method Response::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()
    清空容器中的所有实例
top

g

get
in file CommandColor.class.php, method CommandColor::get()
    获取字符串颜色
get
in file Request.class.php, method Request::get()
    获取Http请求的GET参数
get
in file View.class.php, method View::get()
    取得模板变量的值
get
in file Controller.class.php, method Controller::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()
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 Controller.class.php, method Controller::getContext()
    获取应用上下文对象
getContext
in file View.class.php, method View::getContext()
    获取应用上下文对象
getContext
in file Response.class.php, method Response::getContext()
    获取上下文应用对象
getContext
in file Request.class.php, method Request::getContext()
    获取上下文应用对象
getcut
in file Image.class.php, method Image::getcut()
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 Model.class.php, method Model::getError()
    返回模型的错误信息
getExtenders
in file Container.class.php, method Container::getExtenders()
    根据指定的类型获取特定扩展
getField
in file Model.class.php, method Model::getField()
    获取一条记录的某个字段值
getForegroundColors
in file CommandColor.class.php, method CommandColor::getForegroundColors()
    返回所有字体颜色名称
getInstance
in file Container.class.php, method Container::getInstance()
    获取容器单例
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 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语句
getMiddleware
in file Route.class.php, method Route::getMiddleware()
getModelName
in file Model.class.php, method Model::getModelName()
    得到当前的数据对象名称
getOnlineIp
in file Client.class.php, method Client::getOnlineIp()
getOS
in file Client.class.php, method Client::getOS()
getPager
in file Controller.class.php, method Controller::getPager()
    获取列表分页
getPager
in file Pager.class.php, method Pager::getPager()
    获取列表分页
getPager
in file View.class.php, method View::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()
    获取主键名称
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()
    得到完整的数据表名
getZipComment
in file Zip.class.php, method Zip::getZipComment()
getZipInnerFilesInfo
in file Zip.class.php, method Zip::getZipInnerFilesInfo()
get_setting
in file Image.class.php, method Image::get_setting()
gzip
in file Response.class.php, method Response::gzip()
    压缩级别设置
top

h

handle
in file Middleware.class.php, method Middleware::handle()
    中间件处理器
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请求的头部信息(键名为小写)
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
    图像处理类
info
in file Image.class.php, method Image::info()
init
in file Context.class.php, method Context::init()
    系统初始化
input
in file Request.class.php, method Request::input()
    获取POST/GET输入参数,优先级为: POST> GET
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

l

lazyWrite
in file Model.class.php, method Model::lazyWrite()
    延时更新检查 返回false表示需要延时 否则返回实际写入的数值
limit
in file Model.class.php, method Model::limit()
    指定查询数量
top

m

$method
in file Pipeline.class.php, variable Pipeline::$method
$methods
in file Model.class.php, variable Model::$methods
Middleware.class.php
procedural page Middleware.class.php
Model.class.php
procedural page Model.class.php
make
in file Container.class.php, method Container::make()
    从容器中解析给定的类型
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
MUST_VALIDATE
in file Model.class.php, class constant Model::MUST_VALIDATE
top

n

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

o

$old_offset
in file Zip.class.php, variable Zip::$old_offset
$options
in file Model.class.php, variable Model::$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()
    系统默认异常处理
top

p

$passables
in file Pipeline.class.php, variable Pipeline::$passables
$patchValidate
in file Model.class.php, variable Model::$patchValidate
$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
    分页处理类
parseFieldsMap
in file Model.class.php, method Model::parseFieldsMap()
    处理字段映射
parsePipeString
in file Pipeline.class.php, method Pipeline::parsePipeString()
    解析完整的管道字符串以获取名称和参数
parseSql
in file Model.class.php, method Model::parseSql()
    解析SQL语句
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()
    将回调函数进行封装.
top

q

query
in file Model.class.php, method Model::query()
    SQL查询
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
rawContent
in file Request.class.php, method Request::rawContent()
    获取原始的POST包体
redirect
in file Controller.class.php, method Controller::redirect()
    Action跳转(URL重定向) 支持指定模块和延时跳转
redirect
in file Response.class.php, method Response::redirect()
    URL重定向
regex
in file Model.class.php, method Model::regex()
    使用正则验证数据
render
in file View.class.php, method View::render()
    渲染输出控制器方法的返回值
render
in file Controller.class.php, method Controller::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()
rollback
in file Model.class.php, method Model::rollback()
    事务回滚
Route
in file Route.class.php, class Route
    系统路由类
top

s

$stripSlashes
in file Model.class.php, variable Model::$stripSlashes
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()
    查询数据集
selectAdd
in file Model.class.php, method Model::selectAdd()
    通过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请求相关的服务器信息(不区分大小写)
setConfig
in file Pager.class.php, method Pager::setConfig()
    设置分页配置
setContext
in file ErrorException.class.php, method ErrorException::setContext()
    设置上下文应用对象
setContext
in file Controller.class.php, method Controller::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()
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()
    设置路由对象
show
in file Controller.class.php, method Controller::show()
    输出内容文本可以包括Html 并支持内容解析
start
in file Application.class.php, method Application::start()
    运行应用并返回结果到浏览器
startTrans
in file Model.class.php, method Model::startTrans()
    启动事务
status
in file Response.class.php, method Response::status()
    发送Http状态码
success
in file Controller.class.php, method Controller::success()
    操作成功跳转的快捷方法
top

t

$tableName
in file Model.class.php, variable Model::$tableName
$tablePrefix
in file Model.class.php, variable Model::$tablePrefix
$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()
    指定当前的数据表
then
in file Pipeline.class.php, method Pipeline::then()
    在管道中运行最后的回调函数
through
in file Pipeline.class.php, method Pipeline::through()
    设置管道的数组
thumb
in file Image.class.php, method Image::thumb()
thumbImg
in file Image.class.php, method Image::thumbImg()
    生成缩略图,并提供最佳位置截取功能
top

u

union
in file Model.class.php, method Model::union()
    查询SQL组装 union
unZip
in file Zip.class.php, method Zip::unZip()
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
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分段向浏览器发送相应内容
top

z

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

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