Published on 2007-04-17 11:23:07

I have been working for many years on web application generators, and use them in various technologies. One of the very interesting usage that I have found is to generate custom CMS applications using a Partial Class Generator. The concept is not easy for first implementation, but once you have the suitable abstractions, the application model, and the design of the generator, create custom CMS become so much fun !

generator.jpg


Abstract as you can

The CMS generator start from the beginning and creation of abstraction at different levels : database, templates, and even forms. The abstraction level help considerably in application design to make it more easy to customize at the generator level.

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2009 phpmagazine.net All Rights Reserved