Differences

This shows you the differences between two versions of the page.

frameworks [2014/11/27 08:00]
109.69.195.9
frameworks [2016/08/29 05:33] (current)
217.172.240.70 Add Zend Framework 3 link
Line 1: Line 1:
-======Integrating with Frameworks======+
How to get PHPTAL working with popular frameworks. Please add  instructions or link to "glue" code, not just the frameworks themselves. How to get PHPTAL working with popular frameworks. Please add  instructions or link to "glue" code, not just the frameworks themselves.
 +
=====Zend Framework===== =====Zend Framework=====
Line 8: Line 9:
  * [[http://taat.pl/article/zend_framework_tutorial/|Zend Framework + PHPTAL tutorial]] with ready to use "glue" code.   * [[http://taat.pl/article/zend_framework_tutorial/|Zend Framework + PHPTAL tutorial]] with ready to use "glue" code.
  * [[http://gmalkas.org/blog/index.php?tag/PHPTAL|Short tutorial with Zend View example]].   * [[http://gmalkas.org/blog/index.php?tag/PHPTAL|Short tutorial with Zend View example]].
 +  * [[https://github.com/xorock/zend-expressive-phptalrenderer|Zend Expressive integration]]. Sample application can be found under [[https://github.com/xorock/zend-expressive-phptalrenderer-example|Github repository]].
 +  * [[https://github.com/xorock/zend-phptal|Zend Framework 3 integration]].
=====CodeIgniter===== =====CodeIgniter=====
Line 33: Line 36:
  * [[http://bakery.cakephp.org/articles/dkvasnicka/2007/04/24/using-phptal-for-templates-phptalview-class|cakePHP]]   * [[http://bakery.cakephp.org/articles/dkvasnicka/2007/04/24/using-phptal-for-templates-phptalview-class|cakePHP]]
  * [[http://www.artaengine.com|Arta Engine]] works with PHPTAL out of the box   * [[http://www.artaengine.com|Arta Engine]] works with PHPTAL out of the box
-  * [[http://www.github.com/niterain/PhpTalView|Laravel 4]]+  * [[http://www.github.com/niterain/PhpTalView|Laravel]]