-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: June 2008
$age++;
Again leto je na okoli in ker je že skoraj običaj (klik1, klik2), bom napisal še par vrstic kode class Person { public $nickname; public $age = 0; public $alive = true; public $birthday; private $name; private $surname; public function __construct($birthday) { $this->birthday = $birthday; } public function doSomething() { // … } public function increaseAge() { … Continue reading
Posted in Osebno
7 Comments