-
PDF Generation class. Uses an XML input file w/ simple substitutions to generate a PDF document.
-
Template engine for PHP that allows to store your html code apart from your php code. It was tested with php 3.0.11.Features of XTemplate:- Simple variable interpolation ( {STUFF} )- Array variable interpolation for eg. {ROW.ID} {ROW.NAME} {ROW.WHATEVER}, you assign an array to the variable ROW once- Global PHP variables available without making assigns for eg. {PHP.HTTP_HOST} {PHP.PHP_SELF} or any ...
-
PHP-Lib-Xtreme is a package containing many object oriented PHP classes and is available under the GNU Lesser License. Ithas theaim to make a complex but also simple library available.Here is a list of all modules:- BB-Code-Class- Mime-Mail-Class- File-Class- FSocket-Class- General Functions- Http-Socket-Class- Message-Handler-Class- MYSQL-Class- PHP-Mailer-Class- POP3-Mail-Class- Session-Code-Class- SMTP-Mailer-Class- Template-Parser-Class
-
IZI Filemanager is a very extensive filemanager. Functions of IZI Filemanager:- Templates (skins) - Slick design =] - browse through directories (duh) - create new folders- upload files - rename files/folders - delete files/folders - download files - download complete folders - view textfiles - view images - stream / preview audio files and movies - show hexdump of files ...
-
EasyTPL - Easy Template is a PHP class for developing a web site, separating PHP code and HTML documents. Dynamic blocks are autodetected and ready for usage instantly after defining templates. It allows pasting HTML parts into TAGS. etc. It is ment to be easy.
-
The PHP Report classes are used to create html report pages from a generic result set array. A result set is any array you can came up with. That usually means the result of a sql query, and normally it is not ready for display. The classes here are used to parse that result using HTML templates. Sometimes you need ...
-
A basic HTML resume template in PHP. You enter your information into PHP arrays and it generates a valid XHTML 1.1 resume with CSS styling. HTML Resume Template will also produce a plain text version. See web site for example.
-
This phpWebSite 0.8.2 module is a good starting point for those wishing to make modules for phpWebSite. It is fully commented and very comprehensive.
-
PHP MicroTemplate provides an extremely fast, lightweight templating system for HTML and other text-based documents. Like FastTemplate and its many clones, MTPL supports nested blocks and looping. However, the entire implementation is done without a single regular expression.The PHP interpreter is leveraged for its built-in variable interpolation, and explode() is used to separate block markers from content using a simple ...

