<?php class stepOne { public function __construct() { { print \"<input id='id\" . $this -> key . \"' type='radio' name='DOCUMENTS' value='\" . $this -> key . \"'>\" . $this -> val . \"<br>n\"; } } } ?>
pojawia się err: Fatal error: Cannot re-assign $this in C:\apache2triad\htdocs\ju\class.one.php on line 45
jak zglobalizować $this -> key w foreach
