table="public.action_gestion_comment"; $this->primary_key="agc_id"; /* * List of columns */ $this->name=array( "agc_id"=>"agc_id" , "ag_id"=>"ag_id" , "agc_date"=>"agc_date" , "agc_comment"=>"agc_comment" , "tech_user"=>"tech_user" ); /* * Type of columns */ $this->type=array( "agc_id"=>"numeric" , "ag_id"=>"numeric" , "agc_date"=>"timestamp with time zone" , "agc_comment"=>"text" , "tech_user"=>"text" ); $this->default=array( "agc_id"=>"auto", "agc_date"=>"auto" ); $this->date_format="DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }