Welcome Guest, Not a member yet? Register   Sign In
How to include a .html file in my CI-site
#1

Hai friends  How to include a .html file into codeigniter .. I have a slider folder with 2 subfolder and 1 .html file .. these are in views folder .. these html .. how to include in controller page ..


these are  controller page
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Site extends CI_Controller {


public function index()
{
$this->home();
}
public function home()
{
$this->load->view("header.php");
$this->load->view("gap.php");
$this->load->view("slider.html");

}
}

  but this is not working  
Manikanta
Reply


Messages In This Thread
How to include a .html file in my CI-site - by Chandini - 01-08-2015, 04:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB