PHP Classes

File: vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig   Download  
File: vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.php.twig
Role: Example script
Content type: text/plain
Description: Example script
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 281 bytes
 

Contents

Class file image Download
<?php $view->extend('::base.html.twig') ?>

<?php $view['slots']->set('title', '{{ bundle }}:{{ controller }}:{{ action.basename }}') ?>

<?php $view['slots']->start('body') ?>
<h1>Welcome to the {{ controller }}:{{ action.basename }} page</h1>
<?php $view['slots']->stop() ?>