noalyss
Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
include
database
parameter_extra_sql.class.php
Go to the documentation of this file.
1
<?php
2
3
/**
4
* Autogenerated file
5
* This file is part of NOALYSS.
6
*
7
* NOALYSS is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2 of the License, or
10
* (at your option) any later version.
11
*
12
* NOALYSS is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with NOALYSS; if not, write to the Free Software
19
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
*/
21
22
23
/**
24
* class_parameter_extra_sql.php
25
*
26
*@file
27
*@brief abstract of the table public.parameter_extra */
28
29
/**
30
* @class Parameter_Extra_SQL
31
*@brief abstract of the table public.parameter_extra */
32
class
Parameter_Extra_SQL
extends
Table_Data_SQL
33
{
34
35
function
__construct
(
DatabaseCore
$p_cn,
$p_id
=-1)
36
{
37
$this->
table
=
"public.parameter_extra"
;
38
$this->primary_key =
"id"
;
39
/*
40
* List of columns
41
*/
42
$this->
name
=array(
43
"id"
=>
"id"
44
,
"pe_code"
=>
"pe_code"
45
,
"pe_label"
=>
"pe_label"
46
,
"pe_value"
=>
"pe_value"
47
);
48
/*
49
* Type of columns
50
*/
51
$this->
type
= array(
52
"id"
=>
"numeric"
53
,
"pe_code"
=>
"text"
54
,
"pe_label"
=>
"text"
55
,
"pe_value"
=>
"text"
56
);
57
58
59
$this->
default
= array(
60
"id"
=>
"auto"
61
);
62
63
$this->date_format =
"DD.MM.YYYY"
;
64
parent::__construct($p_cn,
$p_id
);
65
}
66
67
68
}
$p_id
$p_id
Definition
ajax_accounting.php:33
name
$from_poste name
Definition
balance.inc.php:163
type
$input_from type
Definition
balance.inc.php:65
DatabaseCore
This class allow you to connect to the postgresql database, execute sql, retrieve data.
Definition
database_core.class.php:36
Parameter_Extra_SQL
abstract of the table public.parameter_extra
Definition
parameter_extra_sql.class.php:33
Parameter_Extra_SQL\__construct
__construct(DatabaseCore $p_cn, $p_id=-1)
Definition
parameter_extra_sql.class.php:35
Table_Data_SQL
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...
Definition
table_data_sql.class.php:90
table
$all table
Definition
company.inc.php:142
Generated on Wed Jun 25 2025 09:57:48 for noalyss by
1.13.2