Merge pull request #5 from ThomasRubini/default_page
This commit is contained in:
commit
8ebfd5c45e
10
Controllers/DefaultController.php
Normal file
10
Controllers/DefaultController.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
final class DefaultController
|
||||||
|
{
|
||||||
|
|
||||||
|
public function defaultAction(Array $A_urlParams = null, Array $A_postParams = null)
|
||||||
|
{
|
||||||
|
View::show("home/view");
|
||||||
|
}
|
||||||
|
}
|
||||||
1
Views/home/view.php
Normal file
1
Views/home/view.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<h3> Hello ! </h3>
|
||||||
Loading…
Reference in New Issue
Block a user