PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Mr. Tech
Forum Contributor
Posts: 205 Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia
Post
by Mr. Tech » Thu Jun 05, 2003 6:15 pm
Hi!
I have been looking at different PHP scripts and have noticed these things:
and
Code: Select all
<?php
$this->text = "blah blah";
?>
What is that? Where can i find more info on it?
Thanks
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Thu Jun 05, 2003 6:20 pm
Mr. Tech
Forum Contributor
Posts: 205 Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia
Post
by Mr. Tech » Thu Jun 05, 2003 10:21 pm
Mr. Tech
Forum Contributor
Posts: 205 Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia
Post
by Mr. Tech » Thu Jun 05, 2003 10:21 pm
Also, would you reccomend using this?