public function __construct()
 {
     parent::__construct();
     $this->auth_rule_db = M("auth_rule");
 }
 public function __construct()
 {
     parent::__construct();
     $this->ad_m = M("ad");
 }
 public function __construct()
 {
     parent::__construct();
     $this->test_paper_db = M("test_paper");
 }
 public function __construct()
 {
     parent::__construct();
     $this->orderM = M("orders");
 }
 public function __construct()
 {
     parent::__construct();
     $this->topic_db = M("topic");
     $this->topic_select_db = M("topic_select");
 }
 public function __construct()
 {
     parent::__construct();
     $this->businessM = M("business");
 }
 public function __construct()
 {
     parent::__construct();
     $this->userM = M("user");
     $this->adminM = M("admin");
 }