PHP Classes

File: example.class.php

Recommend this page to a friend!
  Classes of seyi onifade   XPDO Database   example.class.php   Download  
File: example.class.php
Role: Example script
Content type: text/plain
Description: using the database class
Class: XPDO Database
PDO database access wrapper
Author: By
Last change: Making use of the database class.
Date: 8 years ago
Size: 207 bytes
 

Contents

Class file image Download
<?php

  
class example extends Database{

     public function
__construct(){
          
$this->getLink();
           echo
$this->connected();
       }
     
   }
 
$example = new example();