Skip to content
Ben Peachey edited this page May 4, 2025 · 1 revision

Frameworks

How to get PHPTAL working with popular frameworks. Please add instructions or link to "glue" code, not just the frameworks themselves.

Zend Framework

CodeIgniter

Kohana

Symfony

Other

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.

1

Clone this wiki locally