PHP Classes

File: app/Views/Controller/test/dump.html.twig

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/test/dump.html.twig   Download  
File: app/Views/Controller/test/dump.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 448 bytes
 

Contents

Class file image Download
{# app/Views/Controller/test/dump.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}{{ controller|capitalize }}{% endblock title %} {% block head %} {{ parent() }} {% endblock head %} {% block page_name %}{{ controller|capitalize }}/{{ action|capitalize }}{% endblock page_name %} {% block content %} {{ _c_.dump(var) }} {{ _c_.dump(var1) }} {{ _c_.dump(var3) }} {{ _c_.dump(err) }} {% endblock content %}