Magic Methods and PHP5 OOP




(0 votes, average: 0 out of 5, rated)PHP5 is introducing the Object Oriented Programmation foundments. This include the creation of some methods used to help the manipulation of objects. They can make automated tasks (usually boring), catch lost calls to unexisting methods or preperties…
In an Architect side, I would say that the usage of theses methods is the inverse of a best pratice, but in some specifics jobs, they could really help.



