Thread: Szülinapok!!
View Single Post
  #4869  
Old 09-12-2010, 18:47
Ati Ati is offline
Administrator
 
Join Date: Jan 2006
Posts: 25,256
Activity: 28%
Longevity: 100%
Default

Quote:
Originally Posted by bimmbimm View Post

PHP Code:
class Dus{
    
    public function 
__construct()
    {
    }

    public function 
happyBD($age)
    {
        echo 
'Boldog ' $age '. születésnapot!';
    }
    
}

$dus = new Dus();
$dus->happyBD(18); 

(remélem dus érti miért így csináltam)
new, meg class... Új osztályba fog járni Dus?
__________________
Hódító * Queosia
Reply With Quote