11-28-2008, 01:07 AM
|
#8 (permalink)
|
|
The Visitor
Join Date: Nov 2008
Posts: 3
Thanks: 0
|
Doh!
I've been writing chaining in JavaScript with exactly this same approach for close to a year new, wishing that PHP could offer the same functionality.
Then it occurs to me... hey, I never googled it. I google it, and this is the first thing I find.
I had completely missed that we can now return objects. That changes everything.
|
|
|
|