table="public.acc_other_tax"; $this->primary_key="ac_id"; /* * List of columns */ $this->name=array( "ac_id"=>"ac_id", "ac_label"=>"ac_label", "ac_rate"=>"ac_rate", "ajrn_def_id"=>"ajrn_def_id", "ac_accounting"=>"ac_accounting" ); /* * Type of columns */ $this->type=array( "ac_id"=>"numeric", "ac_label"=>"text", "ac_rate"=>"numeric", "ajrn_def_id"=>"array", "ac_accounting"=>"text" ); $this->default=array( "ac_id"=>"auto" ); parent::__construct($p_cn, $p_id); } }