Unbelievable, I did not see that ugly error from my part. You are right.
Sorry for this novice guy error. Rolando Espinoza La Fuente wrote: > > On Sun, Mar 8, 2009 at 5:27 PM, Shalanga <[email protected]> wrote: >> >> Hi, I have a problem and took me 1 day to figured this out. >> >> Can someone explain me why the first one do not work and the second one >> works? >> >> // This don't work >> $this->setDecorators(array('ViewScript', array('viewScript' => >> 'inscricao\_view_script_maispessoas.phtml'))); > > I think you should use: > > $this->setDecorators(array( > array('ViewScript', array('viewScript' => > 'inscricao\_view_script_maispessoas.phtml') > )); > > Regards, > > -- > Rolando Espinoza La fuente > Pro Soft Resources Inc. > www.prosoftpeople.com > > -- View this message in context: http://www.nabble.com/viewscript-problem-tp22403214p22403918.html Sent from the Zend Framework mailing list archive at Nabble.com.
