Downloadliste

Projektbeschreibung

PHP-Mesh is a lightweight templating system where the template language is PHP itself. This is a mini-port of the SiteMesh templating system which is incredibly popular with Java Web developers.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-03-30 21:23
1.4

Decorator-Lookup auf Gebietsschema wird nun unterstützt. Running außerhalb des Apache wird ebenfalls unterstützt ein wenig besser. Bugs in Bezug auf mehrere Eigenschaften wurden behoben. Leistung war für einige Arten von Metadaten formatiert. Weitere kleine Bugs wurden gefixt.
Decorator lookup based on locale is now supported. Running outside of Apache is also supported a little better. Bugs relating to multiple properties were fixed. Output was formatted for some types of metadata. Other minor bugs were fixed.

2005-07-22 09:21
1.3

PHP-Mesh nicht mehr benötigt. Phpmeshrc in der Document-Root werden. Es wird von der aktuellen URL-Suche bis zum Dokument-Root, korrekte Handhabung Apache Aliasnamen in den Prozess. Daher können Sie jetzt PHP-Mesh auf Anwendungen, die von außerhalb des Dokument-Root-Aliasing sind, und Sie können den Dekorateur auf jedes einzelne Verzeichnis einfach per Drop in eine andere Datei verwendet überschreiben. Das Beispiel Website wurde auch gesäubert, so dass die Nutzer nur haben sollte, dem Beispiel in den Web-Server zu kopieren und die. Htaccess-Datei ändern, um Punkt auf der PHP-Mesh-Verzeichnis.
Tags: Minor feature enhancements
PHP-Mesh no longer requires .phpmeshrc to be in
the document root. It will search from the current
URL up to the document root, correctly handling
Apache aliases in the process. Therefore, you can
now run PHP-Mesh on applications which are aliased
from outside the document root, and you can
override the decorator used on a per-directory
basis simply by dropping in a different file. The
example site has also been cleaned up, so that
users should only have to copy the example into
the Web server and modify its .htaccess file to
point at the PHP-Mesh directory.

2005-02-02 15:54
1.2.2

Ein Fehler, der die get_property Funktion ordnungsgemäß funktioniert verhindert wurde behoben.
Tags: Minor bugfixes
A bug which prevented the get_property function
from working properly was fixed.

2004-11-19 11:55
1.2.1

Es gab einen Fehler mit Nachweis, ob Pfade auf die Windows-Plattform sind absolut festgesetzt. Häufig nützliche Funktionen wurden in utils.php extrahiert, und es gibt jetzt einige rudimentäre Unit-Tests, um sicherzustellen, dass diese Funktionen sich verhalten.
Tags: Minor bugfixes
There was a bug fixed with detecting whether paths are
absolute on the Windows platform. Commonly useful
functions were extracted into utils.php, and there are now
some rudimentary unit tests in place to ensure that these
functions behave themselves.

2004-07-05 13:34
1.2

Diese Version unterstützt Abfrage-Strings mit dem apply_decorator Funktion, so können nun Seiten mit URLs wie "feeds.php eingerichtet werden? Id = 5".
Tags: Minor feature enhancements
This version supports query strings with the apply_decorator function, so pages can now be decorated with URLs such as "feeds.php?id=5".

Project Resources