load->library('migration'); } public function index() { if ($this->migration->latest() === FALSE) { show_error($this->migration->error_string()); } else { echo "Database updated or update not needed."; } } } ?>