Пример #1
0
 /**
  * return full table name
  * 
  */
 public function getFullTableName()
 {
     return $this->db->getTable() . (!empty($this->db->getAlias()) ? ' AS ' . $this->db->getAlias() : '');
 }