Doh, typo:
// this next line would generate a parse error
// print("c:a1: " . $c->echo($a)->method1() . "\n");
should read
// this next line would generate a parse error
// print("c:a1: " . $c->echoMethod($a)->method1() . "\n");
On Thursday, April 4, 2002, at 05:25 PM, Steve Cayford wrote:
On Thursday, April 4, 2002, at 04:21 PM, Erik Price wrote:
> I looked in the manual, but didn't see anything about this. I've read
> that PHP isn't a true object-oriented language, but rather simulates
> elements of object-oriented programming. Can I write a class that
> performs operation
I looked in the manual, but didn't see anything about this. I've read
that PHP isn't a true object-oriented language, but rather simulates
elements of object-oriented programming. Can I write a class that
performs operations and manipulates objects? Can objects be placed into
arrays etc?
E
3 matches
Mail list logo