11-12-2008, 08:06 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Nov 2008
Location: Norway
Posts: 58
Thanks: 20
|
I know I used $this in a situation similar to your first example. In your last example, the actual chaining, I did something like this:
PHP Code:
$class->first()->second();
I am not sure if there is any significant difference on static and non-static classes when chaining, but I guess other people will answer that question.
|
|
|