php_engine/routes.php
2025-01-20 19:54:53 +03:00

10 lines
183 B
PHP

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