Search found 2 matches

by Popepalpatine
Wed Mar 26, 2008 5:01 pm
Forum: PHP - Code
Topic: Objects and passthrough values - odd behaviour?
Replies: 2
Views: 106

Re: Objects and passthrough values - odd behaviour?

Ahhhh that makes sense - and is consistent. :D

Thanks!
by Popepalpatine
Wed Mar 26, 2008 3:59 pm
Forum: PHP - Code
Topic: Objects and passthrough values - odd behaviour?
Replies: 2
Views: 106

Objects and passthrough values - odd behaviour?

Hi, I'm learning php and am trying to figure out how the OO portion works. I'm quite familiar with JAVA and so none of the concepts are that new, only the implementation. I'm trying to understand why this gives me an error: - Note I know from a design point of view it doesn't really make sense to ha...