<?php $this->dbConfig['host'] // lub $tend = $this->getMicroTime(); // albo if($this->dumpSQL) ?>
Ogólnie czym jest this z tą strzalką: this->

<?php class przyklad { public $attr1; public $attr2; public function wyswietlDodaj() { } } $a=new przyklad; $a->attr1=5; $a->attr2=8; $a->wyswietlDodaj(); ?>
<?php class T_Head { /** * Opis title */ function googleTitle() { } } ?>