News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

Joshua Thompson's Blog: Return to Prototype Based Programming in PHP

DevShed: Using Self-Saving Objects with Command Objects in PHP 5

Andy Frey's Blog: JavaScript PHP Remoting Demonstration

Ken Guest's Blog: Book review: PHP Objects, Patterns and Practice (second edition)

PHP in Action: Type hints are more useful for scalars than objects


Community Events









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


release microsoft symfony drupal framework conference benchmark feature podcast performance opinion windows job zendframework joomla developer wordpress extension facebook codeigniter

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