コード例 #1
0
ファイル: Mvc.php プロジェクト: BGCX262/zym-svn-to-git
 /**
  * Sets action helper for assembling URLs
  *
  * @param Zend_Controller_Action_Helper_Url $uh
  */
 public static function setUrlHelper(Zend_Controller_Action_Helper_Url $uh)
 {
     self::$_urlHelper = $uh;
 }