XTGlobalScopeManage special scopes
Located in /core/internal_components/common/scope/xt_globalscope.class.php (line 62)
ObjectCached | --XTGlobalScope
| Class | Description |
|---|---|
TGlobalScopeVariable
|
Manage a global variable scope for all the website (a scope website) |
bool
xGet
(string $p_gsc_type, &$r_gsc_object, [string $p_database_selected = ""], mixed $r_gsc_object)
array
$m_array_already_loader
= array() (line 99)
Already loaded informations
DbConnexion
$m_object_dbconnexion
= NULL (line 87)
Database Connexion object
array
$m_types
= array() (line 93)
Supported types
string
$req_delete
= "delete from t_globalscope where gsc_type='%s';" (line 69)
SQL Request : Delete
string
$req_insert
= "insert into t_globalscope (gsc_type, gsc_object) values('%s','%s');" (line 81)
SQL Request : Insert
string
$req_select
= "select gsc_object from t_globalscope where gsc_type='%s';" (line 75)
SQL Request : Select
Constructor, init the requests and objects
Destroy array erros from import
Get from array errors from import
Set array errors from import
Get
Insert
Is not valid type
New
Inherited From ObjectCached
ObjectCached::xClearRemember()
ObjectCached::xClearRememberAll()
ObjectCached::xIsRemembered()
ObjectCached::xRemember()
Documentation generated on Tue, 25 Mar 2008 15:37:34 +0100 by phpDocumentor 1.3.2