# CodeIgniter-Standard **Repository Path**: lixiaokai/CodeIgniter-Standard ## Basic Information - **Project Name**: CodeIgniter-Standard - **Description**: CodeIgniter-Standard-Project - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2014-11-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CodeIgniter-Standard 目录结构 --------- index.php: CodeIgniter单一入口文件。 system: 框架目录,Codeigniter核心文件和自带的类库、函数等。 application: 应用目录,包括控制器、模型、配置、类库等等,所有的PHP代码都写在该目录中。