table = "public.forecast_category"; $this->primary_key = "fc_id"; /* * List of columns */ $this->name = array( "fc_id" => "fc_id" , "fc_desc" => "fc_desc" , "f_id" => "f_id" , "fc_order" => "fc_order" ); /* * Type of columns */ $this->type = array( "fc_id" => "numeric" , "fc_desc" => "text" , "f_id" => "numeric" , "fc_order" => "numeric" ); $this->default = array( "fc_id" => "auto" ); $this->date_format = "DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }