first gestalt

This commit is contained in:
2025-01-15 15:04:34 +03:00
parent 64dad0aaf9
commit fe2ed9d789
80 changed files with 1139 additions and 2 deletions

View File

@ -0,0 +1,13 @@
<?php
use kernel\App;
use kernel\CgRouteCollector;
use Phroute\Phroute\RouteCollector;
App::$collector->get('/', [\app\themes\gestalt\controllers\MainController::class, 'actionIndex']);
//App::$collector->get('/page/{page_number}', [\app\modules\tag\controllers\TagController::class, 'actionIndex']);
//App::$collector->get('/create', [\app\modules\tag\controllers\TagController::class, 'actionCreate']);