PHP Classes

File: Documentation_and_Demo/easyTables/configs/config.php

Recommend this page to a friend!
  Classes of enri_pin   Easy Tables   Documentation_and_Demo/easyTables/configs/config.php   Download  
File: Documentation_and_Demo/easyTables/configs/config.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: 172 bytes
 

Contents

Class file image Download
<?php
   
/*$db='mysql';
    $host='localhost';
    $dbname='test';
    $user="root";
    $pass="qoskA45";*/
   
   
$db="sqlite";
   
$dbname="../../Examples/Dabatase.s3db";
   
$table='books';
?>