Exemplo n.º 1
0
 /**
  * Return a quoted table name
  *
  * @param string   $tableName        The table name
  * @param string   $correlationName  The correlation name OPTIONAL
  * @return string
  */
 protected function getQuotedTable($tableName, $correlationName = null)
 {
     return $this->adapter->quoteTableAs($tableName, $correlationName, true);
 }