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

5
app/core/Model.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
class Model {
public function __construct() { }
}