October 2012
Beginner to intermediate
500 pages
10h 29m
English
![]()
In our attempt to understand the finer details of Zend Framework, we need to realize that it doesn’t ship with a wide collection of libraries, but rather is a wide collection of libraries roughly arranged in a coherent MVC framework.
It should then come as no surprise that using internal libraries are no different from using third-party libraries. Let’s see how we do this.
- We need to learn how to use built-in Zend Framework classes.
- We need to learn how to include our own (third-party) libraries in our Zend Framework applications.
One of the great classes provided in Zend Framework is ...