Changeset 117 for trunk/trax/vendor/trax/action_view/helpers/url_helper.php
- Timestamp:
- 01/18/06 18:45:19 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers/url_helper.php
r107 r117 1 <? 2 1 <?php 3 2 # $Id$ 4 3 # … … 140 139 } 141 140 142 function url_for($options = array()) {143 $url_helper = new UrlHelper();144 return $url_helper->url_for($options);145 }146 147 141 ?>
