Lets say that I have an array that I want to convert to a value object.
My value object class is as follows:
/* file UserVO.php*/ class UserVO { pu
It appears that include_once()'s and require_once()'s performance is pretty bad.
My suggestion:
Kill all "require_once" and "include_once" and create an autoloader. Register this implementation