id=$_REQUEST['gDossier']; } function get() { return $this->id; } static function hidden { return ''; } function get_name() { $cn=DbConnect(); $name=getDbValue($cn,"select dos_name from ac_dossier where dos_id=".$this->id); return $name; } }