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

Reply via email to