where im working is a company to improve their own market CMS , if u were me and u had the opportunity to build ur own CMS ( revision of existing CMS ) what steps u would take ?
as far as i know these things can be most important :
- template engine ( caching ability )
- a php framework ( ZEND)
- a javascript Framework ( Jquery )
- OOP coding style
- Security Issues (i have no idea how to make this happen , trying to obey security notes in writing php is enough or we should use any existing security)
- an auto updater script ( wondering how i can do it )