예제 #1
0
파일: Builder.php 프로젝트: Rgss/imp
 /**
  * return full table name
  * 
  */
 public function getFullTableName()
 {
     return $this->db->getTable() . (!empty($this->db->getAlias()) ? ' AS ' . $this->db->getAlias() : '');
 }