Download the PHP package namesco/ztal without Composer
On this page you can find all versions of the php package namesco/ztal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ztal
Short Description ZTal makes integrating the PHP templating system PHPTAL into Zend Framework easy.
License Apache-2.0
Homepage http://opensource.names.co.uk/ztal/
Informations about the package ztal
ZTal
ZTal is an open source project to replace the View and Form capabilities of Zend Framework with the PHPTAL templating engine.
ZTal provides the glue that allows Zend Framework to use PHPTAL templates as Views and Layouts while also allowing PHPTAL to access Zend Framework's Translation facilities. In particular:
- ZTal replaces Zend View and Layout objects with PHPTAL equivalents.
- ZTal has macros to render Zend_Form and other common Zend objects such as Zend_Date and Zend_Currency.
- ZTal has access to Zend_Translate, unifying translation support.
- ZTal handles PHPTAL translation namespaces where they are not supported natively in Zend_Translate.
- ZTal provides plural support to PHPTAL's translation capabilities.
- ZTal can use Zend_Cache to cache rendered PHPTAL pages.
- ZTal provides a Zend_Mail subclass to use templates with email.
Documentation
For more information and documentation please visit the ZTal Wiki or look through the example Zend application provided.
Compatibility
As of v1.5.0, ZTal requires PHPTAL 1.2.3 (currently unreleased) or later. Alternatively, you can apply a tiny patch to 1.2.2.
Other Questions
Feel free to chat with the ZTal developers (and others) on IRC in the #ztal channel on Freenode.
License
See LICENSE for more details.
All versions of ztal with dependencies
phptal/phptal Version 1.4.0
zf1s/zend-application Version @stable
zf1s/zend-cache Version @stable
zf1s/zend-config Version @stable
zf1s/zend-controller Version @stable
zf1s/zend-currency Version @stable
zf1s/zend-date Version @stable
zf1s/zend-form Version @stable
zf1s/zend-layout Version @stable
zf1s/zend-loader Version @stable
zf1s/zend-locale Version @stable
zf1s/zend-mail Version @stable
zf1s/zend-mime Version @stable
zf1s/zend-paginator Version @stable
zf1s/zend-registry Version @stable
zf1s/zend-translate Version @stable
zf1s/zend-view Version @stable