Code cleaning : remove Fic_Attr , replace by Attr_Def_SQL
This commit is contained in:
parent
4b913f1e88
commit
07fedf5178
10 changed files with 68 additions and 189 deletions
|
|
@ -40,12 +40,12 @@ class Attr_Def_SQL extends Table_Data_SQL
|
|||
* 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"
|
||||
"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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue