PHP Classes

File: Demo_Simple/easyTables/configs/minimalist.php

Recommend this page to a friend!
  Classes of enri_pin   Easy Tables   Demo_Simple/easyTables/configs/minimalist.php   Download  
File: Demo_Simple/easyTables/configs/minimalist.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Easy Tables
Show, edit and export database table records
Author: By
Last change:
Date: 10 years ago
Size: 232 bytes
 

Contents

Class file image Download
<?php
   
/*$db='mysql';
    $host='localhost';
    $user="root";
    $pass="qoskA45";
    $dbname='test';*/
   
   
$db="sqlite";
   
$dbname="../../Examples/Dabatase.s3db";
   
$table='books';
   
$colOrderColors=array("Even"=>"#3F4EFE","Odd"=>"#3F4EFE");
?>