version 1.1.1 released and is available for download

Posted by Damodar Bashyal on June 01, 2009

 

Version 1.1.1 is released. It is available for download through google code.

More»

Multilevel menu library for codefight cms

Posted by Damodar Bashyal on May 26, 2009

 

Codefight cms is built with the help of codeigniter cms. Last weekend i wrote a multi-level menu library. You can use it for codefight cms or wherever you want.

This may not be perfect but it works. If you have a better idea i would like to know. This is how it looks like.

More»

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»