Projects tagged ‘php5’ and ‘template_engine’


[10 total ]

13 Users
   

PHPTAL is a PHP implementation of ZPT work. To be short, PHPTAL is a XML/XHTML template library for PHP. While most web developpers continue to use ASP/JSP/PHP tags as the core language of their ... [More] templates, the Zope community came with a refreshing idea named TAL. The idea was to move presentation actions inside XHTML attributes instead of using plain tags or elements. [Less]
Created over 2 years ago.

9 Users
 

OPTv2 is a template engine for PHP5 based on XML language. It focuses on portability and declarative programming, where you specify what you want to achieve, not - how it is supposed to work. Together ... [More] with powerful syntax, it provides a modern, objective API designed especially for use with popular frameworks. [Less]
Created 9 months ago.

5 Users

Dwoo is a PHP5 template engine positioned as an alternative to Smarty, it is (nearly) fully compatible with its templates and plugins, but it is written from scratch and aimed at going one step further with a cleaner codebase.
Created about 1 year ago.

3 Users

H2O is a template engine written in PHP, human friendly syntax and interface. Features 1. High readability, Natural syntax, Clean separation between logic, presentation and presentation logic ... [More] 2. Template inheritance, Tags, Filters lead you to reusable code 3. Powerful extension architecture, able to extend features on runtime by filters/tags 4. Compile h2o template into native PHP code 5. H2O has very modular design, you can tailer to need your exact needs. 6. Sandbox template, Handle most template error by H2O engine, server detail won't be exposed, only display data explicitly passed to H2O Performance 1. Lightweight implementation, minimum run time footprint 2. Compiled into PHP file with minimum file IO 3. Output cache, block level cache 4. Designed [Less]
Created over 2 years ago.

1 Users
 

Easy to use Template Engine for PHP5 (because of easy Function-Overloading). Just use the basic idea of PHP, to be a Template-Language by itself and be faster, safer and light-weighter than the ... [More] average Smarty-User. Think twice if you want your Customers/Users to learn a second (Template-)Language. Features which are implemented now: - Easy function overloading. Define new template-vars easy. - Intelligent caching to HTML files with the raw HTML output of the PHP-File. [Less]
Created about 1 year ago.

1 Users

neuPHP is framework designed to basically allow people to design a website using objectified structures to simplify designing a website. This being targeted especially towards new ('neu'bies) PHP ... [More] developers, while its complex its simple and well commented to give a good usage and tutorial to advanced development in PHP5. neuPHP comes with a MySQL DataBase Object (DBO), 'Simple' Templating engine and custom Error handler to more cleanly handle, interpret and even log PHP and user-triggered errors. [Less]
Created about 1 year ago.

1 Users

Quail is an open source web application framework for use in building dynamic web sites with PHP5. Logo by *nepryne @ devianART
Created about 1 year ago.

0 Users

A very simple templating system similar to Smarty. Written in object-oriented PHP.
Created about 1 year ago.

0 Users

B.H. This framework is aimed to ease web application development in PHP5. It allows to split your application into separate "packages" with a possibility to manage a separate configuration for each ... [More] package where user can override a default values supplied by the package code. User application just "imports" the required packages, supplies a required config values, and the framework is responsible for loading the required classes using autoload techniques. Currently, the framework contains HTML output object model, with a robust template file parser/renderer. Each HTML block contains a tree of "member" elements (nested html_block class instances or raw strings) which can be accessed by a "path" like syntax. HTML package also contains classes to manage 2-way data-binded form elements (Element values are loaded from the corresponding keys of "data" array, and the submitted values are stored back) Also contains a database access classes (i find them VERY useful) It is still in early stages of development, so many planned features are missing. Currently, this project is not suitable for production, so downloads are not included. Use SVN to checkout the source code. I'll try to submit some examples of the code usage in the near future. Best regards, Mordechay Kaganer [Less]
Created 4 months ago.

0 Users

The Skor PHP Templateclass can assign individual variable values or arrays with several variable values. A separate sub-class extends the base class to support delimited template section replacements.
Created 4 months ago.