PHP Classes

File: DBTypes.php

Recommend this page to a friend!
  Classes of Sujay Bhowmick   Pagination   DBTypes.php   Download  
File: DBTypes.php
Role: Configuration script
Content type: text/plain
Description: Supporting include file
Class: Pagination
Result Set pagination with database abstraction
Author: By
Last change:
Date: 20 years ago
Size: 152 bytes
 

Contents

Class file image Download
<?php
define
(MYSQL, 1);
define(MSSQL, 2);

// DB_TYPE = MYSQL if MySQL database
// DB_TYPE = MSSQL if MSSQL database

define(DB_TYPE, MSSQL);
?>