This is an old revision of the document!
How to get PHPTAL working with popular frameworks. Please add instructions or link to "glue" code, not just the frameworks themselves.
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.