F3 PHP framework integration, Ajax API for "add new system"
This commit is contained in:
21
app/main/controller/MapController.php
Normal file
21
app/main/controller/MapController.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: exodus4d
|
||||
* Date: 08.02.15
|
||||
* Time: 21:18
|
||||
*/
|
||||
|
||||
namespace Controller;
|
||||
|
||||
class MapController extends AccessController {
|
||||
|
||||
function __construct() {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function showMap() {
|
||||
$this->setTemplate('templates/view/map.html');
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user