News Feed
Jobs Feed
Sections




News Archive
Chris Cassell's Blog:
Creating Magic Methods in PHP
August 13, 2007 @ 10:21:00

In this new entry to his blog today, Chris Cassell shows how to create "magic methods" - ones that make use of overloading to do special things.

I've learned a lot of things from various open source frameworks, especially CakePHP. One of the most impressive things about Cake, and Ruby on Rails for that matter, is its magic methods in its data model class [...] I've implemented similar methods in the home-grown framework that I use at work. Here's how to do it.

In his example, he gives both the PHP4 and PHP5 code to make a simple magic method class with a __call() function to handle undefined method calls. Using this, he maps a undefined method call to another method in the class (called findAllByColor and mapped to findAll with the right parameters).

1 comment voice your opinion now!
tutorial magic method class php5 php4 cakephp framework tutorial magic method class php5 php4 cakephp framework


blog comments powered by Disqus

Similar Posts

Cory Fowler: Enabling PHP 5.4 in Windows Azure Web Sites

Ed Finkler's Blog: So what is the state of secure development in PHP?

Anthony Ferrara: Programming With Anthony - Prepared Statements

H3rald.com: Akelos Framework - too good to be true?

David Walsh's Blog: Using PHP Generic Objects To Organize Your Code


Community Events











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


framework code testing community language database series example release podcast unittest development interview composer zendframework2 opinion introduction phpunit api functional

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