Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPImpact Blog:
A Django template language clone for PHP
Aug 29, 2008 @ 15:25:55

On the PHP::Impact blog today Federico points out a Django templating language clone for PHP - Calypso.

Calypso is a full clone of the Django Template Language that helps developers separates the presentational and logic concerns of the application. It offers template inheritance, pluggable tags and filters, and can be easily integrated into the Zend Framework

The most powerful part of the Calypso system is the template inheritance. It allows you to build up a skeleton of templates that can be used for the entire site with blocks and areas that any other part of the application can easily override.

tagged: django clone calypso inheritance template

Link:


Trending Topics: