Building object-oriented modular PHP applications

44
Separation of concerns is a concept in object-oriented (OO) software design that allows you to build more-modular applications. Modular applications are easier to maintain and add new features to. PHP’s OO language features allow you to apply design concepts to build more robust, maintainable applications.