-2

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.

vascowhite
  • 18,120
  • 9
  • 61
  • 77
Dmitry Makovetskiyd
  • 6,942
  • 32
  • 100
  • 160

1 Answers1

1

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.

drew010
  • 68,777
  • 11
  • 134
  • 162
  • Thanks that was useful. Is there enough to help me build big sites? – Dmitry Makovetskiyd Feb 13 '12 at 17:03
  • I don't think the user guide is helpful for learning to make big sites, only to use the features of Zend Studio. Most of learning to make big sites will come from the reference guide and the internet I think. – drew010 Feb 13 '12 at 18:34