36 $this->
table =
"public.key_distribution";
37 $this->primary_key =
"kd_id";
42 "description"=>
"kd_description"
48 "kd_description" =>
"text"
51 $this->
default = array(
57 parent::__construct($p_cn,
$p_id);
68 $this->
table =
"public.key_distribution_ledger";
69 $this->primary_key =
"kl_id";
74 "ledger"=>
"jrn_def_id"
80 "jrn_def_id" =>
"numeric"
83 $this->
default = array(
89 parent::__construct($p_cn,
$p_id);
100 $this->
table =
"public.key_distribution_detail";
101 $this->primary_key =
"ke_id";
107 "percent"=>
"ke_percent"
111 "ke_id" =>
"numeric",
112 "kd_id" =>
"numeric",
113 "ke_row" =>
"numeric",
114 "ke_percent" =>
"numeric"
117 $this->
default = array(
124 parent::__construct($p_cn,
$p_id);
134 $this->
table =
"public.key_distribution_activity";
135 $this->primary_key =
"ka_id";
145 "ka_id" =>
"numeric",
146 "ke_id" =>
"numeric",
147 "po_id" =>
"numeric",
152 $this->
default = array(
156 parent::__construct($p_cn,
$p_id);
manage table key_distribution_activity
__construct($p_cn, $p_id=-1)
manage table key_distribution_detail
__construct(&$p_cn, $p_id=-1)
manage table key_distribution_ledger
__construct(&$p_cn, $p_id=-1)
Manage the table key_distribution.
__construct($p_cn, $p_id=-1)
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...