Jump to content

full CMS with php cake


son.of.the.morning

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.