码迷,mamicode.com
首页 > 其他好文 > 详细

Conclusion

时间:2016-07-05 11:46:12      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:

Conclusion

This concludes our brief look at building a simple, but fully functional, Zend Framework zend-mvc application.

In this tutorial we but briefly touched quite a number of different parts of the framework.

The most important part of applications built with zend-mvc are the modules, the building blocks of any zend-mvc application.

To ease the work with dependencies inside our applications, we use the service manager.

To be able to map a request to controllers and their actions, we use routes.

Data persistence was performed using zend-db to communicate with a relational database. Input data is filtered and validated with input filters, and, together with zend-form, they provide a strong bridge between the domain model and the view layer.

zend-view is responsible for the View in the MVC stack, together with a vast amount of view helpers.

Conclusion

标签:

原文地址:http://www.cnblogs.com/chunguang/p/5642737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!