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

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 31 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

formulaire_param_sql::__construct (   $p_id = -1)

Definition at line 34 of file class_rapport_avance_sql.php.

References $cn, name, and table.

35  {
36 
37 
38  $this->table = "rapport_advanced.formulaire_param";
39  $this->primary_key = "p_id";
40 
41  $this->name = array(
42  "p_id" => "p_id",
43  "p_code" => "p_code",
44  "p_libelle" => "p_libelle",
45  "p_type" => "p_type",
46  "p_order" => "p_order",
47  "f_id" => "f_id",
48  "t_id" => "t_id"
49  );
50 
51  $this->type = array(
52  "p_id" => "numeric",
53  "p_code" => "text",
54  "p_libelle" => "text",
55  "p_type" => "numeric",
56  "p_order" => "numeric",
57  "f_id" => "numeric",
58  "t_id" => "numeric"
59  );
60 
61  $this->default = array(
62  "p_id" => "auto"
63  );
64  global $cn;
65 
66  parent::__construct($cn, $p_id);
67  }
$categorie_appel table
$categorie_appel name
global $cn

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