problems

See all posts See thread Reply

Re: problems new!
by Liam ONeill, 13 years, 9 months ago
function __autoload($class) {  
  $pathtoclass = '/classes/'.$class.'.class.php';
  require_once($pathtoclass);
}
Reply
Re: problems new!
by colin, 13 years, 9 months ago
Search the site for autoload, it may help.Reply