2009-04-18 07:15:16Damodar Bashyal
Due to Magento Commerce i need to learn zend framework now. So, i have been digging net for step by step tutorial for zend framework. I found few sites which were able to simplify the tutorial and give the real instructions step by step. That was very nice of them. Since i am learning zend framework, why don't i convert my codefight cms to work with zend framework? By doing so, i guess i'll better learn in depth.
This is not a promise but which i have been thinking for a while. Lets see how much time i get and how i go with the framework. I feel very comfortable with codeigniter framework but still
More»
2009-04-23 06:42:16Damodar Bashyal
Codefight cms, file structure and how to use it?
When i first started to code for codefight cms, i had no idea that it will reach to this position one day. Not only it helped me to learn codeigniter more in depth but it also helped me to write something now and then. And, to my surprise, kevin rudd's stimulus package was the winner todate[23rd apr, 2009] to get the traffic to my site.
If you want to edit something or extend it, you need to be familiar with codeigniter php framework. But if you want to use it as it is with few configuration,then you can setup in few minutes and start using it.
Codefight files are found in different folders. As of version 1.0.0 there are 4 root folders and few sub-folders.
app:
This contains 2 folders admin and frontend. Application code files can be found in these folders. Files related to admin are found in admin folder and those related to frontend can be found in frontend folder.
app ? admin:
Here are also quite few folders. Mainly you will be touching is config, modules and views.
More»