Plugins  LAST
 All Data Structures Files Functions Variables Pages
Public Member Functions | Data Fields
RAPAV_Listing_Compute_Historique_SQL Class Reference

Manage the table rapport_advanced.listing_compute_historique. More...

Inheritance diagram for RAPAV_Listing_Compute_Historique_SQL:
Inheritance graph
Collaboration diagram for RAPAV_Listing_Compute_Historique_SQL:
Collaboration graph

Public Member Functions

 __construct ($p_id=-1)
 
 verify ()
 Add here your own code: verify is always call BEFORE insert or update. More...
 

Data Fields

 $lh_id
 
 $ld_id
 
 $jr_id
 

Detailed Description

Manage the table rapport_advanced.listing_compute_historique.

Definition at line 637 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Listing_Compute_Historique_SQL::__construct (   $p_id = -1)

Definition at line 646 of file class_rapport_avance_sql.php.

References $cn, name, and table.

647  {
648 
649 
650  $this->table = "rapport_advanced.listing_compute_historique";
651  $this->primary_key = "lh_id";
652 
653  $this->name = array(
654  "lh_id" => "lh_id", "lh_id" => "lh_id"
655  , "ld_id" => "ld_id"
656  , "jr_id" => "jr_id"
657  );
658 
659  $this->type = array(
660  "lh_id" => "numeric"
661  , "ld_id" => "numeric"
662  , "jr_id" => "numeric"
663  );
664 
665  $this->default = array(
666  "lh_id" => "auto"
667  );
668  global $cn;
669  $this->date_format = "DD.MM.YYYY";
670  parent::__construct($cn, $p_id);
671  }
$categorie_appel table
$categorie_appel name
global $cn

Member Function Documentation

RAPAV_Listing_Compute_Historique_SQL::verify ( )

Add here your own code: verify is always call BEFORE insert or update.

Definition at line 676 of file class_rapport_avance_sql.php.

677  {
678  parent::verify();
679  }

Field Documentation

RAPAV_Listing_Compute_Historique_SQL::$jr_id

Definition at line 643 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Historique_SQL::$ld_id

Definition at line 642 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Historique_SQL::$lh_id

Definition at line 641 of file class_rapport_avance_sql.php.


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