CleanUp After Docker Try
This commit is contained in:
14
app/controllers/ExampleController.php
Normal file
14
app/controllers/ExampleController.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class ExampleController extends Controller{
|
||||
|
||||
public function index(){
|
||||
$this->view->title = 'Example title';
|
||||
$this->view->render('example.phtml');
|
||||
}
|
||||
|
||||
public function subpage(){
|
||||
echo 'subpage';
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user