Posted by Alamin Ahmed on 12/22/07 19:22
what is the best way to store and call php classes written and
submitted by other developers?
let's say i want to do the following
$obj = new $userclass();
$obj->display($assoc_array);
basically developers will have away to write different "print" method
of given array. How and where would I store their class source fine
and how would I load and use to display?
Thanks!
[Back to original message]
|