Tag : add color to tags
This commit is contained in:
parent
fb1ade420a
commit
656ab45372
12 changed files with 350 additions and 18 deletions
|
|
@ -37,12 +37,14 @@ class Tag_SQL extends Noalyss_SQL
|
|||
, "t_tag" => "t_tag"
|
||||
, "t_description" => "t_description"
|
||||
,'t_actif'=>'t_actif'
|
||||
,'t_color'=>'t_color'
|
||||
);
|
||||
$this->type = array(
|
||||
"t_id" => "numeric"
|
||||
, "t_tag" => "text"
|
||||
, "t_description" => "text"
|
||||
,'t_actif'=>"text"
|
||||
,'t_color'=>"numeric"
|
||||
);
|
||||
$this->default = array(
|
||||
"t_id" => "auto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue