I'm working a custom renderer that compresses the output of the template with lw77 before it is finished rendering. Ideally I would like to be able to compress any output, but for now, I'm content with php.

I'm attempting to use a php template by using this line in my controller

return $this->render('TrackBundle:Track:index.php:lw77', array('tracks' => $tracks, 'scores' => $scores));

The problem I'm facing right now is that it right now, FilesystemLoader doesn't want to find TrackBundle:Track:index.php as the template, it keeps looking for views/Track/index.php.lw77

Is this the expected behavior? If so, what is the use for .format?

Richard

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to