thanks for the patch. It works great for all the urls I build with
Zend_View_Helper_Url.
But then it still does not work for Zend_Controller_Action_Helper_Url. I
know I could add the same patch to Zend_Controller_Action_Helper_Url to
solve this. But then I would need to call both:
Zend_View_Helper_Url::staticBind('lang');
Zend_Controller_Action_Helper_Url::staticBind('lang');
Maybe there is an even better place to add the _staticBinds array?
没有评论:
发表评论