search

Home  >  Q&A  >  body text

php - Which framework's source code is suitable for reading and learning?

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?

阿神阿神2793 days ago830

reply all(6)I'll reply

  • 为情所困

    为情所困2017-05-16 13:00:56

    Laravel

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-16 13:00:56

    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

    reply
    0
  • 迷茫

    迷茫2017-05-16 13:00:56

    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

    reply
    0
  • ringa_lee

    ringa_lee2017-05-16 13:00:56

    For PHP, the object-oriented Yii framework is recommended

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-16 13:00:56

    Laravel

    reply
    0
  • PHPz

    PHPz2017-05-16 13:00:56

    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

    reply
    0
  • Cancelreply