There’s no setTemplate() for components! I know but maybe there is another way to do it ?
(The question seems to be about a php framework: http://www.symfony-project.org/)
|
|
There’s no setTemplate() for components! I know but maybe there is another way to do it ? (The question seems to be about a php framework: http://www.symfony-project.org/) |
|||
|
|
|
|
There is no setTemplate method on sfComponents. You essentially have 3 options:
|
||||
|
|
|
Components don't handle templates, you can only use partials. If you need to return a specific partial from inside your components class you can do something like this:
Have a look into the symfony book, chapter 7 view layer |
||
|
|