PHP Classes

File: demos/demo1.php

Recommend this page to a friend!
  Classes of Giovanni Ramos   PDO4You   demos/demo1.php   Download  
File: demos/demo1.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PDO4You
Access SQL databases using the PDO extension
Author: By
Last change: Update of demos/demo1.php
Date: 2 months ago
Size: 263 bytes
 

Contents

Class file image Download
<?php
// Loading demo class
require 'DemoCRUD.php';

// Example with All Selects
echo '<h2><a href=".">DEMOS</a> &rsaquo; SELECTS</h2>';

// Creating an instance
$demo = new DemoCRUD;

// Displaying records between different instances of base
$demo->allSelects();