understanding functions and classes


Posted on 16th Feb 2014 07:03 pm by admin

Code: [Select]
class person {
var $name = "Jimmy Goe";

function get_name(){

echo $this->name;
}
}

I am playing with this very small script that I made using a tutorial. I can get the script to echo out the name using the code above. What I don't get is why I can't do this

Code: [Select]class person {
var $name;

function get_name(){
$name = "Jimmy Goe"
echo $this->name;
}
}

then of course in my index page, I am calling it like this
Code: [Select$joe = new person();

$joe->get_name();

If you decide to answer this question, please be as detailed as possible, I am a newb as you can see and the more information you give or the simpler the explanation, the better.

Thanks for helping

No comments posted yet

Your Answer:

Login to answer
113 Like 33 Dislike
Previous forums Next forums
Other forums

how to hide input fields on selection screen using variant attribute
Hello all,

I want to know how to hide input fields on selection screen using variant attr

Unifying logins of two different scripts
I have two different game scripts which I want to embed on my own site. The problem is I don't want

Results from Db outputted twice
Hey guys.. for come reason my data is outputted twise shown in the image below and i cant figure out

Unable to customise toolbar in FCK
need help with php get
i have a option box that gets filled with dates, but how do i get once the option value has been cli

Target costs on Process orders not calculating
Hi All,

We have released standard costs for all the materials. We have also done Goods r

How can use this array as a key?
Say I have this array for example:


print_r($array);

Prints:
Code: [Select]Array

Struct/union and scope problem!
HI all , I have
Code: in header.h typedef struct Node Link; /* ---------

First root of a number
Hi,

I can't find any function in php to give me the first root of a number.
Is there any

Mysql query, two times?
Hello to all,

I'm new to php coding and i like it alot. I need help with some noob stuff.

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash