noalyss
Version-6.7.2
|
Manage the table public.menu_ref. More...
Public Member Functions | |
__construct (Database &$p_cn, $p_id=-1) | |
Protected Attributes | |
$name | |
$primary_key = "me_code" | |
$table = "public.menu_ref" | |
$type |
Manage the table public.menu_ref.
Definition at line 34 of file class_menu_ref_sql.php.
Menu_Ref_SQL::__construct | ( | Database &$ | p_cn, |
$ | p_id = -1 |
||
) |
Definition at line 60 of file class_menu_ref_sql.php.
{ parent::__construct($p_cn,$p_id); }
Menu_Ref_SQL::$name [protected] |
array( "me_code" => "me_code" , "me_menu" => "me_menu" , "me_file" => "me_file" , "me_url" => "me_url" , "me_description" => "me_description" , "me_parameter" => "me_parameter" , "me_javascript" => "me_javascript" , "me_type" => "me_type" , 'me_description_etendue'=>'me_description_etendue' )
Definition at line 38 of file class_menu_ref_sql.php.
Menu_Ref_SQL::$primary_key = "me_code" [protected] |
Definition at line 37 of file class_menu_ref_sql.php.
Menu_Ref_SQL::$table = "public.menu_ref" [protected] |
Definition at line 36 of file class_menu_ref_sql.php.
Menu_Ref_SQL::$type [protected] |
array( "me_code" => "text" , "me_menu" => "text" , "me_file" => "text" , "me_url" => "text" , "me_description" => "text" , "me_parameter" => "text" , "me_javascript" => "text" , "me_type" => "text" ,"me_description_etendue"=>"text" )
Definition at line 49 of file class_menu_ref_sql.php.