Ругается на строку
$this->shutdown = vB_Shutdown::init();
Спасибо!
$this->shutdown = vB_Shutdown::init();
$this->shutdown = $vb->init();
Цитата (johniek_comp @ 13.10.2012 - 07:34) |
находишь класс vB_Shutdown и метод init и делаешь его статическим, и вообще название init в 5.3 вроде как конструктор воспринимается... |
class vB_Shutdown
{
var $shutdown = array();
function vB_Shutdown()
{
}
function &init()
{
static $instance;
public static function &init()