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

ThinkPHP Blog: How do you start Scrum for your PHP projects?

Pavel Shevaev's Blog: A reliable way to serialize/unserialize objects in PHP

Jacob Santos' Blog: Patterns for PHP: Page Controller Draft

php|architect: The Magic __set_state Method

Alex Netkachov's Blog: Are setters evil?


Community Events











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


code framework releases release security application database ajax mysql job zend PEAR PHP5 example package cakephp book developer conference zendframework

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