Add property in Manage_Table VISIBLE UPDATABLE
Signed-off-by: Dany De Bontridder <dany@alchimerys.be>
This commit is contained in:
parent
c323df8f84
commit
9ed19b0218
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ class Manage_Table_SQL
|
|||
{
|
||||
private $table ;
|
||||
private $a_label_displaid;
|
||||
private $a_order; //!< order
|
||||
private $a_prop ; //!< property
|
||||
const UPDATABLE=1;
|
||||
const VISIBLE=2;
|
||||
function __construct(Noalyss_SQL $p_table)
|
||||
{
|
||||
$this->table=$p_table;
|
||||
|
|
@ -30,6 +34,7 @@ class Manage_Table_SQL
|
|||
|
||||
$this->a_label_displaid[$value]=$value;
|
||||
$this->a_order[$order]=$value;
|
||||
$this->a_prop[$value]=self::UPDATABLE|self::VISIBLE;
|
||||
$order++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue