Whats new in codefight cms version 1.0.3?

Posted by Damodar Bashyal on May 16, 2009

 

Added MY_Controller to extend codeigniter's Controller.

Why?

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:

<?php $this->settings['pagination_per_page']; ?>

Like what?

More»

Version 1.0.2 released on 09th may 2009

Posted by Damodar Bashyal on May 10, 2009

 

Today got some time, so worked on admin settings and released this version. If you get any bugs please notify me via tenthweb forum. With this release admin is now more powerful. You can set default template for first page load for the visitors through admin settings. You can create setting keys and use where need. E.g. meta_title, this you can use as default meta title.

You can create unlimited setting keys as you need and you even don't need to create fields for newly created keys to set them. You can choose 'textarea, textbox, radio and drop down select' for those keys and those keys will appear on site management under settings for you.

More»

Codefight CMS version 1.0.1 released.

Posted by Damodar Bashyal on May 03, 2009

 

Another version of Codefight cms has been uploaded to google code on 01st may, 2009. For more information about the system and download and installing instruction, please visit preview and download section.

This release has option to compact the html source code so that unnecessary spaces are removed which helps to load the page faster. Also there is a option to combine css files into one.

feedbacks and any kind of response helps to build the software further, so i am looking forward to get feedbacks.

More»