php_engine/routes.php
2025-01-20 21:35:13 +03:00

12 lines
240 B
PHP

<?php
return array (
'news' => 'news/index', // actionIndex в NewsController
'products' => 'product/list', // actionList в ProductController
'about' => 'about/index',
'login' => 'login/index',
"auth" => 'auth/index'
);