[ad_1]
https://i.ytimg.com/vi/w5nTCqmxmzI/hqdefault.jpg
Learn Codeigniter – the most popular PHP Framework! In this course you will build a complete application in the CodeIgniter Framework from the ground up. You’ll learn how the MVC pattern works as I take you step-by-step through everything needed get fluent in CodeIgniter.
—————————————————————————–
codeigniter Tutorial,
web development,
php,
online courses,
free online courses
Original source
3 responses to “CodeIgniter tut: Front-End Setup: CSS, JS, Includes (jQuery & Twitter Bootstrap)”
Defining the base url is enough…
<base href="<?php echo base_url(); ?>" />
<link rel="stylesheet" href="public/css/custom.css">
<link rel="stylesheet" href="public/css/bootstrap.min.css">
<link rel="stylesheet" href="public/css/font-awesome.min.css">
thankyou
how to load the view page in the controller?
$this->load->view('public/inc/header_view');