Bee Template 0.3 review

Download
by rbytes.net on

Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs. While

License: GPL (GNU General Public License)
File size: 4K
Developer: Bee Template Team
0 stars award from rbytes.net

Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs.

While other template systems make use of prepared HTML files for templates, Bee Template allows you to use arbitrary HTML files without modification.

Bee Template is powered by PHP 5 DOM Engine. So you’ll have to use PHP 5 to make it work.

A PHP 4 port will be posible if there is a DOM library which support HTML for PHP 4.

What's New in This Release:
Setting attributes, now you have use new method attr()
doing $template→tagID→tagname→tagname→tagname is possible now
new method: replace(), replacing node with fragment html
using method node() you can do node( “tagname”, index )
row looping is now possible

Bee Template 0.3 search tags