ho un problema nella scrittura di una classe
solo che mi da questo erroreCodice PHP:
class test {
public function page() {
$page = "";
$page .= $this->head();
}
private function head() {
}
}
Fatal error: Using $this when not in object context in some/page.php on line 81