DuckWizard.com
Title
Duckwizard.com
Description
Excerpted from the website:
- At Pinacol, I’m writing a web site framework, which includes a templating engine. Currently, for speed, the templates (in a manner similar to Wordpress) are simply PHP scripts that call various rendering functions embedded in the (X)HTML template. This is great for speed, but I got to thinking that I would prefer separating all PHP code from the presentation layer - meaning that templates would be far more abstract. The obvious way to do this is to load templates as a DOMDocument, operating on special template tags which instruct the template engine on what content goes where - in a manner more like Movable Type than Wordpress.
Languages
English
Additional Information
Related Domains
External Links