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