PHP Classes

File: tests/templates/Test2/template.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/templates/Test2/template.blade.php   Download  
File: tests/templates/Test2/template.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change:
Date: 1 year ago
Size: 134 bytes
 

Contents

Class file image Download
<h1> It is the main template</h1>
v1:{{$v1}}<br>
<hr>
@include('Test2.include',['v1'=>2])
<hr>
v1:{{$v1}}<br>
End of the main template