class myclass{ var myvariable; function myclass($var){//your constructor is a function with the same name as your class$this->myvariable = $var;}}