<?php
class <<**SelectionInsertionPlaceholder**>> extends Controller {
function <<**SelectionInsertionPlaceholder**>>() {
parent::Controller();
$this->load->model('<<**SelectionInsertionPlaceholder**>>s'); // Load Model
}
function index() {
$data['title'] = '<<**SelectionInsertionPlaceholder**>>';
$data['heading'] = '<<**SelectionInsertionPlaceholder**>> List';
$data['query'] = $this-><<**SelectionInsertionPlaceholder**>>->get();
$this->load->view('<<**SelectionInsertionPlaceholder**>>_list', $data);
}
}
?>
Added to PHP by John Huh
Install Clip