예제 #1
0
 /**
  * Set the migration directory path
  *
  * @param string $path
  */
 public static function setMigrationPath($path)
 {
     self::$_migrationPath = $path;
 }
예제 #2
0
 /**
  * Set the migration directory path
  *
  * @param string $path
  */
 public static function setMigrationPath($path)
 {
     self::$_migrationPath = rtrim($path, '\\/') . DIRECTORY_SEPARATOR;
 }