News Feed
Jobs Feed
Sections




News Archive
Stubbles Blog:
Lazy loading of classes stored in a session without __autoload()
March 19, 2007 @ 10:39:00

On the Stubbles blog today, there's a warning from Frank Kleine about using the session.auto_start setting in your PHP installation and it preventing you from working with objects. As per the PHP manual:

If you do turn on session.auto_start then you cannot put objects into your sessions since the class definition has to be loaded before starting the session in order to recreate the objects in your session.

Frank points out that this also includes calling session_start before defining other classes to be used. They've come up with their own solution, though, using a base interface object for all of their classes. This object is included in each of the pages, eliminating the worry about having multiple objects and classes to mess with.

0 comments voice your opinion now!
autoload class lazy session object serialize autoload class lazy session object serialize


blog comments powered by Disqus

Similar Posts

PHPied.com: SAP container for PEAR::Auth

Gonzalo Ayuso: Managing Windows services with Symfony/Process and PHP

Phil Sturgeon's Blog: PHP Format abstraction with a simple class

Alex Netkachov's Blog: PHP fluent API tips

Fabien Potencier's Blog: PHP Serialization, Stack Traces, and Exceptions


Community Events











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


symfony2 phpunit release usergroup database conference rest interview opinion functional framework community unittest testing series language zendframework2 podcast development introduction

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