php - Which framework's source code is suitable for reading and learning?
阿神2017-05-16 12:58:56
0
6
808
I want to find the source code of a framework to read. Which one is suitable for learning? Also, do you have any recommendations for learning design patterns? There don’t seem to be many in PHP?
If you use xdebug to debug and run the source code, it will be very clear. It doesn’t matter what framework it is. It just needs to be simple for newbies to get started. You can take a look at the small framework of flight, but you still need to combine debugging to look at the code, otherwise you will be exhausted
Laravel
You’d better read whichever one you use, otherwise you won’t have a deep understanding of the code even if you haven’t used it before
If you use xdebug to debug and run the source code, it will be very clear. It doesn’t matter what framework it is. It just needs to be simple for newbies to get started. You can take a look at the small framework of flight, but you still need to combine debugging to look at the code, otherwise you will be exhausted
For PHP, the object-oriented Yii framework is recommended
Laravel
Laravel has a higher threshold than YII and TP, but its loading efficiency is not as good as TP and YII
TP and YII are more popular in China