CHAPTER 28

Images

Zend Framework: Extending

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.

Goals

  • 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.

File Uploads

One of the great classes provided in Zend Framework is ...

Get Pro PHP MVC now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.