Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->tableName = "module";
     $this->table = $this->db->getTDG($this->tableName);
     $this->primaryKey = "id";
     $this->db->init();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->tbl_name = 'shop';
     $this->pk = 'id';
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->tbl_name = 'goods_apply';
     $this->pk = 'id';
 }
Ejemplo n.º 4
0
 public function __construct($db)
 {
     parent::__construct($db);
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->tbl_name = 'help_category';
     $this->pk = 'id';
 }
Ejemplo n.º 6
0
 /**
  * Tests BaseDao->__construct()
  */
 public function test__construct()
 {
     // TODO Auto-generated BaseDaoTest->test__construct()
     $this->markTestIncomplete("__construct test not implemented");
     $this->BaseDao->__construct();
 }
Ejemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->tbl_name = 'jifen_log';
     $this->pk = 'id';
 }
Ejemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->tbl_name = 'friend_link';
     $this->pk = 'id';
 }
Ejemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->tbl_name = 'promote_position';
     $this->pk = 'id';
 }