Search code examples
zend-frameworkzend-studio

using Zend Studio with Zend Framework


Is there a comprehensive guide on how to use eclipse with zendframework?

I want to find information about the following:

  • How to debug the zendframework project.
  • How to use dojo/jQuery with it.
  • How to create shortcuts which will make me productive.
  • How to debug the project Unit testing with Zendstudio
  • How to step into and step over with the project
  • How to deploy project once I finished it..
  • And much more..

I cant find any information. I havent found a single book on Zend Studio.


Solution

  • See the Zend Studio 9 User Guide which is found on the Zend Studio Resources page.

    It covers

    • Creating and debugging ZF projects
    • Using jQuery in your projects, javascript debugging, and prototype
    • Setting up and using dojo
    • Using PHPUnit Testing
    • Using the debugger, including code stepping
    • Deploying an application, updating it and managing deploy targets

    Beyond that of course the zf reference guide is a good place for information on using the actual ZF libraries like Dojo etc, the user guide just shows you how to get the features into your project, but not much on actually using them.