Welcome Guest, Not a member yet? Register   Sign In
I need a help with changing HTML and Javascript to Codeigniter
#2

This has nothing to do with CI .. you can simply put the hole stuff into a view file (e.g. ../views/my_template.php) and call it in the controller with

$this->load->view('my_template');

All assets stuff like js, css and images must be refered with the path in your template.

Reply


Messages In This Thread
RE: I need a help with changing HTML and Javascript to Codeigniter - by Rufnex - 11-05-2014, 01:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB