Welcome Guest, Not a member yet? Register   Sign In
Bootstrap integration with Codeigniter.
#4

you should put your code in a [ php ][ /php ] tag

like this example:

PHP Code:
<?php

class boots extends CI_Controller
{
public function 
getBoots()
{
$this->load->view('samplebootstrap');
}

}

?>
Reply


Messages In This Thread
RE: Bootstrap integration with Codeigniter. - by FatihAkgun - 08-13-2015, 11:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB