anvil_php/app/controllers/welcome_controller.php
br0xen a371f1b0ff Various Modifications
Move everything into App Directory
Add a SQLite Library
2012-09-07 12:19:33 -05:00

10 lines
152 B
PHP

<?php
class Welcome_controller extends Controller {
public function __construct() {}
public function index() {
$this->load_views('welcome');
}
}