Example #1
0
 /**
  * @return array 返回表信息
  */
 public function getTablesName()
 {
     if (!empty($this->_tables)) {
         return $this->_tables;
     } else {
         return parent::getTables($this->_tablepre);
     }
 }
Example #2
0
 /**
  * @return array 所有该规则的所有表
  */
 public function getTablesName()
 {
     return parent::getTables($this->_tablepre);
 }