コード例 #1
0
 public static function getInstance()
 {
     if (self::$instance === null) {
         self::$instance = new self();
     }
     return self::$instance;
 }
コード例 #2
0
 protected function buildFrom()
 {
     $this->_selectBuilder->from->add(Gpf_Db_Table_Exports::getName());
 }
コード例 #3
0
 function init()
 {
     $this->setTable(Gpf_Db_Table_Exports::getInstance());
     parent::init();
 }