How to make this in php? [closed]

piripocas

New Member
\[quote\] Possible Duplicate:
How to build multi oop functions in PHP5 \[/quote\]Hey,I've seen this kind of code in a couple of forum systems but I can't find any examples like this:\[code\]$this->function()->anotherfunction();\[/code\]You can see a similar example in PDO:\[code\]$pdo->query($sqlQuery)->fetch();\[/code\]I don't know how this type of coding is called in PHP and thus I can't get on looking for any tutorials and examples. Could you please give me a hint where and what should I look for?I'd appreciate any help on this :)
 
Back
Top