Categories

Updated: 04/30/2006

Object Extensions for PHP

The Object Extensions for PHP provides several classes with the following functionality: Object Extensions adds of new functionality to PHP objects such as: * Add methods and properties to an object at runtime by dynamically extending by another object * Create object property lists that allow for dynamic setting/getting of values in a similar fashion to JavaScript objects (eg. {paramter: value, ...}) * Object property lists support basic value checking and defaults to easily check for valid input * Conveniently create function and method callbacks o Method callbacks can be defined by using $this-&>_callback()-&>metho dName(args, ...) o If callbacks are defined for object property lists, callback can be called using $propertyList-&>callbackNa me()
Similar Scripts for "Object Extensions for PHP"

Advanced JavaScript Cascading Form Values

Attached is an example of how to cascade form values from one row to another. Previously I showed how to apply JavaScript cascades to check boxes, in this example we add the same functionality to drop downs and to text boxes.

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...

What the Heck is PHP?

This introductory guide on PHP explains the definition, basic structure and date function of PHP language.

Introduction to PHP

This introductory Web tutorial covers: The detail definition of PHP, The basic PHP Syntax, Creating a simple and a multipage forms in PHP, How to use cookies with PHP, Date and time functions, and more.

SimplePoll

SimplePoll is a basic Poll script written in PHP 3 that doesn''t use any sort of SQL database systems.
©2003-2008 jCay.com