21require_once NOALYSS_INCLUDE .
'/lib/data_sql.class.php';
22require_once NOALYSS_INCLUDE .
'/class/database.class.php';
38 $this->
table =
"public.jrn_sup_document";
39 $this->primary_key =
"js_id";
45 ,
"js_mimetype" =>
"js_mimetype"
46 ,
"js_lob" =>
"js_lob"
48 ,
'js_filename'=>
'js_filename'
49 ,
'js_description'=>
'js_description'
50 ,
'js_cbc_id'=>
'js_cbc_id'
58 ,
"js_mimetype" =>
"text"
60 ,
"jr_id" =>
"numeric"
61 ,
'js_filename'=>
'text'
62 ,
'js_description'=>
'text'
66 $this->
default = array(
"js_id" =>
"auto");
68 $this->date_format =
"DD.MM.YYYY";
69 parent::__construct($p_cn,
$p_id);
contains the class for connecting to Noalyss
abstract of the table public.jrn_sup_document
__construct(Database $p_cn, $p_id=-1)
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...