Patternizer is a kit of classes wich allows you to build PHP applications based on HTML pattern files, totally separating your PHP code from the HTML look&feel.
The main benefits of Patternizer are:
Organization
All your PHP code is totally separated from the HTML code, so you can make any changes to the look&feel without having to fight with tons of PHP code lines. Also, it's a powerful way to separate the work jobs of a development team: Coders and HTML designers.
Recursivity
You can build a hierarchy of patterns wich includes one to other, avoiding the unnecessary HTML code repeating, and empowering the HTML reusability.
Easy of use
Patternizer is fully object-oriented: Create your application functionalities in an object structure, and work with it directly from your patterns. |