-
Notifications
You must be signed in to change notification settings - Fork 41
Frameworks
Ben Peachey edited this page May 4, 2025
·
1 revision
How to get PHPTAL working with popular frameworks. Please add instructions or link to "glue" code, not just the frameworks themselves.
- ZTal — deep integration of views, forms, translation, cache and other parts of Zend and PHPTAL.
- Zend Framework + PHPTAL tutorial with ready to use 'glue' code.
- Short tutorial with Zend View example.
- Zend Expressive integration. Sample application can be found under Github repository.
- Zend Framework 3 integration.
- With some glue from ci-ext wrappers.
- Example integration on CI forum
- KOtal: Kohana 3 PHPTAL Module
- Example in Japanese FIXME add detailed English description
- Symfony template renderers with PHPTAL as example.
- Symfony2 phptal bundle
Doctrine 1 ORM is not compatible with PHPTAL, because its implementation of __isset
is not consistent with behavior of standard PHP objects. You can patch PHPTAL to work around this problem or upgrade to Doctrine 2.
- cakePHP
- Arta Engine works with PHPTAL out of the box
- Laravel
1