son.of.the.morning Posted December 26, 2011 Share Posted December 26, 2011 I want to build a CMS system using php cake. I want pages to be created dynamically rather than have a set of static pages calling data dynamically. Is this going to be a complex operation using php cake? Quote Link to comment https://forums.phpfreaks.com/topic/253857-full-cms-with-php-cake/ Share on other sites More sharing options...
trq Posted December 26, 2011 Share Posted December 26, 2011 Far too vague a question to be answered simply. CMS's can be very simple single content areas drawn from a single database field or quite complex page builder built from complex data structures. Also, we have no idea how good of a programmer your are either with php alone or with cake. Quote Link to comment https://forums.phpfreaks.com/topic/253857-full-cms-with-php-cake/#findComment-1301445 Share on other sites More sharing options...
QuickOldCar Posted December 26, 2011 Share Posted December 26, 2011 I tried phpcake a very long time ago, I found the tutorials to be not that hard to understand. Try following the tutorials at the left here, or try this blog tutorial. http://book.cakephp.org/view/1528/Blog Once you get the Model-View-Controller methods down, you will find it easier as you do more with it. You can have a dynamic site with no static pages using procedural or object oriented php without a framework such as cakephp,zend. Use of include() for files,pages or templates along with css style, dynamic content to display based on different php code. You can make this as simple or as difficult depending on your skill level and future goals. You may also want to look into using a template engine such as smarty Quote Link to comment https://forums.phpfreaks.com/topic/253857-full-cms-with-php-cake/#findComment-1301480 Share on other sites More sharing options...
AGuyWithAthing Posted December 26, 2011 Share Posted December 26, 2011 Cake PHP uses an extraordinary amount of memory from my experiences with it and would advise the use of Code Igniter instead unless you have a lot of resources to throw at the server(s). Basically to answer no it would not require much work to develop a CMS as all you would need to do is use an Authentication module along with a simple content system with something like a WYSIWYG editor to make it user friendly. Quote Link to comment https://forums.phpfreaks.com/topic/253857-full-cms-with-php-cake/#findComment-1301482 Share on other sites More sharing options...
son.of.the.morning Posted December 29, 2011 Author Share Posted December 29, 2011 Thanks for you replies people, got more than enough help there! Quote Link to comment https://forums.phpfreaks.com/topic/253857-full-cms-with-php-cake/#findComment-1302185 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.