> public function __get($subclass)
> {
>  $include_file = CONTENTLOUNGE_BASEDIR . 'api_' . $subclass . '.php';
>  $class_name   = 'cl_' . $subclass;
>  $this->$subclass = new $class_name();
>  return $this->$subclass;
> }

And this code contains no variable function call. You mixed it up with
a variable class name perhaps? That's why I want to nuke it...

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to