MVC 和经典 OO 范式。怎样做?
我对 MVC 和 OO 范例有点困惑。我在《面向对象的思维过程》一书中读过一些关于经典 OO 的文档。
现在我需要在 MVC 模式的背景下应用我在本书中学到的知识。
如何使用 OO 范式从头开始设计,并在 CodeIgniter、CakePHP 或其他 MVC 框架中实现它?
此致,
I'm a little bit confused about MVC and OO paradigms. I have read some documentation about classical OO in the book "The Object-Oriented Thought Process".
Now I need to apply what I have learn in this book in the context of MVC pattern.
How can I design from scratch using the OO paradigm and implement it in a MVC Framework like CodeIgniter, or CakePHP, or other?
Best Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最好的方法是完成教程并了解其如何组合在一起:http://book.cakephp。 org/view/1528/博客
Best way is to work through a tutorial and see how it fits together: http://book.cakephp.org/view/1528/Blog
不确定 PHP,但我想一般原则将保持不变,恕我直言。
Not sure on PHP but i would imagine the general principles would remain the same IMHO.