FUELCMS is a CMS system developed based on the Codeigniter framework. Its modular design makes it very suitable for secondary development. In fact, it already comes with its own CMS and Blog modules, as well as complete background management functions and a large number of toolkits. It is a An excellent introductory tutorial for learning Codeigniter.
FUEL CMS is a development framework for creating WEB applications, built using the CodeIgniter development platform. Its core feature is based on the idea of modules. You can create your own models, views and controllers as usual, and only use the CMS part when you need it. It is a hybrid of a content management system and a development framework. FUEL CMS evolved from the needs of a development platform. It is a framework first and a content management system second. We use CodeIgniter to build because it is a lightweight PHP framework. It only provides the underlying driver and leaves the specific implementation details to the application, allowing us to use MVC principles to structure the code cleanly.
In order to allow domestic users to get started faster, we have modified several default configurations of FUEL CMS 0.9.3:
1. All modules come with Chinese language package
2. config.php - the default language configuration is chinese
3. MY_fuel.php - admin is enabled by default, fuel_mode default mode is AUTO
4. MY_config.php - The default time zone is 'Asia/Shanghai'