'key', 'code'=>'string', 'user'=>'int', 'time'=>'string', 'success'=>'string' ); function __construct(){ parent::__construct(); } function setId($id){ $this->id = $id; } function getId(){ return $this->id; } } ?>