Ejemplo n.º 1
0
 /**
  * @param $table
  * @return string
  */
 protected function getSchemaPath($table)
 {
     return sprintf('%s%s.%s', Connection::getPath(), $table, Connection::getSchemaExtension());
 }
Ejemplo n.º 2
0
 /**
  * table path.
  * @return string
  */
 public function getPath()
 {
     return sprintf('%s%s.%s', Connection::getPath(), $this->table, Connection::getSchemaExtension());
 }