table="public.v_tva_rate"; $this->primary_key="tva_id"; /* * List of columns */ $this->name=array( "tva_id"=>"tva_id" , "tva_label"=>"tva_label" , "tva_rate"=>"tva_rate" , "tva_comment"=>"tva_comment" , "tva_purchase"=>"tva_purchase" , "tva_sale"=>"tva_sale" , "tva_both_side"=>"tva_both_side" ); /* * Type of columns */ $this->type=array( "tva_id"=>"numeric" , "tva_label"=>"text" , "tva_rate"=>"numeric" , "tva_comment"=>"text" , "tva_purchase"=>"text" , "tva_sale"=>"text" , "tva_both_side"=>"numeric" ); $this->default=array( "tva_id"=>"auto" ); $this->date_format="DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }