Various Modifications

Move everything into App Directory
Add a SQLite Library
This commit is contained in:
2012-09-07 12:19:33 -05:00
parent 52b3f04ade
commit a371f1b0ff
11 changed files with 162 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
<?php
class Welcome_controller extends Controller {
public function __construct() {}
public function index() {
$this->load_views('welcome');
}
}