views:

125

answers:

5

hello guys my question is:
Where is the best way or resource to learn zend as a professional?

+1  A: 

First, follow the quick start. Then, use the reference guide to learn more about its components. Finally use Google, there are plenty of resources on the internet, just make sure that the articles/tutorials you find match the same version of the framework you're using.

nuqqsa
+1  A: 

Zend also offers training and certification courses for Zend Framework, PHP, Zend Server and a few other disciplines.

Inkspeak
A: 

There are few good links posted in answer for the same question here.

takeshin
A: 

There is an excellent book called Zend Framework 1.8; Web Application Development. It throughly explains how to use all basic components of ZF MVC Architecture including Controllers, Routers/Routes, Views, Models, and so on. There are also plenty of on demand videos on Zend's site for various development levels. http://www.zend.com/en/resources/webinars/framework

dharnan
+2  A: 

I would recommend:

Zend Framework Screencasts

ArneRie