13
ctrlz
8y

After few years of coding php, I finally REALLY get the mvc pattern. Never gonna write crappy code again.

Comments
  • 0
    That's great! Now for those of us who have only been using PHP for a couple of years, what the heck is the mvc patter?
  • 2
    Next step: learn why MVC isn't the best paradigm for server-side web apps, and possibly migrate to HMVC or MVVM or better still, ADR ( https://github.com/pmjones/adr )
  • 0
    phpcake? 🤔
  • 2
    @garrettw let me please just be happy with this for a few weeks :)

    @jasonobrows it's model view controller pattern. Google a bit, but also talk to some experienced guys about it
Add Comment