Using Zend Framework Components in Code Igniter
by danfreak
|
0 comments | Friday, March 9, 2007
I wanted to introduce you guys interested in PHP MVC frameworks to a tutorial that focuses on the integration of the components of the Zend Framework into another brilliant framework: Code Igniter.
The tutorial (Using Zend Framework components in Code Igniter) will introduce you to an easy way to integrate the Zend Framework libraries (a lot!) into Code Igniter php Framework.
In particular we will build an example in wich we use the Zend_Service_Flickr to retrieve images based on a specific tag ('climbing' in this tutorial).
Read the tutorial here: Using Zend Framework components in Code Igniter

Comments