View Single Post
  #3 (permalink)  
Old 06-12-2008, 06:18 AM
waldo_cosman waldo_cosman is offline
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default

Thanky you very much for the information, so if i'am correct, i should call this in my controller:
PHP Code:
$translate Zend_Registry::get('translate'); 
And in my controller i can pass it to my view?

For me it's not about typing the extra line, it's just that I would like to optimize my php-code and therefore i asked the question.
Reply With Quote