table="public.attr_def"; $this->primary_key="ad_id"; /* * List of columns */ $this->name=array( "id"=>"ad_id" , "desc"=>"ad_text" , "type"=>"ad_type" , "size"=>"ad_size" , "extra"=>"ad_extra" , "search_followup"=>"ad_search_followup" ); /* * Type of columns */ $this->type=array( "ad_id"=>"numeric" , "ad_text"=>"text" , "ad_type"=>"text" , "ad_size"=>"text" , "ad_extra"=>"text" , "ad_search_followup"=>"numeric" ); $this->default=array( "ad_id"=>"auto" ); $this->date_format="DD.MM.YYYY"; parent::__construct($p_cn, $p_id); } }