Various Modifications
Move everything into App Directory Add a SQLite Library
This commit is contained in:
9
app/controllers/welcome_controller.php
Normal file
9
app/controllers/welcome_controller.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class Welcome_controller extends Controller {
|
||||
public function __construct() {}
|
||||
|
||||
public function index() {
|
||||
$this->load_views('welcome');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user