コード例 #1
0
ファイル: m_information.php プロジェクト: khef22/wasteline
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "information";
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "waste_post";
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "action_log";
 }
コード例 #4
0
ファイル: m_report.php プロジェクト: khef22/wasteline
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "report";
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "account_contact_information";
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "account_address";
 }
コード例 #7
0
ファイル: M_map_marker.php プロジェクト: khef22/wasteline
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "map_marker";
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "password_recovery";
 }
コード例 #9
0
ファイル: m_waste_category.php プロジェクト: khef22/wasteline
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "waste_category";
 }
コード例 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "dumping_location";
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "access_control_list";
 }