04 May 2006 18:45
tinybutstrong
by 4 othersTinyButStrong is a library that enables you to create HTML pages dynamically. It's a Template Engine for the PHP language. It enables you to easily display information from your database, but also to seriously harmonize and simplify your PHP programming.
TinyButStrong is oriented to HTML but not specialized to Html. This means it can work as well with Text files, XML, RSS, RTF, ...
TinyButStrong's trumps:
-> simplicity : 1 file only, 1 Php class only with 8 methods and 3 properties.
-> visual / WYSIWYG Html editors (such as Dreamweaver or FrontPage) friendly,
-> database friendly,
-> fast development
1
(1 marks)