F3 PHP framework integration, Ajax API for "add new system"

This commit is contained in:
exodus4d
2015-02-15 23:31:05 +01:00
parent bea22df481
commit 503a31c48e
365 changed files with 49681 additions and 245 deletions

View 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');
}
}