Welcome Guest, Not a member yet? Register   Sign In
Integrating UIkit with codeigniter
#4

(This post was last modified: 04-10-2016, 09:39 AM by PaulD. Edit Reason: clarification added )

The uikit I have never seen before but is is just some js and css components, so it is not really a case of 'integrating', just simply linking to the resources and using in your view files.

Your page outputs would be something like

PHP Code:
$this->load->view('header_view'$header_data);
$this->load->view('page'$page_data);
$this->load->view('footer_view'$footer_data); 

With your header file containing links to the required css files, your footer with the required js files.

Best wishes,

Paul.
Reply


Messages In This Thread
RE: Integrating UIkit with codeigniter - by PaulD - 04-10-2016, 08:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB