Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "waste_post";
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "report";
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "information";
 }
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "account_address";
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "action_log";
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "map_marker";
 }
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "account_contact_information";
 }
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "password_recovery";
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "waste_category";
 }
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "dumping_location";
 }
 public function __construct()
 {
     parent::__construct();
     $this->TABLE = "access_control_list";
 }
Exemplo n.º 12
0
 protected function _buildModel()
 {
     $options = array('extnames' => 'php', 'excludes' => $this->_excludes);
     $files = Helper_FileSys::findFiles($this->_source_dir, $options);
     return API_Model::create()->docsDir($this->_docs_dir)->build($files);
 }