Differences

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

frameworks [2015/02/12 09:33]
115.186.151.84
frameworks [2016/08/29 05:33] (current)
217.172.240.70 Add Zend Framework 3 link
Line 9: 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 34: 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]]