your query returned 1 results
Smarty
A sub-project of PHP.net Smarty is the templating engine that Sieben uses. It provides an extra level of abstraction for your site (separating the site content from the programming logic). The templates serve as prototypes for the design of your site. The programming logic is done in the PHP scripts and passed to the templates for display. This is of great advantage to clients and developers- since a website re-design involves only a change of templates and not an entire overhaul!
DEVELOPER LINKS
Special Character Entities
Very useful chart of the HTML special entities, useful for programming a CMS and for performing a search-replace on text before putting it into a database.