What features does the PHP framework need to have in addition to class auto-onboarding and routing??
Reply content:
What features does the PHP framework need to have in addition to class auto-onboarding and routing??
In fact, Yii and thinkphp I have not used, I only used symfony1.x and symfony2.x.
Then I'll just talk about Symfony2 (actually you want to know what the framework can give you), first you have said two points, AutoLoad and route, and then I say I use the Symfony2 when the characteristics of it:
Contains the template language twig
Dependency injection, used service container all know
Database abstraction layer, ORM or ODM (commonly used in symfony is doctrine)
Cache
Form components (one of my favorite components)
6 .....
Or you can go to Symfony's official website to see
Cache. Mvc. There are also some common methods that will be packed in. Familiar with the framework, the development of the project is relatively fast