PHP Classes

File: genrepo.php

Recommend this page to a friend!
  Classes of Jorge Castro   Example PHP Editable Grid   genrepo.php   Download  
File: genrepo.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: 170 bytes
 

Contents

Class file image Download
<?php

use eftec\PdoOne;

include
"vendor/autoload.php";

$pdo=new PdoOne('mysql','127.0.0.1','root','abc.123','example_editable_grid');
$pdo->logLevel=3;
$pdo->render();