class and $this->text?
Posted: Thu Jun 05, 2003 6:15 pm
Hi!
I have been looking at different PHP scripts and have noticed these things:
and
What is that? Where can i find more info on it?
Thanks
I have been looking at different PHP scripts and have noticed these things:
Code: Select all
<?php
class word {
ect. etc.
}
?>Code: Select all
<?php
$this->text = "blah blah";
?>Thanks