PHP CMS Component?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
davidshq
Forum Newbie
Posts: 12
Joined: Mon May 05, 2008 10:47 pm
Location: Pennsylvania

PHP CMS Component?

Post by davidshq »

I'm working on extending Pligg, an open source Digg clone written in PHP. One area I'd like to extend is the CMS functionality. While Pligg handles new "stories" very well, when one wants to add static pages the process is painful. One has to create manually template files and the PHP file that calls the template file. I'd like to add a basic CMS to the application. Any suggestions on how best to do this?
David.
Post Reply