Created
April 13, 2011 06:05
-
-
Save bshaffer/917047 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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