News Feed
Jobs Feed
Sections




News Archive
DevShed:
The Call Magic Function in PHP 5
June 09, 2009 @ 08:44:57

Continuing their look at the "magic functions" that are included in PHP5, DevShed has posted this new tutorial looking at the "__call" method to intercept calls to methods in a class that don't exist.

If you're a PHP developer who wishes to learn how to implement and use the set of magic functions that come included with PHP 5, you've come to the right place. [...] As the title of this article suggests, in the new few lines I'm going to take a deeper look at the"__call()" function, so that you can quickly become familiar with it.

They include code examples of the __call method in use - catching a call to a "fetch" method.

0 comments voice your opinion now!
tutorial call function magic


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Talking to GitHub with PHP

DevShed: Understanding Destructors in PHP 5

DevShed: Polymorphism, Design Patterns, and PHP Programming

Ask About PHP: PHP and jQuery: Submit a form without refreshing the page

Script-Tutorials.com: Creating Your Own Commenting System from Scratch


Community Events











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


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

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