Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Decorador de búsqueda basados en localización es ahora compatible. Que se ejecuta fuera de Apache también se apoya un poco mejor. Errores en relación con varias propiedades fueron corregidos. La producción fue formateado para algunos tipos de metadatos. Otros errores de menor importancia eran fijos.
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-malla ya no se requiere. Phpmeshrc estar en la raíz del documento. Se hará la búsqueda desde la dirección actual hasta la raíz del documento, manejar correctamente los alias de Apache en el proceso. Por lo tanto, ahora puede ejecutar PHP-malla en las aplicaciones que son asociados de fuera de la raíz del documento, y se puede reemplazar el decorador utilizado en función de cada directorio simplemente por caer en un archivo diferente. El sitio de ejemplo también se ha limpiado, para que los usuarios sólo tienen que copiar el ejemplo en el servidor Web y modificar su archivo. Htaccess en el punto en el directorio de PHP-Mesh.
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

Un error que impidió que la función get_property funcione correctamente fue corregido.
Tags: Minor bugfixes
A bug which prevented the get_property function
from working properly was fixed.

2004-11-19 11:55
1.2.1

Hubo un error corregido con la detección de rutas de si son absolutos en la plataforma Windows. Comúnmente funciones útiles se extrajeron en utils.php, y ahora hay algunas pruebas de la unidad elemental para asegurar que estas funciones se comportan ellos mismos.
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

Esta versión soporta las cadenas de consulta con la función de apply_decorator, por lo que ahora las páginas se pueden decorar con direcciones de Internet tales como "feeds.php? 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