implement Default page
This commit is contained in:
parent
b0079b47c3
commit
4c443644b8
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