News Feed
Jobs Feed
Sections




News Archive
Think Vitamin:
9 Magic Methods for PHP
June 07, 2010 @ 13:58:41

For those just getting started with PHP and wondering what these "magic methods" are all about (and they can be a little confusing for someone not used to the language), Lorna Mitchell has a new tutorial posted to the Think Vitamin blog on just that topic.

The "magic" methods are ones with special names, starting with two underscores, which denote methods which will be triggered in response to particular PHP events. That might sound slightly automagical but actually it's pretty straightforward, we already saw an example of this in the last post, where we used a constructor - so we'll use this as our first example.

She talks about nine of these magic functions including:

  • __get/__set for variable handling
  • __sleep/__wakeup for serializing data
  • __call/__callStatic for methods in a class
  • __construct/__destruct for making and destroying classes
0 comments voice your opinion now!
magic method tutorial oop


blog comments powered by Disqus

Similar Posts

Developer.com: Forms Validation with Symfony and Prototype

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

Sameer Borate's Blog: Refactoring 2: Extract Method

Site News: Blast from the Past - One Year Ago in PHP

Robert Basic's Blog: A Zend_Captcha example


Community Events











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


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

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