CodeIgniter Customized Package( with Admin console sample code & Smarty library)
- Dec
- 11
- Posted by Lin
- Posted in Open Source, PHP Framework
Sometimes we need a light framework to build a small system, which must be customized simplely and quickly.
I surpose CodeIgniter might meet your need,not only because it has multi language documents (CodeIgniter has many chinese and japanese documents so I can read it without effort:) ), but also it’s a simple and powerful MVC framework.
At the same time, I found that CodeIgniter without any user auth sample code which we almost need to create in administrator console, and that might be better if it can use Smarty library.
So if you have the same need like me,you could download it from here (Github.com).
I surpose CodeIgniter might meet your need,not only because it has multi language documents (CodeIgniter has many chinese and japanese documents so I can read it without effort:) ), but also it’s a simple and powerful MVC framework.
At the same time, I found that CodeIgniter without any user auth sample code which we almost need to create in administrator console, and that might be better if it can use Smarty library.
So if you have the same need like me,you could download it from here (Github.com).
Download CodeIgniter package on Github
Config DB for CodeIgniter
After download CodeIgniter package,you will have to import codeigniter.sql to your Database and change database.php.codeigniter.sql
application/config/database.php
Set folders writeable permission & change config file
These folders must be writeable.application/config/config_ex.php
We have done! We can run it now. Enjoy it!Administrator Console page
http://yourdomainname.com/admin/login
Default Account: admin
Default Password: admin
http://yourdomainname.com/admin/home/
Front page
http://yourdomainname.com/
http://yourdomainname.com/other/
Recent Posts
- Salesforce DevTools Release Notes (version 3.10.0) – mass edit custom fields on lightning
- Salesforce DevTools Release Notes (version 3.9.0) – Object Fields, SOQL Query Editor
- Salesforce DevTools Release Notes (version 3.8.0)
- Salesforce DevTools JUST HIT 10,000 USERS! THANK YOU!
- Using Promise for Apex Server-Side request in Lightning Component
Top Posts
- Salesforce DevTools – Powerful Salesforce developer tools, loved by over 50K developers - 217.7K views
- Date format and DateTime format - 201.9K views
- Salesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! - 157.5K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 121.8K views
- Writing a Schedulable Batch Apex in Salesforce - 116.9K views
Categories
- APEX
- Apps
- Custom Label
- Custom Metadata
- Custom Setting
- Design & UI
- Event
- Heroku
- iOS & Object-c
- Lightnint Component
- Linux & Mac OS
- Metadata API
- Node.js
- Open Source
- Other
- PHP Framework
- Release Notes
- REST API
- Salesforce
- Salesforce DevTools
- Salesforce DX
- SOQL
- Tooling API
- Unit Tests
- Validation Rule
- Visualforce
- WordPress
You must be logged in to post a comment.