This is a simple CodeIgniter Starter project so that you can start working on Codeigniter as fast as you can. Additionally there's Sparks packages installed.
- Debug-Toolbar : 1.0.7 [ready to use]
- Layout : 1.0.0 [ready to use]
- ion_auth : 2.1.6 [not ready to use]
- assets : 1.0.0 [not ready to use]
- curl : 1.2.1
- mobiledetection : 1.0.1 [ready to use*]
*be sure to modify the MY_Controller.php if you want to stop your controller from checking if its a mobile on every request or if you want to redirect it to another site.
- Twitter bootstrap v2.0.0 : bootstrap.
- jQuery 1.7.1 : jQuery 1.7.1 from google CDN.
- PHP 5.1+
- Directory structure for the assets files, with a writeable assets/cache directory
Set all your preferences for each package.
In the config directory your will find a config file called 'application.php' try to edit it to fit your requirement.
/application
/views
/themes
/Default
/layouts
/assets
/cache
/css
/images
/js
/sparks
/system
/tools
/user_guide
- add more documentation & examples.
- trying to integrate the jquery-ui-bootstrap
- i will remove the layout library and install the template library which is better.
- update to the new Twitter bootstrap, which now has a responsive design.
- fix a problem with the layout library which cause the layout not to be load ( something related to the hooks which can't be loaded from the sparks/layout/1.0.0/config direcctory ), so i had to move it to the main config directory.
- change the default font family to ubuntu font from google webfonts.
- updated the new spark manager.
- updated ion_auth library ( you will have to configure it ).
- updated assets library ( you will have to configure it ).