Public Member Functions | |
Set ($name, &$parent, $session="", $autoinit=false) | |
Complete () | |
SetSession (&$session) | |
PreInsert () | |
PreUpdate () | |
Exists ($app_name, $id_application= '') | |
AddRessourceRef ($type, $ref, $needparse) | |
AddCssRef ($ref, $needparse=false) | |
AddJsRef ($ref, $needparse=false) | |
AddJsCode ($code) | |
AddLogMsg ($code, $cut=80) | |
AddWarningMsg ($code) | |
GetJsRef () | |
GetJsCode () | |
GetLogMsg () | |
ClearLogMsg () | |
GetWarningMsg () | |
ClearWarningMsg () | |
AddCssCode ($code) | |
GetCssRef () | |
GetCssCode () | |
HasPermission ($acl_name, $app_name="") | |
InitStyle ($init=true) | |
SetLayoutVars ($lay) | |
GetRootApp () | |
GetImageFile ($img) | |
GetImageUrl ($img, $detectstyle=true, $size=null) | |
ImageFilterColor ($image, $fcol, $newcol, $out=null) | |
GetFilteredImageUrl ($imgf) | |
GetLayoutFile ($layname) | |
OldGetLayoutFile ($layname) | |
SetParam ($key, $val) | |
SetParamU ($key, $val) | |
SetParamDef ($key, $val) | |
SetVolatileParam ($key, $val) | |
GetParam ($key, $default="") | |
InitAllParam ($tparam, $update=false) | |
GetAllParam () | |
InitApp ($name, $update=FALSE) | |
UpdateApp () | |
UpdateAllApp () | |
DeleteApp () | |
Text ($code, $args=NULL) | |
UpdateUserAcl ($iduser) | |
GetIdFromName ($name) | |
hasParent () | |
![]() | |
__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) | |
Data Fields | |
$fields | |
$id_fields | |
$rootdir = '' | |
$fulltextfields | |
$sqlcreate | |
$dbtable = "application" | |
$def | |
$criterias | |
$parent = "" | |
$param | |
$permission = null | |
$jsref = array() | |
$jscode = array() | |
$logmsg = array() | |
$cssref = array() | |
$csscode = array() | |
$noimage = "CORE/Images/noimage.png" | |
![]() | |
$dbid = - 1 | |
$dbaccess = '' | |
$fields | |
$dbtable = '' | |
$criterias = array() | |
$sup_fields = array() | |
$sup_where = array() | |
$sup_tables = array() | |
$fulltextfields = array() | |
$order_by = "" | |
$isset = false | |
$msg_err = '' | |
$err_code = '' | |
$res = null | |
$debug = false | |
Additional Inherited Members | |
![]() | |
static | $savepoint = array() |
Definition at line 36 of file Appmng/Class.Application.php.
AddCssCode | ( | $code | ) |
Definition at line 425 of file Appmng/Class.Application.php.
AddCssRef | ( | $ref, | |
$needparse = false |
|||
) |
Definition at line 336 of file Appmng/Class.Application.php.
AddJsCode | ( | $code | ) |
Definition at line 346 of file Appmng/Class.Application.php.
AddJsRef | ( | $ref, | |
$needparse = false |
|||
) |
Definition at line 341 of file Appmng/Class.Application.php.
AddLogMsg | ( | $code, | |
$cut = 80 |
|||
) |
Definition at line 356 of file Appmng/Class.Application.php.
AddRessourceRef | ( | $type, | |
$ref, | |||
$needparse | |||
) |
Add a ressource (JS/CSS) to the page
string | $type | 'js' or 'css' |
string | $ref | the ressource reference |
boolean | $needparse | should the ressource be parsed (default false) |
Definition at line 300 of file Appmng/Class.Application.php.
AddWarningMsg | ( | $code | ) |
Definition at line 374 of file Appmng/Class.Application.php.
ClearLogMsg | ( | ) |
Definition at line 411 of file Appmng/Class.Application.php.
ClearWarningMsg | ( | ) |
Definition at line 420 of file Appmng/Class.Application.php.
Complete | ( | ) |
Definition at line 180 of file Appmng/Class.Application.php.
DeleteApp | ( | ) |
Definition at line 900 of file Appmng/Class.Application.php.
Exists | ( | $app_name, | |
$id_application = '' |
|||
) |
Definition at line 216 of file Appmng/Class.Application.php.
GetAllParam | ( | ) |
Definition at line 769 of file Appmng/Class.Application.php.
GetCssCode | ( | ) |
Definition at line 443 of file Appmng/Class.Application.php.
GetCssRef | ( | ) |
Definition at line 434 of file Appmng/Class.Application.php.
GetFilteredImageUrl | ( | $imgf | ) |
Definition at line 620 of file Appmng/Class.Application.php.
GetIdFromName | ( | $name | ) |
return id from name for an application
string | $name |
Definition at line 964 of file Appmng/Class.Application.php.
GetImageFile | ( | $img | ) |
Definition at line 563 of file Appmng/Class.Application.php.
GetImageUrl | ( | $img, | |
$detectstyle = true , |
|||
$size = null |
|||
) |
Definition at line 570 of file Appmng/Class.Application.php.
GetJsCode | ( | ) |
Definition at line 397 of file Appmng/Class.Application.php.
GetJsRef | ( | ) |
Definition at line 388 of file Appmng/Class.Application.php.
GetLayoutFile | ( | $layname | ) |
Definition at line 654 of file Appmng/Class.Application.php.
GetLogMsg | ( | ) |
Definition at line 406 of file Appmng/Class.Application.php.
GetParam | ( | $key, | |
$default = "" |
|||
) |
Definition at line 739 of file Appmng/Class.Application.php.
GetRootApp | ( | ) |
Definition at line 554 of file Appmng/Class.Application.php.
GetWarningMsg | ( | ) |
Definition at line 415 of file Appmng/Class.Application.php.
hasParent | ( | ) |
Definition at line 973 of file Appmng/Class.Application.php.
HasPermission | ( | $acl_name, | |
$app_name = "" |
|||
) |
Test permission for currennt user in current application
string | $acl_name | acl name to test |
string | $app_name | application if test for other application |
Definition at line 458 of file Appmng/Class.Application.php.
ImageFilterColor | ( | $image, | |
$fcol, | |||
$newcol, | |||
$out = null |
|||
) |
Definition at line 608 of file Appmng/Class.Application.php.
InitAllParam | ( | $tparam, | |
$update = false |
|||
) |
Definition at line 752 of file Appmng/Class.Application.php.
InitApp | ( | $name, | |
$update = FALSE |
|||
) |
Definition at line 780 of file Appmng/Class.Application.php.
InitStyle | ( | $init = true | ) |
Definition at line 509 of file Appmng/Class.Application.php.
OldGetLayoutFile | ( | $layname | ) |
Definition at line 675 of file Appmng/Class.Application.php.
PreInsert | ( | ) |
Definition at line 198 of file Appmng/Class.Application.php.
PreUpdate | ( | ) |
Definition at line 210 of file Appmng/Class.Application.php.
Set | ( | $name, | |
& | $parent, | ||
$session = "" , |
|||
$autoinit = false |
|||
) |
Definition at line 112 of file Appmng/Class.Application.php.
SetLayoutVars | ( | $lay | ) |
Definition at line 547 of file Appmng/Class.Application.php.
SetParam | ( | $key, | |
$val | |||
) |
Definition at line 688 of file Appmng/Class.Application.php.
SetParamDef | ( | $key, | |
$val | |||
) |
Definition at line 709 of file Appmng/Class.Application.php.
SetParamU | ( | $key, | |
$val | |||
) |
set user parameter for current user
string | $key | parameter identificator |
string | $val | value |
Definition at line 705 of file Appmng/Class.Application.php.
SetSession | ( | & | $session | ) |
Definition at line 184 of file Appmng/Class.Application.php.
SetVolatileParam | ( | $key, | |
$val | |||
) |
Definition at line 734 of file Appmng/Class.Application.php.
Text | ( | $code, | |
$args = NULL |
|||
) |
Definition at line 930 of file Appmng/Class.Application.php.
UpdateAllApp | ( | ) |
Definition at line 886 of file Appmng/Class.Application.php.
UpdateApp | ( | ) |
Definition at line 880 of file Appmng/Class.Application.php.
UpdateUserAcl | ( | $iduser | ) |
Definition at line 936 of file Appmng/Class.Application.php.
$criterias |
Definition at line 94 of file Appmng/Class.Application.php.
$csscode = array() |
Definition at line 110 of file Appmng/Class.Application.php.
$cssref = array() |
Definition at line 109 of file Appmng/Class.Application.php.
$dbtable = "application" |
Definition at line 87 of file Appmng/Class.Application.php.
$def |
Definition at line 89 of file Appmng/Class.Application.php.
$fields |
Definition at line 38 of file Appmng/Class.Application.php.
$fulltextfields |
Definition at line 60 of file Appmng/Class.Application.php.
$id_fields |
Definition at line 56 of file Appmng/Class.Application.php.
$jscode = array() |
Definition at line 106 of file Appmng/Class.Application.php.
$jsref = array() |
Definition at line 105 of file Appmng/Class.Application.php.
$logmsg = array() |
Definition at line 107 of file Appmng/Class.Application.php.
$noimage = "CORE/Images/noimage.png" |
Definition at line 569 of file Appmng/Class.Application.php.
$param |
Definition at line 103 of file Appmng/Class.Application.php.
$parent = "" |
Definition at line 101 of file Appmng/Class.Application.php.
$permission = null |
Definition at line 104 of file Appmng/Class.Application.php.
$rootdir = '' |
Definition at line 59 of file Appmng/Class.Application.php.
$sqlcreate |
Definition at line 65 of file Appmng/Class.Application.php.
← centre documentaire |
|