1 post
2
92
Follow the original code: class Table{ private static $table; public static function draw( stdData $data ){ self::$table = new self; return self::$table->_draw( $data ); } ... I made this…