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  >  Contact Types  >  install.php  >  Download  
File: install.php
Role: Example script
Content type: text/plain
Description: Install the Contact Types Folder
Class: Contact Types
Manage a list of types of people contacts
Author: By
Last change:
Date: 2010-07-09 15:36
Size: 621 bytes
 

Contents

Class file image Download
<?
/*    =======================================
    Copyright 1998 - 2010 - E Net Arch
    This program is distributed under the terms of the GNU
    General Public License (or the Lesser GPL).
    ======================================= */

function dirPath() { return ("../../"); }

Include_Once (
dirPath() . "Shared/Install_Functions.inc");
Include_Once (
dirPath() . "Shared/_app.inc");

Function 
php_Main ()
{
   
$szStr =
        
" szType varChar(20) " ;

   
CreateClass ("Common_ContactType"ldrGlobals::cisItem(), true$szStr);

   
CreateClass ("Common_ContactTypes"ldrGlobals::cisFolder(), true);
}
?>