Current Version of Codefight CMS Available for Download:

            « Version 1.5.0 »

            NOTE: The code available is same as the code used for this site at the time of release.

            Codefight CMS is based on Codeigniter PHP 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.

 

 

Select Language.[TESTING For Next Release.]

English | नेपाली | French | German | Korean

Login | Select Language | Thu, 29 Jul 10 17:13:47 -0600

Addition Of Codeigniter Pagination To Codefight CMS

2009-03-20 18:09:40Damodar Bashyal

 

Today I would like to archive my codeigniter pagination addition into my CMS.

My page entries were increasing gradually, so the page size was increasing and it didn't look too good to have multiple entries on the same page. So i thought now its time to add pagination. I had used pagination few years back when I was working at previous company 'visiontech digital media'. But i had totally forgotten by now. So checked the userguide and followed the process as:

More»

 

New Codefight Asset Manager a codeigniter library

2009-03-13 16:52:28Damodar Bashyal

 

Today i wrote new asset manager for my cms by taking ideas from contributions on codeigniter. This is very useful for my cms. I am going to modify more in the future as i have time. But for now i would like to show how it works.

STEP 1:

I have a config file called MY_config. And, i autoload this config on config/autoload.php

CODE:

1-
2-<?php
3-$autoload['config'] = array('MY_config');
4-?>
5-

Also, i autoload my new library in this file, along with other libraries as:

More»

 

version 1.1.2 released and is available for download

2009-06-09 05:01:47Damodar Bashyal

 

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.

More»