예제 #1
0
 /**
  * Initializes the application component.
  *
  * @throws Exception
  * @return bool|null
  */
 public function init()
 {
     $migration = new MigrationRecord('install');
     $this->_migrationTable = $migration->getTableName();
 }