cerberus478 Posted July 16, 2012 Share Posted July 16, 2012 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 More sharing options...
Mahngiel Posted July 16, 2012 Share Posted July 16, 2012 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 More sharing options...
NomadicJosh Posted July 26, 2012 Share Posted July 26, 2012 @cerberus478: actually, there are video tutorials in the CI forums. You can check them out here: http://codeigniter.com/forums/viewthread/213251/ Link to comment https://forums.phpfreaks.com/topic/265768-codeigniter-cms/#findComment-1364414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.