News Feed
Jobs Feed
Sections




News Archive
DevShed:
Implementing Destructors with Multiple Objects in PHP 5
January 23, 2008 @ 14:57:00

DevShed has posted part two in their series looking at the use of destructors in PHP5. This time they focus on their use with multiple objects inside of an application.

Destructors can be used in all sorts of clever ways in the context of a given PHP 5 application, mostly in those cases where it's necessary to keep track of the status of certain objects prior to their being destroyed by the PHP interpreter. In this second chapter you'll learn how to work simultaneously with multiple classes that concretely implement their respective destructors.

They revisit their previous example with a simple class that's then extended to allow the flexibility to call the same destructor on multiple instances.

0 comments voice your opinion now!
destructor class user data multiple tutorial


blog comments powered by Disqus

Similar Posts

DeveloperTutorials.com: Inserting An Array Into A Database

DevShed: Auto Loading Classes in PHP 5

James Morris' Blog: How to Strip EXIF Data Using Imagick

PHPBuilder.com: Talking to GitHub with PHP

PHPBuilder.com: Highlighting What Section of a Website the User Is In


Community Events











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


introduction opinion interview unittest podcast functional conference language code series release phpunit development framework application tool community example testing zendframework2

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