E_D("DROP TABLE IF EXISTS `db_notify`;"); $this->E_C("CREATE TABLE `db_notify` ( `id` int(20) NOT NULL, `res` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"); $this->E_D("replace into `db_notify` values('0','false');"); ?>