|
|
| Name: |
Super Globals Access Interface |
| Base name: |
sgai |
| Description: |
Access array super-global variables using a path |
| Related classes: |
path, globals |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
209 users |
| All time rank: |
6182 |
| Week users: |
0 users |
| Week rank: |
2487 |
| |
|
 |
|
Innovation award
 Nominee: 1x
Winner: 1x |
This class can access array super-global variables using a path.
The base class can store, retrieve and delete multi-dimension array elements using a path that defines the entries in each dimension of the array separated by dots (.) .
A sub-class is also provided to access session super-global array variables using this variable dotted path convention.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
demo.php |
Example |
Example using this package |
Globals.php |
Class |
Abstract class that provides the mains functionalities |
Session.php |
Class |
This class extends globals and manager the session variables |