It seems to me that many pieces of php code I’ve come across don’t utilize magic methods, and I’m curious as to why.
It seems that it would be more efficient to use clever __get() and __set() methods, even within CI’s base code (I’m not knocking it, its fabulous, after working in .NET) but I was wondering why i don’t see them used more often.
Any comments?
-Brandon