21require_once NOALYSS_INCLUDE .
'/lib/data_sql.class.php';
22require_once NOALYSS_INCLUDE .
'/class/database.class.php';
36 $this->
table =
"public.otp_send_secret";
37 $this->primary_key =
"os_id";
43 ,
"os_timestamp" =>
"os_timestamp"
44 ,
"os_request" =>
"os_request"
45 ,
"use_id" =>
"use_id"
46 ,
'os_valid_time'=>
'os_valid_time'
55 ,
"os_timestamp" =>
"date"
56 ,
"os_request" =>
"text"
57 ,
"use_id" =>
"numeric"
58 ,
'os_valid_time'=>
'date'
62 $this->
default = array(
"os_id" =>
"auto",
"os_timestamp" =>
"auto");
64 $this->date_format =
"DD.MM.YYYY HH24:MI:SS";
65 parent::__construct($p_cn,
$p_id);
contains the class for connecting to Noalyss
abstract of the table public.otp_send_secret
__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...