Skip to content

Instantly share code, notes, and snippets.

@bshaffer
Created April 13, 2011 06:05
Show Gist options
  • Save bshaffer/917047 to your computer and use it in GitHub Desktop.
Save bshaffer/917047 to your computer and use it in GitHub Desktop.
<?php
/**
* sf_guard_user_old module configuration.
*
* @package ##PROJECT_NAME##
* @subpackage sf_guard_user_old
* @author ##AUTHOR_NAME##
* @version SVN: $Id: helper.php 24171 2009-11-19 16:37:50Z Kris.Wallsmith $
*/
abstract class BaseSf_guard_user_oldGeneratorHelper extends sfModelGeneratorHelper
{
public function getUrlForAction($action)
{
return 'list' == $action ? 'sf_guard_user_sf_guard_user_old' : 'sf_guard_user_sf_guard_user_old_'.$action;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment