table = "public.quant_fin"; $this->primary_key = "qf_id"; /* * List of columns */ $this->name = array( "qf_id" => "qf_id" , "qf_bank" => "qf_bank" , "jr_id" => "jr_id" , "qf_other" => "qf_other" , "qf_amount" => "qf_amount" , "j_id" => "j_id" ); /* * Type of columns */ $this->type = array( "qf_id" => "numeric" , "qf_bank" => "numeric" , "jr_id" => "numeric" , "qf_other" => "numeric" , "qf_amount" => "numeric" , "j_id" => "numeric" ); $this->default = array( "qf_id" => "auto" ); $this->date_format = "DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }