Login   Register  
PHP Classes
elePHPant
Icontem

File: web.config.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-11-27 13:37
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>