For those of you are unaware I have been working on a new DooPHP Template Engine. It is intended to enhance the default DooView class used by people right now and I will be trying to get this to become the default template engine for DooPHP from release 1.3 of DooPHP in which case you will need to
1) Update your templates to make use of the new syntax and functionality
2) Set the default controller to the existing DooView class
Why change it? Simply put it means new users would be using the new system from Day 1 and not the older system.
Anyway to start using the new template engine:
- Update to the latest revision of DooPHP (R343 or newer) from SVN
- Open your config.conf.php file
- Add the following line within your config file
- Code: Select all
$config['TEMPLATE_ENGINE']='DooViewBasic';
- Save the changes
Richard
