Page 1 of 1
CAN SOMEONE HELP ME?
Posted: Tue Jun 08, 2010 1:18 am
by 07aldee
Hello there... well you see i'm just a stranger of this fast growing web language and i want to learn more about this... can somebody help me understand what, when and how to use "->" this symbol? thank you
Re: CAN SOMEONE HELP ME?
Posted: Tue Jun 08, 2010 5:38 am
by markusn00b
That is the symbol used with objects. Heard of Object Oriented Programming (OOP)?
http://php.net/manual/en/language.oop5.php
Re: CAN SOMEONE HELP ME?
Posted: Tue Jun 08, 2010 6:52 am
by 07aldee
yes.. i have tried it once... how can i use that symbol? when and how?
Re: CAN SOMEONE HELP ME?
Posted: Tue Jun 08, 2010 7:07 am
by Benjamin
Well, what I would start with is studying the language syntax. If you're asking that question, there's a lot of stuff you've missed. Spending a few hours to read these 15 pages will be well worth it.
http://www.php.net/manual/en/language.basic-syntax.php
Re: CAN SOMEONE HELP ME?
Posted: Tue Jun 08, 2010 8:15 am
by 07aldee
well i have learned some basic syntax. now i am just confuse of how to use that symbol ("->") cause i have seen that symbol in most php programs.
Re: CAN SOMEONE HELP ME?
Posted: Wed Jun 09, 2010 6:45 am
by markusn00b
07aldee wrote:well i have learned some basic syntax. now i am just confuse of how to use that symbol ("->") cause i have seen that symbol in most php programs.
Read the documentation I linked you to.