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

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 165 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Declaration_SQL::__construct (   $p_id = -1)

Definition at line 168 of file class_rapport_avance_sql.php.

References $cn, name, and table.

169  {
170 
171 
172  $this->table = "rapport_advanced.declaration";
173  $this->primary_key = "d_id";
174 
175  $this->name = array(
176  "d_id" => "d_id",
177  "d_title" => "d_title",
178  "d_description" => 'd_description',
179  "d_start" => "d_start",
180  "d_end" => "d_end",
181  "to_keep" => "to_keep",
182  "d_generated" => "d_generated",
183  "d_lob" => "d_lob",
184  "d_filename" => "d_filename",
185  "d_mimetype" => "d_mimetype",
186  "d_size" => "d_size",
187  "f_id" => "f_id",
188  'd_step' => 'd_step'
189  );
190 
191  $this->type = array(
192  "d_id" => "numeric",
193  "d_title" => "text",
194  "d_description" => 'text',
195  "d_start" => "date",
196  "d_end" => "date",
197  "to_keep" => "text",
198  "d_generated" => "date",
199  "f_id" => "numeric",
200  "d_lob" => "oid",
201  "d_filename" => "text",
202  "d_mimetype" => "text",
203  "d_size" => "numeric",
204  'd_step' => 'numeric'
205  );
206 
207  $this->default = array(
208  "d_id" => "auto",
209  "d_generated" => "auto"
210  );
211  global $cn;
212 
213  $this->date_format = "DD.MM.YYYY";
214  parent::__construct($cn, $p_id);
215  }
$categorie_appel table
$categorie_appel name
global $cn

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