poof-news Mailing List for PHP Object Oriented Framework
Status: Inactive
Brought to you by:
btakita
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
|---|
|
From: Brian T. <bri...@ru...> - 2002-11-27 01:20:38
|
Version 0.4.1 adds the Inverted_Template class as the child of the Template class and the parent of the Page class. I will write more about inverted templates on December 1, 2002. There is also a critical bug fix for PHP versions < 4.2. |
|
From: Brian T. <bri...@ru...> - 2002-11-25 21:45:12
|
POOF Version 0.4 introduces a number of concepts to the template processor. POOF now uses an Inverted Nested Template Processor. I will expand on this topic at http://poof.sourceforge.net by December 1, 2002. POOF also uses Sub-Templates. This means that all the string variables set in a main Template Object are themselves Template Objects. This makes exciting possibilities to the future of POOF in not only web application development, but also in areas of XML generation and Code Generation. |
|
From: Brian T. <bri...@ru...> - 2002-11-02 00:49:59
|
This release features better documentation including phpdocs. There are also numerous changes and additions in the classes. New features include a cleaner way to add modules, option for data to pass through template without parsing, access to parent classes and other addition and improvements. POOF is a PHP library that separates the Page Content, Layout and Application Logic in an object oriented fashion. POOF is designed to give the web developer a framework for efficient and modular application development. |