noalyss  Version-6.7.2
Public Member Functions | Protected Attributes
Menu_Ref_SQL Class Reference

Manage the table public.menu_ref. More...

Inheritance diagram for Menu_Ref_SQL:
Noalyss_SQL

Public Member Functions

 __construct (Database &$p_cn, $p_id=-1)

Protected Attributes

 $name
 $primary_key = "me_code"
 $table = "public.menu_ref"
 $type

Detailed Description

Manage the table public.menu_ref.

Definition at line 34 of file class_menu_ref_sql.php.


Constructor & Destructor Documentation

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);
    }

Field Documentation

Menu_Ref_SQL::$name [protected]
Initial value:
 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]
Initial value:
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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations