Search found 2 matches

by krusmal
Thu Nov 26, 2009 10:39 am
Forum: PHP - Code
Topic: what does "->" mean
Replies: 3
Views: 98

Re: what does "->" mean

Thanks Friends. It is somewhat helpful.

I would love and be greatful if anyone writes a few lines of code to demonstrate the line which I have mentioned

Code: Select all

Example::instance()->foo()->bar()->get()->something();
by krusmal
Thu Nov 26, 2009 9:16 am
Forum: PHP - Code
Topic: what does "->" mean
Replies: 3
Views: 98

what does "->" mean

Hi, I am new to PHP and am trying my hands on Object Oriented PHP. I need a little help on the symbol -> I know how to use -> symbol. But I have seen some typical examples of it which I dont understand. Please check the following example and somebody tell me what actually it all means and what class...