PHP Classes

File: cmb_demo.php

Recommend this page to a friend!
  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: 23 years ago
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" ); ?>