PHP Classes

File: test/php/out5.txt

Recommend this page to a friend!
  Packages of Nikos M.   Dromeo PHP Router Library   test/php/out5.txt   Download  
File: test/php/out5.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Dromeo PHP Router Library
Route HTTP requests to functions with URL patterns
Author: By
Last change:
Date: 8 months ago
Size: 982 bytes
 

Contents

Class file image Download
??Dromeo.VERSION = 1.3.0 Default Handler Array ( [route] => /????/???/1 [method] => * [pattern] => /????/{:user}/{:id} [fallback] => [data] => Array ( [user] => ??? [id] => 1 ) ) Default Handler Array ( [route] => /????/toyou/2 [method] => * [pattern] => /????/{:user}/{:id} [fallback] => [data] => Array ( [user] => toyou [id] => 2 ) )