PHP think Namespace

Nested Namespaces

think\cache
think\config
think\console
think\controller
Think\Db
think\debug
think\exception
Think\Log
think\model
think\org
think\paginator
think\process
think\response
Think\Session
think\template
think\view

Classes

Name Description
App App 应用管理
Build 用于ThinkPHP的自动生成
Cache 缓存管理类
Collection
Config 框架常被用到的类 用于获取和设置系统和项目配置 由ThinkPHP的C函数演变而来
Console
Controller ThinkPHP 控制器基类 抽象类
Cookie
Db ThinkPHP 数据库中间层实现类
Debug
Env
Error
Exception ThinkPHP核心异常类 所有系统异常必须继承该类
File
Hook
Lang Core/Lang.class.php Smart ThinkPHP Copyright (c) 2004-2013 Methink
Loader
Log
Model
Paginator
PhpunitHelper
Process
Response
Route
Session
Template ThinkPHP分离出来的模板引擎 支持XML标签和普通标签的模板解析 编译型模板引擎 支持动态缓存
Url Url Class 生成url地址
Validate
View