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

Zend Developer Zone:
Building Template-Driven Web Applications with Dwoo (part 2)
Aug 09, 2010 @ 16:50:41

On the Zend Developer Zone the second part of their series on templating with the Dwoo PHP5 framework. (Here's part one.)

In the previous segment of this article, I introduced you to Dwoo, a powerful, PHP 5.x template engine that allows Web application developers easily separate the user interface of their application from its business logic. [...] In this second, and concluding, segment, I'll delve a little deeper, exploring some of Dwoo's lesser-known features.

He talks about the ability for template inheritance, creating sub-templates (like partial views), plugins available, mail merging, caching and how to use it as the templating engine in your framework of choice.

tagged: plugin dwoo template engine framework

Link:


Trending Topics: