PHP Classes

File: Application/Module/Page/Router.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/Page/Router.php   Download  
File: Application/Module/Page/Router.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 228 bytes
 

Contents

Class file image Download
<?php

$_ROUTER
['default'] = array(
   
'page_view_detail' => array(
       
'route' => '[*:slug]',
       
'controller' => 'index',
       
'action' => 'view',
       
'module' => 'page',
       
'params' => array(),
    ),
);