News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Tobias Schlitt's Blog:
Avoid an endless pifall
February 15, 2007 @ 09:03:00

Tobias Schlitt has provided a helpful hint for developers working with lots of objects, methods, and singleton patterned functionality to keep out of the same trouble he faced.

During my current exam phase I'm working on some tiny private project to relax after learning. In there I'm using a main controller class, which implements a singleton pattern and initializes several sub-controllers while being created. The singletons purpose is, that the other controllers can access to main controller and its functionality whenever they need, without storing a reference each.

The problem with the code (he gives snippets) was a recursive loop that was suddenly appearing. He finally tracked it down to a constructor in another class that was accessing the main controller's constructor. The issue was that the constructor was never finishing up, so a valid instance wasn't returned, so the whole thing started all over again.

0 comments voice your opinion now!
singleton pattern object nested constructor controller singleton pattern object nested constructor controller



Similar Posts

Sebastian Bergmann's Blog: Hamcrest

PHPit.net: PHP5 Class Basics, Part 1

DevShed.com: The Singleton and Factory Patterns in PHP - Building a Form Generator Class

Tobias Schlitt's Blog: Avoid an endless pifall

PHPClasses.org: PHP Object-Relational Mapping: ORM or ROM?


Community Events







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


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

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