Personal project - Dynamic PHP4/5 library used for fast prototyping of websites for programmers.
Benefits are:
- small memory footprint (current tests show 1/3 usage compared to smarty templates)
- template engine (if/elseif/else, foreach blocks, with limited embedding for the moment)
- valid (X)HTML code output (that you are able to specify)
Useful for:
- Small scale websites
- Mockups
- Company intranets
Unlike other prototyping libraries, autoHTML is made in mind for the one-person developer. The ideal user is both programmer and designer, knowledgeable of PHP but also needs complete control of markup. Presentation and underlying code are separated to some degree, but strikes a balance between speed and utility.