PHP Classes

File: table.php

Recommend this page to a friend!
  Classes of Jorge Castro   Example PHP Editable Grid   table.php   Download  
File: table.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Example PHP Editable Grid
Display data in a table that users can edit
Author: By
Last change:
Date: 10 days ago
Size: 123 bytes
 

Contents

Class file image Download
<?php

use eftec\bladeone\BladeOne;

include
"vendor/autoload.php";

$blade=new BladeOne();


echo
$blade->run('table',[]);