1. 44
    Refactoring functions into PHP classes
    3m 18s

Refactoring functions into PHP classes

InstructorMark Shust

Share this video with your friends

Send Tweet

Creating functions around your app is just fine, but when your app grows in complexity, you will want to create those functions as being part of PHP classes. This will help your app scale & expand with time.