PHP School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a PHP Expert!

Join 307,120 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,954 people online right now. Registration is fast and FREE... Join Now!




php classes and ->

 

php classes and ->

Dannyboy997

4 Nov, 2009 - 04:19 PM
Post #1

D.I.C Head
**

Joined: 17 Apr, 2009
Posts: 77



Thanked: 2 times
My Contributions
first of all i have seen this symbol '->' in some codes i looked at including some php frameworks
Ex: $var->$user;

and i'm not sure what its really used for and i i'm not sure what this symbol or method in php is called so i can't search about it!!!


and another thing is classes. what are they used for. and how do you call a class????

or if you can point me to a tutorial on these subjects or something.

thanks for any reply!!!

User is offlineProfile CardPM
+Quote Post


CTphpnwb

RE: Php Classes And ->

4 Nov, 2009 - 05:23 PM
Post #2

D.I.C Lover
Group Icon

Joined: 8 Aug, 2008
Posts: 2,101



Thanked: 155 times
Dream Kudos: 100
Expert In: PHP

My Contributions
-> points to an element of the object. That element can be a variable or a method (function). Example:

$object_name->something = "My example";
would set the variable "something" of the object: $object_name to the text "My example".

$object_name->save_data($something);
sends the value of $something to a function/method of $ojbect_name called save_data, which then processes it.

This post has been edited by CTphpnwb: 4 Nov, 2009 - 05:24 PM
User is online!Profile CardPM
+Quote Post

Dannyboy997

RE: Php Classes And ->

4 Nov, 2009 - 05:24 PM
Post #3

D.I.C Head
**

Joined: 17 Apr, 2009
Posts: 77



Thanked: 2 times
My Contributions
ok that makes perfect sense thanks so much!!!!
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 01:49PM

Live PHP Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month