PHP Classes

File: web.config.xml

Recommend this page to a friend!
  Classes of Orkhan   Router Class   web.config.xml   Download  
File: web.config.xml
Role: Auxiliary data
Content type: text/plain
Description: Routes Config File (XML)
Class: Router Class
Extract actions defined by URL patterns
Author: By
Last change: patterns changed
Date: 12 years ago
Size: 294 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <configuration> <routes> <route pattern="news/allposts(/?)" route="news/all/"></route> <route pattern="news/post/([-_a-z0-9]+)(/?)" route="news/view/$1"></route> <route pattern="news(/?)" route="news/"></route> </routes> </configuration>