Не могу въехать в смысл функции!!!! Помогите! function &singleton() { static $instance; if (!isset($instance)) { $class = __CLASS__; $instance = new $class(); } return $instance; }