Skip to content

Instantly share code, notes, and snippets.

<?php defined('SYSPATH') OR die('No direct access allowed.');
class Admin_Controller extends Website_Controller {
public function __construct() {
parent::__construct();
$this->template = new View('admin/template');
$this->template->body_class = 'admin';
$this->template->title = 'Admin';
}
<form action="#" method="post">
<div class="section">
<fieldset>
<table>
<tr>
<th></th>
<th>Name</th>
<th>Company</th>
<th>Phone</th>
<th>Email</th>