Another PHP Extension (APEx) News
Status: Beta
Brought to you by:
wingedfox
APEx Template Abstraction Layer extends HTML with new tags which make templates more familiar to designers.
Engine v2.0 made possible to overload HTML tags.
For example:
This allows you to implement user-friendly urls support with minimum required code.
At least you've no need to parse the entire page and rewrite each <a> tag or annoy your HTML designer with PHP code within tags.
Or you can overload form tags and create forms with auto values filling/validating/error reporting.... read more