CMS for custom application

Posted by RH on Stack Overflow See other posts from Stack Overflow or by RH
Published on 2010-04-08T15:31:32Z Indexed on 2010/04/08 15:33 UTC
Read the original article Hit count: 366

Filed under:
|
|
|

We are building a custom application using LAMP with P being PHP. We also need to have CMS to manage various aspects of the site. The two options for the CMS are

  1. Build a complete custom CMS from scratch

  2. Extend an existing open source CMS to fit our needs. This way we can use some of the features out of the box and others we will build ourselves.

I would like to get your feedback on the following

  1. What are your experiences with option number 2?

  2. Which CMS would you recommend that we can further customize and extend for our use?

  3. What are the best ways to integrate a custom application with other external CMS?

© Stack Overflow or respective owner

Related posts about cms

Related posts about php