PHP-Klasse::Object Session Saver 15.03.2007

Kurzbeschreibung: Save and restore objects in session variables
Veröffentlicht am: 15.03.2007
Gruppe(n):
- PHP 5
- User Management
Beschreibung:
This package can be used to save and restore objects in session variables.
It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionObject interface.
The class can call all the registered classes to save and restore the state of the session objects.
Link: Object Session Saver