Appendix C. Tips and tricks

 

The appendix covers
  • Using modules with Zend Framework’s MVC components
  • Understanding the effects of the case sensitivity of controller classes and action functions
  • Zend Framework URL routing components
  • Understanding your application using Zend_Debug, Zend_Log, and Zend_Db_Profiler

 

This is the where we think about the more advanced uses of some key Zend Framework components. Within the MVC components, we’ll look at how modules can be used to further separate your code and also investigate how the dispatcher handles actions and controllers with uppercase letters. We’ll also look at how the static and regex routing classes can provide more flexible and efficient URLs.

As a web application grows, logging the processes ...

Get Zend Framework in Action 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.