9 lines
95 B
PHP
9 lines
95 B
PHP
<?php
|
|
class Gennoreg extends CI_Controller
|
|
{
|
|
function index() {
|
|
$this->db =
|
|
}
|
|
}
|
|
?>
|