| // +------------------------------------------------+ namespace app\common\service; class _Init { protected static $error = ''; /** * 返回错误信息 * @return [type] [description] */ public static function getError() { return self::$error; } }