PHP 클래스 TemplateCacheHandler_DB

상속: extends TemplateCacheHandler
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
TemplateCacheHandler_DB ( )
clean ( $tpl_file = null ) Clears template cache storage.
description ( ) : string Returns a short description of the cache engine.
handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time )
isSupported ( ) : boolean Returns true if the engine was supported in PHP, false otherwise.
update ( $campsiteVector, $exactUpdate = false ) Updates template cache storage by given campsite vector.
vectorToWhereString ( $vector )

메소드 상세

TemplateCacheHandler_DB() 공개 메소드

clean() 공개 메소드

Clears template cache storage.
public clean ( $tpl_file = null )

description() 공개 메소드

Returns a short description of the cache engine.
public description ( ) : string
리턴 string

handler() 공개 메소드

public handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time )

isSupported() 공개 메소드

Returns true if the engine was supported in PHP, false otherwise.
public isSupported ( ) : boolean
리턴 boolean

update() 공개 메소드

Updates template cache storage by given campsite vector.
public update ( $campsiteVector, $exactUpdate = false )

vectorToWhereString() 공개 정적인 메소드

public static vectorToWhereString ( $vector )