table="public.payment_method"; $this->primary_key="mp_id"; /* * List of columns */ $this->name=array( "mp_id"=>"mp_id" , "mp_lib"=>"mp_lib" , "mp_jrn_def_id"=>"mp_jrn_def_id" , "mp_fd_id"=>"mp_fd_id" , "mp_qcode"=>"mp_qcode" , "jrn_def_id"=>"jrn_def_id" ); /* * Type of columns */ $this->type=array( "mp_id"=>"numeric" , "mp_lib"=>"text" , "mp_jrn_def_id"=>"numeric" , "mp_fd_id"=>"numeric" , "mp_qcode"=>"text" , "jrn_def_id"=>"numeric" ); $this->default=array( "mp_id"=>"auto" ); $this->date_format="DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }