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?

阿神
阿神

闭关修行中......

reply all(6)
为情所困

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

PHPzhong

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template