spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / programming / php / hierphp current pageTo page 2To page 3To page 4
[next]

A PHP - MySQL Interface for HierMenus 4

Developer News
Eclipse Helios Update Brings New PHP Tools
Internet Explorer 9 Ups Standards Support
JBoss Portal 5 Release Easier to Use

By ( J. Chakrabarty )

HierMenus is a powerful and flexible hierarchical menu script written by Peter Belesis and available at WebReference.com. It is going through a constant process of evolution and now we have Version 4.1, which addresses many of the limitations of previous versions and is compatible with a wider variety of browsers.

HierMenus requires hard coded external JavaScript arrays that contain details of the menu trees as well as menu parameters. This article presents an interface to HierMenus intended to combine the power and flexibility of HierMenus with that of a database driven by this interface. The database will store the menu trees and parameters and a small but powerful script will access the database and dynamically generate the arrays required by HierMenus.

Use of the database will make it possible to expand this interface for generating context sensitive hierarchical menus on the fly. Some potential applications are discussed at the end of the article.

The interface program is written in PHP and uses a MySQL database. Incidentally, both MySQL and PHP are open-source programs and a majority of the hosts now provide support for these due to the increasing popularity of the PHP / MySQL combination.

Requirements

This program can be easily adapted for use with other types of databases e.g. mSQL, Microsoft SQL, Oracle, Sybase, Access, PostgreSQL, InterBase etc. for which support is available in PHP.

It is assumed that you are already initiated in the use of HierMenus. You don't need to understand exactly how the program works or need to be an expert in the JavaScript that HierMenus uses in order to make use of the PHP/MySQL interface described here. You do, however, have to know how to use the program and need to have a basic understanding of the various parameters in the menu arrays and for what each is required.


home / programming / php / hierphp current pageTo page 2To page 3To page 4
[next]

Written by J. Chakrabarty and

webref The latest from WebReference.com Browse >
Flashmaps' DynamicLocator: Interactive Maps for Small Areas · Flashmaps' AreaSelector: Interactive Maps for Wide Areas · The DB Mapper: Interactive Street-level Maps of U.S. and Canada
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
MS Access and MySQL · Cisco AutoQoS: VoIP QoS for Mere Mortals · While VoIP Adoption Explodes in Enterprise, Carrier Spending Lags


Created: September 24, 2001
Revised: September 24, 2001


URL: http://webreference.com/programming/php/hierphp/