PHP Classes

File: test/index.php

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Wepesi PHP ORM Framework   test/index.php   Download  
File: test/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Wepesi PHP ORM Framework
Execute common SQL queries using object functions
Author: By
Last change:
Date: 1 year ago
Size: 240 bytes
 

Contents

Class file image Download
<?php
//use
$db= \Wepesi\App\DB::getInstance("localhost","wepesi_db","root","");

// include("./test/insert.php");
include("./test/select.php");
 include(
"./test/delete.php");
// include("./test/query.php");
// include("./test/update.php");