Login   Register  
PHP Classes
elePHPant
Icontem

File: cmb_demo.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jeff Hines  >  ComboBox  >  cmb_demo.php  >  Download  
File: cmb_demo.php
Role: ???
Content type: text/plain
Description: Demostrates class instanstiation.
Class: ComboBox
Author: By
Last change:
Date: 2001-01-16 21:17
Size: 155 bytes
 

Contents

Class file image Download
<?
 require("Classes\class.ComboBox.php");
  
 echo("<h3>Class ComboBox Demo </h3>"); 
 
 $MakeListBox = new ComboBox("tbl_name", "Database" );
 
?>