table = "public.menu_default"; $this->primary_key = "md_id"; $this->name = array( "md_id"=>"md_id", "md_code" => "md_code", "me_code" => "me_code" ); $this->type = array( "md_id"=>"md_id" ,"md_code" => "text" , "me_code" => "text" ); $this->default = array( "md_id" ); global $cn; parent::__construct($cn, $p_id); } }