<?php class Student { public $studentnummer; public $voornaam; } $student = new Student(); $student->achternaam = 'vd. H'; var_dump($student->achternaam);
You have javascript disabled. You will not be able to edit any code.