- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
function setTpl($Tpl_name, $Cache_id=null, $Caching=null){
$i=count($this->tpl);
if ( ! is_array($this->tpl)) {
$this->tpl=array();
}
$this->tpl[$i]['name']=$Tpl_name;
$this->tpl[$i]['cache_id']=$Cache_id;
$this->tpl[$i]['caching']=$Caching;
}
cheef 04.12.2009 17:51 # 0
if ( ! is_array($this->tpl)) {
$this->tpl=array();
}
это какая-то глупость вообще
guest 05.12.2009 00:09 # 0
cheef 07.12.2009 13:27 # 0
guest 07.12.2009 15:45 # 0
Billy the Kidd 05.12.2009 07:54 # 0
guest 07.12.2009 15:45 # 0
Billy the Kidd 09.12.2009 20:06 # 0