php-pet-releases Mailing List for PHP Processor Engine for Templates
Brought to you by:
ademmer2000,
commander2000
You can subscribe to this list here.
2003 |
Jan
(4) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Andreas D. <ma...@an...> - 2004-11-22 11:09:17
|
Hi folks! The latest version 2.0.0 of PET is a complete rewrite and works only with PHP5. The API and the template tags have changed so this release is not compatible with 1.x.x releases. Its greatest benefits are the new API and tempalte tags, which are much more comfortable. Get the files at sourceforge: http://sourceforge.net/project/showfiles.php?group_id=70316 Greets, Andreas |
From: Andreas D. <ma...@an...> - 2003-04-21 09:38:42
|
Hallo, soeben habe ich die neue Version 1.5 der P.E.T. Klasse auf den SourceForge Download Server gestellt. Diese Version f=FChrt eine renovierte API ein, welche enorm Tipparbeit sparen kann. Leider ist die neue API nicht Abw=E4rtskompatibel, so dass sie nur bei neuen Projekten Zum Einsatz kommen sollte. Allerdings plane ich f=FCr diese Woche noch eine Wrapper-Klasse (class oldPet extends pet), welche eine Abw=E4rtskompatibilit=E4t wieder herstellt. Die neuste Version ist erh=E4ltlich unter: http://php-pet.sourceforge.net/german_index.html Auch ist hierdurch bedingt die deutsche Dokumenatation rund- erneuert worden. Ich danke f=FCr die zahlreichen Mails mit Lob, Verbesserungs- Vorschl=E4gen und Fragen. Ich beantworte alle, soweit es mit m=F6glich ist. Gro=DFes Feedback bedeutet f=FCr mich gro=DFe Moti- vation. Mit freundlichem Gru=DF, Andreas Demmer http://www.andreas-demmer.de ma...@an... |
From: Andreas D. <an...@de...> - 2003-01-09 07:53:39
|
Version 1.4 of the PHP Processor Engine for Templates has been released an comes with some great improvements: - The new method $pet->assign() is an alias for $pet->add_content() and makes is easier to remeber for Smarty or FastTemplate users - The Documentation has been completely rewritten, thanks to phpDocumentor and the developers (http://phpdocu.sourceforge.net): you did a great job! The documentation is now automatically generated from the comments in the source code which makes life MUCH easier. - the comments in the source code have been completely rewritten to be PHPDOC compliant for 2 reasons: First, phpDocumentor needs this to understand them. Second: As I now use Zend Studio for developing, ZS has an autocomplete with online syntax help for own functions and classes whose comments are PHPDOC compliant. Come and get the new version at http://php-pet.sourceforge.net Greets, Andreas ___________________________________________________ >>>>> netPDA - your personal digital assistant <<<<< webmail, terminkalender, aufgabenverwaltung und vieles mehr! jetzt gratis anmelden unter www.netpda.de ___________________________________________________ |
From: Andreas D. <an...@de...> - 2003-01-07 08:58:03
|
The following bugs from 1.3 were fixed in 1.3.1: - loops only display first characters if subloop is not an array - a notice about an undefined variable on line 196/197 It is recommend for all users of P.E.T. to upgrade to the new version, thanks to the bug reporters! ___________________________________________________ >>>>> netPDA - your personal digital assistant <<<<< webmail, terminkalender, aufgabenverwaltung und vieles mehr! jetzt gratis anmelden unter www.netpda.de ___________________________________________________ |
From: Andreas D. <an...@de...> - 2003-01-03 14:38:13
|
P.E.T. (PHP Processor Engine for Templates) class is released in version 1.3 : The new method /"$pet->get_content/" returns all content added by $pet->add_content until this moment for the reason of debugging. Greets, Andreas Demmer ___________________________________________________ >>>>> netPDA - your personal digital assistant <<<<< webmail, terminkalender, aufgabenverwaltung und vieles mehr! jetzt gratis anmelden unter www.netpda.de ___________________________________________________ |
From: Andreas D. <an...@de...> - 2003-01-03 06:44:45
|
P.E.T. (PHP Processor Engine for Templates) class is released in version 1.2 which contains a major improvement: A new method /"$pet->add_content/" is added. It allows you, to add content to the template-object during your script, making it deprecated to collect content throughout your whole script and adding it at the end of it with the /"$pet->parse/" command, which no longer requires the $content handed over. P.E.T.`s website: http://php-pet.sourceforge.net Greets, Andreas Demmer ___________________________________________________ >>>>> netPDA - your personal digital assistant <<<<< webmail, terminkalender, aufgabenverwaltung und vieles mehr! jetzt gratis anmelden unter www.netpda.de ___________________________________________________ |