38 $this->
table=
"public.currency";
39 $this->primary_key=
"id";
45 ,
"cr_code_iso"=>
"cr_code_iso"
53 ,
"cr_code_iso"=>
"text"
62 $this->date_format=
"DD.MM.YYYY";
63 parent::__construct($p_cn,
$p_id);
abstract of the table public.currency
__construct(Database $p_cn, $p_id=-1)
contains the class for connecting to Noalyss
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...