Published on 2006-11-21 23:54:09
If we need to create small applications with specific requirements how could CMS provide a convenient solution ?
In most web application development we notice the existence of common requirements something that all websites should use like a database abstraction, template manager, multiple debug levels, events manager, locale support, installer ... etc.
- A website use generally one database type, so why do we need all RDBMS to be supported in a single application ?
- A website that use english only locale, don't need to run with all languages, but can add them anytime.
- Install, update or upgrade is always a problem with CMS solutions. Most solutions aren't developed with the idea to be extended this concern the installer solutions itself.
Read More
Related Entries
Member of the PHP Magazine Network, Copyright (C) 2005-2009 phpmagazine.net All Rights Reserved