28 require_once NOALYSS_INCLUDE.
'/database/class_noalyss_sql.php';
33 $this->
table =
"public.stock_repository";
34 $this->primary_key =
"r_id";
41 "country"=>
"r_country",
55 $this->
default = array(
60 parent::__construct($cn,
$p_id);
Match a table into an object, you need to add the code for each table.
__construct($cn, $p_id=-1)