 |
|
Innovation award
 Nominee: 1x |
This class can be used to serialize objects with cyclic references.
It can take an object value and generate a string that represents the information contained in the object.
The class can also do the opposite, i.e. process a string with an object representation and recreate the original object value.
The class takes care of cyclic object references, i.e. objects that reference other objects and those objects contain references back to the original objects.
It uses object keys to represent object values and detect cyclic references.
|
|
| Name: |
Recursive reference serialize |
| Base name: |
recursive-serialize |
| Description: |
Serialize objects with cyclic references |
| Version: |
1.0 |
| PHP version: |
5.1 |
| License: |
The PHP License |
| All time users: |
292 users |
| All time rank: |
6142 |
| Week users: |
0 users |
| Week rank: |
2369  |
| |
|
 May 2009
Number 3
Prize: One book of choice by Manning |
PHP serialize function can generate a string that may represent complex data structures, including those that may contain object references.
However, it cannot handle the situation of objects that reference each other in a cycle.
This class provides a practical workaround that can serialize and unserialize objects with cyclic references.
Manuel Lemos |
| 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 |
|
|