Change default theme to specified folder : CodeIgniter
I have started to work on new CodeIgniter project. Its a theme based project, so I have created theme folder called ‘default’ in ‘application/views’. Now i have to call this view using my controller. In CodeIgniter I have to call login.php like
$this->load->view(‘default/login’);
Want to have your say? just login


Be first to show your opinion !!!