PHP Classes

File: examples/views/exampleview.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOneHtml   examples/views/exampleview.blade.php   Download  
File: examples/views/exampleview.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOneHtml
Create HTML forms using compiled templates
Author: By
Last change:
Date: 3 years ago
Size: 126 bytes
 

Contents

Class file image Download
<body>
@form()
    @input(type="text" name="myform" value=$myvalue)
    @button(type="submit" value="Send")
@endform()
</body>