PHP Classes
elePHPant
Icontem

Contact Types: Manage a list of types of people contacts

Recommend this page to a friend!
  Info   View files View files (18)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2010-07-22 (6 years ago) RSS 2.0 feedNot enough user ratingsTotal: 353 All time: 6,581 This week: 946Up
Version License PHP version Categories
contact-types 1.0GNU General Publi...5PHP 5, Databases, User Management
Description Author

This package can be used to Manage a list of types of people contacts.

It can create, update, delete and list of people contact types stored in a database such as telephone, cell phone, http, ftp, fax, email, etc..

Picture of Michael J. Fuhrman
Name: Michael J. Fuhrman <contact>
Classes: 12 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 3x

Details
=============================
Audiences Experience Level

Patrons reading this file should be comfortable using a text editor, 
managing files and be familiar with PHP.  Some changes to file paths 
are required.  

=============================
Development Environment

This code was originally developed using a Windows platform and may not
work without modification on a Unix or Mac environment.  

=============================
Code Changes

In order to use these files you are must adjust their include_once directives.
Failure to do still will cause the example scripts to fail.

You must also update the dirPath() function where ever found to provide the 
right depth for the files to locate the Web Root.

=============================
Required Classes

This class is specifically designed to use Ladder.  Ladder manages the data
that this class presents.  This class will NOT work with standard SQL
appliations.

=============================
Recommended Directory Structure

Web Root
 | - [Application]
 | -  | - add.php
 | -  | - CreateFolder.php
 | -  | - delete.php
 | -  | - install.php
 | -  | - edit.php
 | -  | - list.php
 | -  | - new.php
 | -  | - trgrs_contacttypes.js
 | -  | - update.php
 | -  | - view.php
 | -  | - styles.css
 | -  
 | - Install
 | -  | - install.php [ from Ladder ]
 | -  
 | - Shared
 | -  | - _app.inc
 | -  | - styles.css
 | -  | - functions.inc
 | -  | - install_functions.inc
 | -  | - GPL.txt
 | -  | - 
 | -  | - Classes
 | -  | -  | - Common
 | -  | -  | -  | - Common_ContactType.cls
 | -  | -  | -  | - Common_ContactTypes.cls
 | -  | -  | -  
 | -  | -  | - Ladder
 | -  | -  | -  | - Ladder_Globals.cls
 | -  | -  | -  | - Ladder_Folder.cls
 | -  | -  | -  | - Ladder_Item.cls
 | -  | -  | -  | - Ladder_Properties.cls
 | -  | -  | -  | - Ladder_References.cls
 | -  | - 
 | -  | - Panels
 | -  | -  | - Common_Panel.cls
 | -  | -  | - Common_List5.cls
 | -  | -  | - 
 | -  | -  | - Common
 | -  | -  | -  | - Panel_ContactType.cls
 
  Files folder image Files  
File Role Description
Accessible without login Plain text file add.php Example Adds a Contact Type to the folder
Plain text file Common_ContactType.cls Class Extends the ldrItem Class to manage Contact Type data
Plain text file Common_ContactTypes.cls Class Extends the ldrFolder Class to store Contact Type data
Plain text file Common_List5.cls Class Creates a presentation object for Listing
Plain text file Common_Panel.cls Class Abstracts a presentation object for drawing
Accessible without login Plain text file CreateFolder.php Example Creates a Folder in the Ladder Tree for Appointments
Accessible without login Plain text file delete.php Example Deletes a Contact Type from the folder
Accessible without login Plain text file edit.php Example Edits a Contact Type
Accessible without login Plain text file install.php Example Install the Contact Types Folder
Accessible without login Plain text file jquery_lite.js Data Provides simple JQuery Functionality
Accessible without login Plain text file List.php Example Provides simple JQuery Functionality
Accessible without login Plain text file new.php Example Presents a blank Contact Type to add to the list
Plain text file Panel_ContactType.cls Class Creates a presentation object used by the list to display the Contact Types in the Folder
Accessible without login Plain text file ReadMe.txt Doc. Provides guidence to programmers
Accessible without login Plain text file styles.css Data The Contact Types Styles
Accessible without login Plain text file trgrs_ContactTypes.js Data JavaScript functions that determine what should be done when a link is selected
Accessible without login Plain text file update.php Example Updates the Contact Type after being edited
Accessible without login Plain text file view.php Example Draws a single view of a Contact Type

Downloadcontact-types-2010-07-22.zip 13KB
Downloadcontact-types-2010-07-22.tar.gz 5KB
Install with ComposerInstall with Composer
Needed packages  
Class DownloadWhy it is needed Dependency
Ladder PHP Download .zip .tar.gz Manages the data Required
 Version Control Unique User Downloads Download Rankings  
 0%
Total:353
This week:0
All time:6,581
This week:946Up
User Comments (1)