News Feed
Jobs Feed
Sections




News Archive
DevShed:
Understanding Destructors in PHP 5
January 17, 2008 @ 09:31:00

DevShed has started up yet another PHP-related series today with this new tutorial covering part of PHP5's object functionality - destructors.

This article, the first part of a five-part series, introduces you to destructors and their use with PHP 5 programs. [...] The word "destructor" relates to certain methods or functions of a determined programming language that are responsible for destroying data that, in the context of that particular language, shouldn't exist any longer.

They create a sample class (for storing user information) and show how to integrate a destructor to remove all traces of the user's information from the properties of the class.

0 comments voice your opinion now!
destructor php5 class tutorial example user information destructor php5 class tutorial example user information


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Junction -- a new persistance layer for PHP 5

NetTuts.com: How to Upload Files with CodeIgniter and AJAX

DevShed: Understanding Destructors in PHP 5

Greg Beaver's Blog: PHP namespaces become much better (Derick take note)

Wb Developer Juice: 10 baby steps to install Memcached Server and access it with PHP


Community Events









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


functional zendframework2 composer tool language introduction community testing object api interview code event unittest example release podcast development framework opinion

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