PHP Classes

File: Install.php

Recommend this page to a friend!
  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: 14 years ago
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!