ASP.NET MVC 2 可以与 PHP MVC 相媲美吗?
我在工作中使用 ASP.NET MVC 2 做了很多工作,我想在家里利用我的新技能...但我有 Apache 服务器,而不是 IIS。
哪些 PHP MVC 解决方案与 ASP.NET MVC 2 相同或至少相当?
I've been doing a lot with ASP.NET MVC 2 at work and I'd like to utilize my new skills at home... but I have Apache servers, not IIS.
What PHP MVC solutions are the same or at least comparable to ASP.NET MVC 2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
;-) 这是另一位开发人员找到的列表:http://www.mustap。 com/phpzone_post_73_top-10-php-mvc-frameworks。
他推荐的#1 解决方案是 Symfony
;-) Here's a list another developer has found: http://www.mustap.com/phpzone_post_73_top-10-php-mvc-frameworks.
The #1 solution he recommends is Symfony
为什么不使用单声道?我相信你可以直接使用你的asp.net mvc技能并部署到你的apache服务器。
http://www.mono-project.com/Main_Page
Why not use mono? I believe you can directly use your asp.net mvc skills and deploy to your apache servers.
http://www.mono-project.com/Main_Page
有许多 PHP MVC 可供查看:
Kohana 是我唯一使用过的框架,我发现它相当容易上手。它是开源的,专门为支持 PHP 5.2+ 而创建,因此它具有干净的、面向对象的代码库。
There are a number of PHP MVCs to look at:
Kohana is the only one I've done work with and I found it fairly easy to get started. It's open source and specifically created to support PHP 5.2+ so it has a clean, object-oriented codebase.