ok
Direktori : /proc/thread-self/root/home2/selectio/www/bharath/application/controllers/ |
Current File : //proc/thread-self/root/home2/selectio/www/bharath/application/controllers/Migrate.php |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Migrate extends CI_Controller { public function index() { $this->load->library('migration'); if ($this->migration->current() === FALSE) { show_error($this->migration->error_string()); } else { echo "Database updated successfully."; } } } ?>