News Feed
Jobs Feed
Sections




News Archive
Pavel Shevaev's Blog:
A reliable way to serialize/unserialize objects in PHP
December 11, 2007 @ 12:09:00

Pavel Shevaev has posted his method (a reliable way) for serializing and unserializing objects in your applications:

An experienced PHP developer might be wondering why posting this topic in a blog if PHP already has universal and almost transparent tools for this job [...] The key statement here is "almost transparent" which means you have to include all class definitions before invoking unserialize or use some __autoload schema.

The whole problem is due to the fact a serialized object has no idea about its class definition except the class name(the reason behind that is absolutely valid). [...] That's why I decided to hack up, hopefully, a more universal solution to this problem

His method contains things inside of a "serialization container" that automagically includes everything needed before it gets serialized. His code for the method is included as well as some examples of its use.

0 comments voice your opinion now!
serialize unserialize object container method serialize unserialize object container method


blog comments powered by Disqus

Similar Posts

Stoyan Stefanov's Blog: JavaScript-style object literals in PHP

DevShed: The Active Record Pattern, Concluded

Web Developer Juice: PHP Magic Functions: Best Part of Object Oriented PHP - Part 2

Nefarious Designs: Object-Oriented PHP Part 1: Definition

PHPEasy.co.uk: Object Orientation Basics part 4 – Implementing CRUD methods


Community Events









Don't see your event here?
Let us know!


zendframework2 code database release development opinion functional language introduction framework example event api podcast object composer interview tool community testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework