Conclusion

Conclusion,第1张

Conclusion 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.

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/zaji/588418.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-12
下一篇 2022-04-12

发表评论

登录后才能评论

评论列表(0条)

保存