noalyss
Version-6.7.2
|
mother class for gestion More...
Public Member Functions | |
gestion_table ($p_cn) | |
contains only the dabase connx | |
Data Fields | |
$db |
mother class for gestion
Definition at line 29 of file class_gestion_table.php.
gestion_table::gestion_table | ( | $ | p_cn | ) |
contains only the dabase connx
Definition at line 33 of file class_gestion_table.php.
References db.
{ $this->db=$p_cn; }
gestion_table::$db |
$db database connection
Definition at line 31 of file class_gestion_table.php.