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

Manage the table rapport_advanced.listing_compute. More...

Inheritance diagram for RAPAV_Listing_Compute_SQL:
Inheritance graph
Collaboration diagram for RAPAV_Listing_Compute_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

 $lc_id
 
 $l_id
 
 $l_description
 
 $l_start
 
 $l_end
 
 $l_keep
 
 $l_timestamp
 
 $l_name
 

Detailed Description

Manage the table rapport_advanced.listing_compute.

Definition at line 415 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Listing_Compute_SQL::__construct (   $p_id = -1)

Definition at line 430 of file class_rapport_avance_sql.php.

References $cn, name, and table.

431  {
432  $this->table = "rapport_advanced.listing_compute";
433  $this->primary_key = "lc_id";
434 
435  $this->name = array(
436  "lc_id" => "lc_id"
437  , "l_id" => "l_id"
438  , "description" => "l_description"
439  , "l_start" => "l_start"
440  , "l_end" => "l_end"
441  , "l_keep" => "l_keep"
442  , "l_timestamp" => "l_timestamp"
443  ,"l_name"=>"l_name"
444  );
445 
446  $this->type = array(
447  "lc_id" => "lc_id",
448  "l_id" => "numeric"
449  , "l_description" => "text"
450  , "l_start" => "date"
451  , "l_end" => "date"
452  , "l_keep" => "text"
453  , "l_timestamp" => "date"
454  , "l_name" => "text"
455  );
456 
457  $this->default = array(
458  "lc_id" => "auto"
459  , "l_timestamp" => "auto"
460  );
461  global $cn;
462  $this->date_format = "DD.MM.YYYY";
463  parent::__construct($cn, $p_id);
464  }
$categorie_appel table
$categorie_appel name
global $cn

Member Function Documentation

RAPAV_Listing_Compute_SQL::verify ( )

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

Definition at line 469 of file class_rapport_avance_sql.php.

470  {
471  parent::verify();
472  }

Field Documentation

RAPAV_Listing_Compute_SQL::$l_description

Definition at line 421 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$l_end

Definition at line 423 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$l_id

Definition at line 420 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$l_keep

Definition at line 424 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$l_name

Definition at line 426 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$l_start

Definition at line 422 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$l_timestamp

Definition at line 425 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_SQL::$lc_id

Definition at line 419 of file class_rapport_avance_sql.php.


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