Minnesota PHP User Group Message Board › Have a php CMS I built starting from a nice book example
| Brad | |
|
Dear Group
I have a php content management system I built from greatly elaborating a great book example. It is not object-oriented, though, so no classes are used. I am interested in improving this super blog type thing to the max. and will share it with anyone willing to look at it and try to improve it. One instance (best version) is at: http://mynichecomputi... A somewhat earlier, somewhat cruder version exists at http://mynichecomputi... can try out the powers of a Subject owner (and see what that is like) at: http://mynichecomputi... Regards, Brad |
|
| Mike Willbanks | |
|
|
Hello Brad,
I would highly suggest building into it a CMS. Taking this a little further, I would also recommend an ORM that has listener support for people that would like to extend the actual content management system. Remember also that people always have different opinions on WYSIWYG editors and you should be able to allow the flexibility for them to select which one that they might like to have. Taking these types of concepts and moving them further you should also look at some of the pre-existing CMS's to be able to get a look and feel for how they operate. Building a CMS becomes complex because of the way that each individual business requires high customization and would like to present different workflows. I hope that this helps out a bit. |