PHP Classes

File: fwphp/glomodul/blog_akram/Include/DB.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/blog_akram/Include/DB.php   Download  
File: fwphp/glomodul/blog_akram/Include/DB.php
Role: Example script
Content type: text/plain
Description: Example script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: ver 11.0.2.0 mnu, adrs, msg, mkd. Same module db adapter for any shared db adapter
Date: 1 year ago
Size: 153 bytes
 

Contents

Class file image Download
<?php

switch (true)
{
  case
DBI==='mysql':
    include_once(
'DB_mysql.php') ;
    break;

  default:
    include_once(
'DB_oracle.php');
    break;
}