|
| Exist ($idapp, $code, $lang) |
|
| SetEnv ($id, $lang, $deflang) |
|
| Store ($idapp, $code, $lang, $fmt) |
|
| Get ($idapp, $lang, $code, $args=NULL) |
|
| GetText ($code, $args=NULL) |
|
| deletecatalog ($idapp) |
|
| __construct ($dbaccess= '', $id= '', $res= '', $dbid=0) |
|
| Select ($id) |
|
| getValues () |
|
| AffectColumn ($fields) |
|
| Affect ($array) |
|
| isAffected () |
|
| Complete () |
|
| PreInsert () |
|
| PostInsert () |
|
| PreUpdate () |
|
| PostUpdate () |
|
| PreDelete () |
|
| PostDelete () |
|
| PreSelect ($id) |
|
| PostSelect ($id) |
|
| Add ($nopost=false, $nopre=false) |
|
| Modify ($nopost=false, $sfields="", $nopre=false) |
|
| Delete ($nopost=false) |
|
| Adds (&$tcopy, $nopost=false) |
|
| lw ($prop) |
|
| CloseConnect () |
|
| Create ($nopost=false) |
|
| PostInit () |
|
| init_dbid () |
|
| exec_query ($sql, $lvl=0, $prepare=false) |
|
| numrows () |
|
| fetch_array ($c, $type=PGSQL_ASSOC) |
|
| Update () |
|
| savePoint ($point) |
|
| rollbackPoint ($point) |
|
| commitPoint ($point) |
|
Definition at line 62 of file Class.Lang.php.
Exist |
( |
|
$idapp, |
|
|
|
$code, |
|
|
|
$lang |
|
) |
| |
Get |
( |
|
$idapp, |
|
|
|
$lang, |
|
|
|
$code, |
|
|
|
$args = NULL |
|
) |
| |
GetText |
( |
|
$code, |
|
|
|
$args = NULL |
|
) |
| |
SetEnv |
( |
|
$id, |
|
|
|
$lang, |
|
|
|
$deflang |
|
) |
| |
Store |
( |
|
$idapp, |
|
|
|
$code, |
|
|
|
$lang, |
|
|
|
$fmt |
|
) |
| |
Initial value:= array(
"idapp",
"lang",
"code",
"fmt"
)
Definition at line 66 of file Class.Lang.php.
$fmttxt = "NO TEXT DEFINED" |
Initial value:= array(
"idapp",
"lang",
"code"
)
Definition at line 72 of file Class.Lang.php.
Initial value:= '
create table lang (idapp int not null,
lang varchar(10) not null,
code varchar(60) not null,
fmt varchar(200) not null );
create index lang_idx1 on lang(idapp, lang, code);
'
Definition at line 79 of file Class.Lang.php.
The documentation for this class was generated from the following file: