Esempio n. 1
0
File: Builder.php Progetto: Rgss/imp
 /**
  * return full table name
  * 
  */
 public function getFullTableName()
 {
     return $this->db->getTable() . (!empty($this->db->getAlias()) ? ' AS ' . $this->db->getAlias() : '');
 }