Login   Register  
PHP Classes
elePHPant
Icontem

File: Install.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael J. Fuhrman  >  Ladder PHP  >  Install.php  >  Download  
File: Install.php
Role: Auxiliary script
Content type: text/plain
Description: This installs Ladder into your SQL database
Class: Ladder PHP
Manage objects stored MySQL database dynamically
Author: By
Last change:
Date: 2009-10-21 13:38
Size: 446 bytes
 

Contents

Class file image Download
<?
/*    =======================================
    Copyright 1998, 2000, 2003, 2007, 2009 - E Net Arch
        www.ENetArch.net - 248-686-1407
        ENetArch on AIM, Yahoo, and Skype

    This program is distributed under the terms of the GNU
    General Public License (or the Lesser GPL).
    ======================================= */

    
Include_Once ("_app.inc");

Function 
php_Main ()
{
    global 
$gblLadder;

    
$gblLadder->Install();

}

?>
Done!