Skip to content

Instantly share code, notes, and snippets.

@harendra21
Created April 18, 2019 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harendra21/0412f32eee410aea9ba336f749271b8e to your computer and use it in GitHub Desktop.
Save harendra21/0412f32eee410aea9ba336f749271b8e to your computer and use it in GitHub Desktop.
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Welcome extends MY_Controller {
public function index(){
$head = array();
$data = array();
$this->front_render('home',$data,$head);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment