PHP Classes

QBaseClass: Add variable management functions to sub-classes

Recommend this page to a friend!
  Info   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 143 This week: 1All time: 9,164 This week: 560Up
Version License PHP version Categories
qbaseclass 0.1BSD License5.0PHP 5, Language
Description 

Author

This class can be used to add automatic variable management functions to classes.

Its default class function handler (__call) is defined in such way that it adds new automatic functions to the class to manage class variables.

The automatic functions are recognized by their name prefixes. Currently it supports:

- has for checking if a variable is defined
- set to defined the value of a variable
- get to get the value of a variable
- add to set the value of an entry of an associative array variable
- merge to change the values of multiple entries of associative array variables

Picture of Tom Schaefer
  Performance   Level  
Name: Tom Schaefer is available for providing paid consulting. Contact Tom Schaefer .
Classes: 39 packages by
Country: Germany Germany
Age: ???
All time rank: 1088 in Germany Germany
Week rank: 33 Up2 in Germany Germany Up
Innovation award
Innovation award
Nominee: 9x

Winner: 1x

  Files folder image Files  
File Role Description
Files folder imagecore (5 files)
Files folder imagesample (1 file)
Accessible without login Plain text file config.inc.php Conf. configuration

  Files folder image Files  /  core  
File Role Description
  Plain text file QBaseClass.class.php Class php stdClass extension
  Plain text file QConfig.class.php Class config singleton
  Plain text file QCoreException.class.php Class Exception handler class
  Plain text file QParameter.class.php Class Sample class
  Plain text file QWebParameter.class.php Class Retrieve Parameters from Request (Sample Class)

  Files folder image Files  /  sample  
File Role Description
  Accessible without login Plain text file sample.request.php Example Sample for showing how it works

 Version Control Unique User Downloads Download Rankings  
 0%
Total:143
This week:1
All time:9,164
This week:560Up