Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'helper'

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