CAN SOMEONE HELP ME?
Moderator: General Moderators
CAN SOMEONE HELP ME?
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
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: CAN SOMEONE HELP ME?
That is the symbol used with objects. Heard of Object Oriented Programming (OOP)?
http://php.net/manual/en/language.oop5.php
http://php.net/manual/en/language.oop5.php
Re: CAN SOMEONE HELP ME?
yes.. i have tried it once... how can i use that symbol? when and how?
Re: CAN SOMEONE HELP ME?
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
http://www.php.net/manual/en/language.basic-syntax.php
Re: CAN SOMEONE HELP ME?
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.
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: CAN SOMEONE HELP ME?
Read the documentation I linked you to.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.