Symfony: how to set a template from another module ?
Posted
by user248959
on Stack Overflow
See other posts from Stack Overflow
or by user248959
Published on 2010-04-17T13:28:30Z
Indexed on
2010/04/17
13:33 UTC
Read the original article
Hit count: 156
symfony
Hi,
any time i write this:
$this->setTemplate('module/action');
I'm getting this error:
The template "module/actionSuccess.php" does not exist or is unreadable in "".
So.. how to set a template from another module ?
Javi
© Stack Overflow or respective owner