Jump to content

CodeIgniter CMS


cerberus478

Recommended Posts

Hi

 

I would like to know how to create a CMS in CodeIgniter 2.1.2

 

Does anyone know of a tutorial or can give me a step by step instruction on how to make one.

 

I know that there are option for a CMS, but I would like to know how to create one.

I have looked at tutorials on how to create a CMS, but they either don't give me the one I want or they don't seem to fit with the CodeIgniter framework.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/265768-codeigniter-cms/
Share on other sites

CodeIgniter is a framework which is much different than a CMS.  Nonetheless, In order to create a CMS from either scratch or with a framework, you need to understand what a CMS is - a systematic use of the database to create content.  How do you accomplish this?  You establish a method of saving content into the database ( forms ) and logic to process said information.

 

It's important to understand the methodology for a Content Management System is the same across all languages and frameworks.  It's your implementation of them with any given tool that makes the approach any different.

Link to comment
https://forums.phpfreaks.com/topic/265768-codeigniter-cms/#findComment-1361928
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.