Advertising
advertising
related pastes to tag 'helper'
- 1243283 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers, v1.1
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 1243147 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 1082525 - Untitled: link app symfony helper
-
- function cross_app_link_to($app, $route, $args=null)
- {
- /**
- * Don't try to generate routes for the current app
- */
- $currentApp = sfConfig::get('sf_app') ;
- sfConfig::set('foo', 'bar') ;
- $currentConfig = sfConfig::getAll() ;