PHP Classes

File: examples/views/Test2/directive.blade.php

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

Contents

Class file image Download
<h1>Directive test $mary={!! $mary !!}</h1>

@@lamb($mary)
<hr>
@lamb($mary)
<br><br>
@@lamb()
<hr>
@lamb()
<br><br>

@@calculator(10,20)
<hr>
@calculator(10,20)
<br><br>

@@datetime($now)
<hr>
@datetime($now)
<br><br>
@@datetimert($now)
<hr>
@datetimert($now)

@randomValFromArr(["a", "b", "c"])