Hi,

>Always I have a problem that I don't know how to make my code away from
>the user interface files.
>I tried to use some template classes, but I did'nt like what I tired
>because some if statments are used inside the template.

I have to react to this.
TinyButStrong is a PHP Template Engine that does truly separate code and
user interface.
It is so true that you can make your templates 100% with Visual (WYSIWYG)
Html Editors (Dreamweaver, Frontpage, .. what you wish).

Of course, when coding template, you often need conditional display in
some ways.

To do so, TinyButStrong has two features:
- Php event functions that you can define on a TBS tag/block and which
enables the tag's contents to be managed in the Php side.
- Parameters "If/then/else" on TBS tags/blocks just to simplify the
template.

-------------------
Skrol 29
www.tinybutstrong.com
-------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to