/**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     parent::registerDefaultTask('migrate');
     // Register Extra tasks
     //$this->registerTask( 'add'  , 	'edit' );
 }
 /**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
     // Register Extra tasks
     //$this->registerTask( 'add'  , 	'edit' );
 }
Пример #3
0
 /**
  * constructor (registers additional tasks to methods)
  * @return void
  */
 function __construct()
 {
     parent::__construct();
 }