News Feed
Jobs Feed
Sections




News Archive
WebSpeaks.in:
Learn Simple Method Chaining in PHP
February 22, 2011 @ 11:09:13

On WebSpeaks.in today there's a recent post that introduces you to something more and more applications are using - especially frameworks - method chaining in PHP OOP apps.

In this article we will learn an advanced OOPS programming concept in PHP known as Method chaining. If you have worked on PHP frameworks like Zend, Magento or CakePHP, you might have noticed a very convinient style of accessing methods of different classes. [...] This type of programming technique is known as method chaining. If you are thinking how is it possible to perform this chaining, then don't worry. Today we will learn this fancy concept.

They create a simple class, a Person, and show the difference between calling several methods on the created object versus a method chained example that calls all three, making updates to the object itself ($this). There's also a bit more complicated example with three different classes in the mix.

0 comments voice your opinion now!
method chaining tutorial object fluent


blog comments powered by Disqus

Similar Posts

Tobias Schlitt's Blog: Object relation mapping in eZ Components

DevShed: The Basics of Implementing Adapter Objects with PHP

Stefan Mischook's Blog: Classes and Objects in PHP

Arnold Daniels' Blog: PHP != Ruby (and why PHP needs more advanced OO stuff)

QaFoo.com: Mocking with Phake


Community Events









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


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

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