views:

317

answers:

2

hello,

I am using the Zend Framework library / Framework

At some point I need to give an array of texts ( with a given objectKey ) to the partialloop helper.

Now in the partialLoop view I would like to use Zend Translate.

Now I understand that Zend Translate isn't accessibly true the objectKey, but is there a way to use Zend Translate here and even use a helper ... ?

Thanks in advance, math

+1  A: 

Solution is putting the translate in the Zend Framework and Zend Translations

mhd
+1  A: 

The translate() view helper will still be available within the view script of a partial loop as it assues you have put a Zend_Translate object into the registry with the key 'Zend_Translate'

Regards,

Rob...

Rob Allen