- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
// Will we have a result object instantiated? If not - we'll simply return TRUE
if ($return_object !== TRUE) {
if ($this->cache_on === TRUE && $this->cache_autodel === TRUE && $this->_cache_init()) {
$this->CACHE->delete();
}
return TRUE;
}
// Return TRUE if we don't need to create a result object
if ($return_object !== TRUE) {
return TRUE;
}
wvxvw 09.04.2014 22:32 # +4
Lure Of Chaos 11.04.2014 06:25 # +2
демон, который всегда говорит правду говорящий, что он никогда не лжет, на самом деле лжет всегда
evg_ever 09.04.2014 22:47 # +1
ISO 08.09.2022 22:03 # 0
MaaKut 09.09.2022 02:58 # 0