|
-
Jul 25th, 2007, 04:43 AM
#1
Thread Starter
Fanatic Member
get and set methods
Hello every one!
does any one have nay idea that is there any get and set method in php like we have in following C#
public int ProductID
{
get
{
return intProductID;
}
set
{
intProductID=value;
}
}
so does any one have knowldege how to make a class where i write
my code in php like above manner
Hope any one would reply me
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|