version 1.1.2 released and is available for download
codefight CMS Version 1.1.2 is released. It is available for download through google code. This includes few css and minor layout fixes only.
NOTE: The code available is same as the code used for newer than this site at the time of release. Check cmsigniter.com for latest demo.
Codefight CMS is based on CodeIgniter - Open source PHP web application framework which is very easy to learn.
It would be nice to hear back some feedback. Also you can contribute with code and helping translating language files in your language.
You can use this CMS in anyway you want. You can modify as you like and use commercially for free.
codefight CMS Version 1.1.2 is released. It is available for download through google code. This includes few css and minor layout fixes only.
Version 1.1.1 is released. It is available for download through google code.
Added MY_Controller to extend codeigniter's Controller.
To define commonly and frequently used options in just one controller, so we don't have to call those stuff every time in every controller. And making easy to access setting keys and values. Now setting values can be accessed as:
CODE:
<?php$this->settings['pagination_per_page']; ?>