php OOP
Object Oriented Programming in PHP by Jeffrey Way (Tutsplus) S.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles: S – Single-responsiblity principle O – Open-closed principle L – Liskov substitution principle I – Interface segregation principle D – Dependency Inversion Principle Single-responsibility Principle A class should have one and only one job. Open-closed ... Read more