table="public.action_gestion"; $this->primary_key="ag_id"; /* * List of columns */ $this->name=array( "ag_id"=>"ag_id" , "ag_type"=>"ag_type" , "f_id_dest"=>"f_id_dest" , "ag_title"=>"ag_title" , "ag_timestamp"=>"ag_timestamp" , "ag_ref"=>"ag_ref" , "ag_hour"=>"ag_hour" , "ag_priority"=>"ag_priority" , "ag_dest"=>"ag_dest" , "ag_owner"=>"ag_owner" , "ag_contact"=>"ag_contact" , "ag_state"=>"ag_state" , "ag_remind_date"=>"ag_remind_date" ); /* * Type of columns */ $this->type=array( "ag_id"=>"numeric" , "ag_type"=>"numeric" , "f_id_dest"=>"numeric" , "ag_title"=>"text" , "ag_timestamp"=>"timestamp without time zone" , "ag_ref"=>"text" , "ag_hour"=>"text" , "ag_priority"=>"numeric" , "ag_dest"=>"numeric" , "ag_owner"=>"text" , "ag_contact"=>"numeric" , "ag_state"=>"numeric" , "ag_remind_date"=>"date" ); $this->default=array( "ag_id"=>"auto", "ag_timestamp"=>"auto" ); $this->date_format="DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }