PHP Classes

File: tests/resources/templates/Shared/input2.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   tests/resources/templates/Shared/input2.blade.php   Download  
File: tests/resources/templates/Shared/input2.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 tests/resources/templates/Shared/input2.blade.php
Date: 3 years ago
Size: 121 bytes
 

Contents

Class file image Download
<input type="{{ !isset($type)? 'text':$type }}" value="{{ !isset($value)? '':$value }}" style="background-color: green;">