__include_file()
__include_file(string  $file) : mixed
                include
Parameters
| string | $file | 文件路径  | 
                            
| addons | 
| cache | 
| captcha | 
| composer | 
| config | 
| console | 
| controller | 
| db | 
| debug | 
| exception | 
| helper | 
| log | 
| model | 
| paginator | 
| process | 
| response | 
| session | 
| template | 
| view | 
| Addons | 插件基类 Class Addons | 
| App | App 应用管理 | 
| Build | |
| Cache | |
| Collection | |
| Config | |
| Console | |
| Controller | |
| Cookie | |
| Db | Class Db | 
| Debug | |
| Env | |
| Error | |
| Exception | |
| File | |
| Hook | |
| Lang | |
| Loader | |
| Log | Class Log | 
| Model | Class Model | 
| Paginator | |
| Process | |
| Request | |
| Response | |
| Route | |
| Session | |
| Template | ThinkPHP分离出来的模板引擎 支持XML标签和普通标签的模板解析 编译型模板引擎 支持动态缓存 | 
| Url | |
| Validate | |
| View |