Plugins  LAST
 All Data Structures Files Functions Variables Pages
Public Member Functions
formulaire_sql Class Reference
Inheritance diagram for formulaire_sql:
Inheritance graph
Collaboration diagram for formulaire_sql:
Collaboration graph

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 71 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

formulaire_sql::__construct (   $p_id = -1)

Definition at line 74 of file class_rapport_avance_sql.php.

References $cn, name, and table.

75  {
76 
77 
78  $this->table = "rapport_advanced.formulaire";
79  $this->primary_key = "f_id";
80 
81  $this->name = array(
82  "f_id" => "f_id",
83  "f_title" => "f_title",
84  "f_description" => "f_description",
85  "f_lob" => "f_lob",
86  "f_mimetype" => "f_mimetype",
87  "f_filename" => "f_filename",
88  "f_size" => "f_size"
89  );
90 
91  $this->type = array(
92  "f_id" => "numeric",
93  "f_title" => "text",
94  "f_description" => "text",
95  "f_lob" => "oid",
96  "f_mimetype" => "text",
97  "f_filename" => "text",
98  "f_size" => "numeric"
99  );
100 
101  $this->default = array(
102  "f_id" => "auto"
103  );
104  global $cn;
105 
106  parent::__construct($cn, $p_id);
107  }
$categorie_appel table
$categorie_appel name
global $cn

The documentation for this class was generated from the following file: