phpPat is an open-source php template engine. phpPat is extremely easy to use. It was build to increase the readability of your php scripts and enable you to fully practise your creativity. It can separate php code from html and perform complex tasks.
Be the first to post a text review of phpPat. Rate and review a project by clicking thumbs up or thumbs down in the right column.
=================================================================== phpPat CHANGELOG 2005-09-10 =================================================================== phpPat Alpha1 [system features] 2005-10-06 ------------------------------------------------------------------- 1. Handles advanced phpPat statements/operations that are placed into user friendly HTML enclose code tags: a. <if> to PHP If statement; b. <else> to PHP Else statement (If dependent); c. <loop> to PHP Foreach statement; d. <inc> to PHP Include statement; e. <loc> is a statement for translating strings; f. <set> gives a value for a chosen variable; g. <part> unsets the value of a chosen variable. 2. Variables or arrays are placed into curly braces, e.g. {variable} for a variable and {array.key} for an array. 3. Supports multidimensional statement structure. Any statement can be placed inside any other. Example: <if:expression> <if:expression> <loop:expression> </loop> </if> </if> 4. Has a PAT code validator for validating the code and reporting. any erros. 5. Uses a built-in system for attaching phpPat plugins. 6. Is a friendly system for php developers who want to add new statements and for the users who need additional plugins.
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?