Login   Register  
PHP Classes
elePHPant
Icontem

File: dbf-include.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eduardo Henrique Molina da Cruz  >  Perfect Database File 2  >  dbf-include.php  >  Download  
File: dbf-include.php
Role: Auxiliary script
Content type: text/plain
Description: Class Include
Class: Perfect Database File 2
File based database manager with SQL query support
Author: By
Last change:
Date: 2005-02-16 15:22
Size: 355 bytes
 

Contents

Class file image Download
<?php

// Edit this variable
    
$_dbf2_path "/home/eduardo/projetos/db_file/2.0/dbf-2.0";

// Don't edit these includes
    
include($_dbf2_path "/class.pdbfile-aux.php");
    include(
$_dbf2_path "/class.pdbfile-core.php");
    include(
$_dbf2_path "/class.pdbfile-sql.php");

// Edit the name of the object if you want
    
$dbf = new p_dbf_sql($_dbf2_path);

?>