ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables
HomeController.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Controller;
4 
6 {
7  public function run()
8  {
9  $this->render("home.tpl.php");
10  }
11 }
12