ZendFramework2 is very complicated. Is there any good tutorial? In the past, when I looked at Node. js, I thought it was very simple and the Express framework was simple and clear. Recently I started to learn PHP. the basic syntax is of course the same. Then I built a Zend Framework with too many file layers. I just watched it for a long time after parsing the path. I don't know if there are any good tutorials. I want to know how this framework works, from path parsing to page rendering.
Reply to discussion (solution)
2. I have never used Zend Framework.
Basically, the manual path parsing and page rendering are all checked. this framework is clear and simple.
Han Shunping, php teacher of Chuanzhi podcast, talked about the zend Framework. The address is: http://php.itcast.cn/news/7acb031c/5958/42d8/be84/47796e2c1243.shtml this set of courses can be downloaded.
There are many file layers because he needs to maintain the downward referencing pattern.
I am also very close at the moment. I want to learn about the ZD framework at the bottom.
Zf2 Chinese information in this aspect is not too much, it is recommended that the landlord directly on the official website to see doc, there are examples; http://framework.zend.com/learn/
There are also many English communities that can be found in google search.
You can use some modules first.
Zendframework is hard to learn, and is a masterpiece of foreigners. all design ideas are object-oriented processing, so you must be careful in learning.
Let's learn about the design mode first. zf2 has a large number of application design modes. the class granularity is relatively small, and all depends on assembly. If you are unfamiliar with oop and design patterns, it is very difficult to learn.
Which of the following is better for symfony and zf?