Any framework for PHP, as effective as Django for

2019-08-12 08:00发布

I am using python with django. There I can simply make form from models and also it had builtin Admin.

I am eager to know corresponding framework for PHP with all this facilities.

I have encountered lot some similar questions like this, but they had not compared the frameworks with django. Experts Please Suggest.

5条回答
虎瘦雄心在
2楼-- · 2019-08-12 08:29

It doesn't have built in admin, but I like CodeIgniter. It really gives you freedom with your code without getting in the way.

查看更多
霸刀☆藐视天下
3楼-- · 2019-08-12 08:30

I've had good success with Zend in the past. It has a lot of functionality in its libraries and it is all completely decoupled, so you can use whichever parts best fit your task, leaving out other things all together.

查看更多
啃猪蹄的小仙女
4楼-- · 2019-08-12 08:33

Another one that once saved my ass in a project with close deadline was CakePHP

查看更多
贪生不怕死
5楼-- · 2019-08-12 08:43

I like Yii. It's based on the Model-View-Controller pattern, like most of the other PHP frameworks mentioned here. It uses templates, can do scaffolding, etc...

查看更多
男人必须洒脱
6楼-- · 2019-08-12 08:54

I'd try Symfony.

What you're referring to sounds like "scaffolding"

查看更多
登录 后发表回答