PHP Classes

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

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

Contents

Class file image Download
{{$var}}
<br>
{!! $var !!}
<br>
<a href="#{{$var}}">go to var</a>
<a href="#aaa/bbb\\aaa aa%2Fbbb%5Caaa">go to var</a>

<pre>
{{$var}}

{!! $var !!}
   
<a href="#{{$var}}">go to var</a>
<a href="#aaa/bbb\\aaa aa%%2Fbbb%5Caaa">go to var</a>
   
</pre>