- 1,233 categories
- 40,462 scripts
Updated: 04/30/2006
- 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()
- Categories
- Tags
- Platforms
- Licenses
- Other Free / Open Source License
- Author
- 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.
- 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 ...
- This introductory guide on PHP explains the definition, basic structure and date function of PHP language.
- 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 is a basic Poll script written in PHP 3 that doesn''t use any sort of SQL database systems.