Ruddk, You should try moving you <app>/views folder to <app>/Resources/views.
Cheers, Victor On Mar 30, 12:33 pm, Ruudk <[email protected]> wrote: > Are there tests for the extend() method for the PhpEngine? > > Because it doesn't seem to work since the changing of the Bundle name > syntax. > > app/Resources/views/layout.html.php > > <html><body>My Application title<hr><?php $view['slots']->output('_content') > ?></body></html> > > src/MyVendor/HelloBundle/Resources/views/Hello/index.html.php > > <?php $view->extend('::layout.html.php'); ?>Hello World > > Only shows "Hello World" and not "My Application title<hr>Hello World" -- 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
