PHP-driven Template Abstraction Layer.Fast - never recompiles unchanged templates.Clever - caches all work results.Flexible - no hardcoded operators.Powerful - can overload HTML tags.Friendly - operators looks like HTML tags.
Be the first to post a text review of Another PHP Extension (APEx). Rate and review a project by clicking thumbs up or thumbs down in the right column.
v2.0b2 - 23 November 2003 # incorrect variables parsing # additional quotes around strings v2.0b1 - 20 November 2003 % new parsing engine + tag overloading + native variable support in all tags % var now uses {} delimiters % var modifier | now can be used everywhere Ex: href="site.ru/{lang|lowercase}/document" + errors suppress option % %0% in operators receive array of vars
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. URL rewriting, extended forms and other features will be added in the nearest future. Main features of the APEx: * It compile template (into PHP) once on each template change, later it only execute the code. * It uses HTML-like tags (operators) * It's easy to add new or edit existing tags - there are no hard-coded operators. * Support macroses
Added support for macroses. Work well under PHP 4.2
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?