table="public.attr_def"; $this->primary_key="ad_id"; /* * List of columns */ $this->name=array( "ad_id"=>"ad_id" , "ad_text"=>"ad_text" , "ad_type"=>"ad_type" , "ad_size"=>"ad_size" , "ad_extra"=>"ad_extra" , "ad_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); } }