开发者

ASP.NET MVC 2 is comparable to what PHP MVC?

开发者 https://www.devze.com 2023-01-28 17:45 出处:网络
I\'ve been doing a lot with ASP.NET MVC 2 at work and I\'d like to utilize my new skills at开发者_Python百科 home... but I have Apache servers, not IIS.

I've been doing a lot with ASP.NET MVC 2 at work and I'd like to utilize my new skills at开发者_Python百科 home... but I have Apache servers, not IIS.

What PHP MVC solutions are the same or at least comparable to ASP.NET MVC 2?


;-) 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


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


There are a number of PHP MVCs to look at:

  • CakePHP
  • Expression Engine
  • Kohana
  • Zend Framework

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消