Webmaster.
Yes they can, but you must pass the reference to the object and not simply the "value" per se. ie $newObject = New phpWeb.Class.Sql(); $returnvalue = PerformUserValidation(&$newObject);
Webmaster.
Yes they can, but you must pass the reference to the object and not simply the "value" per se. ie $newObject = New phpWeb.Class.Sql(); $returnvalue = PerformUserValidation(&$newObject);