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

Public Member Functions

 __construct ($p_id=-1)
 

Data Fields

 $id
 
 $lp_id
 
 $c_operator
 
 $c_value
 

Detailed Description

Definition at line 682 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Condition_SQL::__construct (   $p_id = -1)

Definition at line 688 of file class_rapport_avance_sql.php.

References $cn, name, and table.

689  {
690  $this->table = "rapport_advanced.listing_condition";
691  $this->primary_key = "id";
692 
693  $this->name = array(
694  "id" => "id"
695  ,"lp_id" => "lp_id"
696  , "c_operator" => "c_operator"
697  , "c_value" => "c_value"
698  );
699 
700  $this->type = array(
701  "id" => "numeric"
702  ,"lp_id" => "numeric"
703  , "c_operator" => "numeric"
704  , "c_value" => "text"
705  );
706 
707  $this->default = array(
708  "id" => "auto"
709  );
710  global $cn;
711  $this->date_format = "DD.MM.YYYY";
712  parent::__construct($cn, $p_id);
713  }
$categorie_appel table
$categorie_appel name
global $cn

Field Documentation

RAPAV_Condition_SQL::$c_operator

Definition at line 686 of file class_rapport_avance_sql.php.

RAPAV_Condition_SQL::$c_value

Definition at line 687 of file class_rapport_avance_sql.php.

RAPAV_Condition_SQL::$id

Definition at line 684 of file class_rapport_avance_sql.php.

RAPAV_Condition_SQL::$lp_id

Definition at line 685 of file class_rapport_avance_sql.php.


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