PHP Classes

File: examples/views/Test/include2.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/Test/include2.blade.php   Download  
File: examples/views/Test/include2.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: 3 years ago
Size: 240 bytes
 

Contents

Class file image Download
<div>
    @@include('shared.display',["s1"=>"scope 1","s2"=>"scope 2"])<br>
    @include('shared.display',["s1"=>"scope 1","s2"=>"scope 2"])<br>
    @@include('shared.display',[])<br>
    @include('shared.display',[])


   
    <hr>
</div>