table = "public.op_predef"; $this->primary_key = "od_id"; /* * List of columns */ $this->name=array( "od_id"=>"od_id" ,"jrn_def_id"=>"jrn_def_id" ,"od_name"=>"od_name" ,"od_item"=>"od_item" ,"od_jrn_type"=>"od_jrn_type" ,"od_direct"=>"od_direct" ,"od_description"=>"od_description" ); /* * Type of columns */ $this->type = array( "od_id"=>"numeric" ,"jrn_def_id"=>"numeric" ,"od_name"=>"text" ,"od_item"=>"numeric" ,"od_jrn_type"=>"text" ,"od_direct"=>"boolean" ,"od_description"=>"text" ); $this->default = array( "od_id" => "auto" ); $this->date_format = "DD.MM.YYYY"; parent::__construct($p_cn,$p_id); } }