Changes between Version 9 and Version 10 of Reference/Routing
- Timestamp:
- 02/07/10 23:30:32 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reference/Routing
v9 v10 83 83 '''application.php''' 84 84 85 {{{<?php require('application/indexrouter.php'); ?>}}} 85 {{{ 86 #!php 87 <?php require('application/indexrouter.php'); ?> 88 }}} 86 89 87 90 == Methods available to routers ==
