load->library('DBSkelLib'); } /** * Starts the migration procedure */ public function start() { $this->dbskellib->start(); } }