/dwoo

php template engine

Primary LanguagePHPGNU Lesser General Public License v3.0LGPL-3.0

#Dwoo 2.x-beta

What's new in this version :

  • Namespaces
  • CamelCase
  • Anonymous functions
  • New features (blocks/functions/modifiers)
  • Distributed as a PHAR archive

##Recruiting for help! If you want to help this project, contact me, actually I don't have time to work on this project. Thanks!

##What is Dwoo?

Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came from the fact that Smarty, a well known template engine, is getting older and older. It carries the weight of it's age, having old features that are inconsistent compared to newer ones, being written for PHP4 its Object Oriented aspect doesn't take advantage of PHP5's more advanced features in the area, etc. Hence Dwoo was born, hoping to provide a more up to date and stronger engine.

So far it has proven to be faster than Smarty in many areas, and it provides a compatibility layer to allow developers that have been using Smarty for years to switch their application over to Dwoo progressively.

##Documentation See the complete documentation in the official dwoo.org website.

#License Dwoo is released under the GNU LESSER GENERAL PUBLIC LICENSE V3

#Changelog Changelog's file is available here