CI框架目录

CI 
├─index.php 入口文件 
├─system 框架程序目录 
│ ├─core 框架的核心程序 
│ │ ├─ CodeIgniter.php 引导性文件 
│ │ ├─ Common.php 加载基类库的公共函数 
│ │ ├─ Config.php 配置类:CI_Config 
│ │ ├─Controller.php 基控制器类:CI_Controller 
│ │ ├─ Exceptions.php 异常处理类 
│ │ ├─ Hooks.php 钩子类 
│ │ ├─ index.html 
│ │ ├─ Input.php 输入类:CI_Input 
│ │ ├─ Lang.php 加载语言包 
│ │ ├─ Loader.php 加载类:CI_Loader 
│ │ ├─ Model.php 基模型类:CI_Model 
│ │ ├─ Output.php 输出类:CI_Output 
│ │ ├─ Router.php 路由类:CI_Router 
│ │ ├─ Security.php 安全处理 
│ │ ├─ URI.php URL类:CI_URl 
│ │ ├─ Utf8.php utf8 类 
│ │ 
│ ├─helpers 辅助函数 
│ │ ├─ cookie_helper.php cookie相关的辅助函数 
│ │ ├─ date_helper.php 日期相关的辅助函数 
│ │ ├─ directory_helper.php directory相关的辅助函数 
│ │ ├─ download_helper.php 下载相关的辅助函数 
│ │ ├─ email_helper.php email相关的辅助函数 
│ │ ├─ file_helper.php 文件相关的辅助函数 
│ │ ├─ form_helper.php 表单相关的辅助函数 
│ │ ├─ html_helper.php html相关的辅助函数 
│ │ ├─ index.html 
│ │ ├─ path_helper.php 路径相关的辅助函数 
│ │ ├─ string_helper.php 字符串相关的辅助函数 
│ │ ├─ url_helper.php url相关的辅助函数,如:创建url的辅助函数 
│ │ 
│ ├─language 
│ │ 
│ └─libraries 
│ ├─ Driver.php 
│ ├─ Email.php 
│ ├─ Encrypt.php 
│ ├─ Form_validation.php 
│ ├─ Image_lib.php 
│ ├─ index.html 
│ ├─ Log.php 
│ ├─ Pagination.php 
│ ├─ Session.php 
│ └─ Upload.php 
│ 
├─application 项目目录 
│ ├─config 项目相关的配置 
│ │ autoload.php 设置自动加载类库的配置文件 
│ │ config.php 项目相关的配置文件 
│ │ constants.php 常量配置文件 
│ │ doctypes.php 文件类型配置文件 
│ │ index.html 
│ │ mimes.php 
│ │ routes.php 路由配置文件 
│ │ 
│ ├─controllers 控制器目录 
│ │ 
│ ├─errors 错误提示模板 
│ │ error_404.php 
│ │ error_db.php 
│ │ error_general.php 
│ │ error_php.php 
│ │ index.html 
│ │ 
│ ├─helpers 项目的辅助函数 
│ │ my_config_helper.php 创建自己的辅助函数 
│ │ 
│ ├─logs 日志目录 
│ ├─models 模型目录 
│ └─views 视图目录 
│ 
├─resources 
│ └─XXX 
│ ├─css 
│ │ style.css 
│ │ 
│ ├─images 
│ │ 
│ └─js
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值