PHP 클래스 Phosphorum\Controllers\ControllerBase

상속: extends Phalcon\Mvc\Controller
파일 보기 프로젝트 열기: phalcon/forum 1 사용 예제들

공개 메소드들

메소드 설명
initialize ( ) This initializes the timezone in each request
onConstruct ( )

보호된 메소드들

메소드 설명
checkCaptcha ( ) : boolean Validation Google captcha
isUserTrust ( ) : boolean
prepareQueries ( boolean $joinReply = false ) : array This method prepares the queries to be executed in each list of posts The returned builders are used as base in the search, tagged list and index lists

메소드 상세

checkCaptcha() 보호된 메소드

Validation Google captcha
protected checkCaptcha ( ) : boolean
리턴 boolean

initialize() 공개 메소드

This initializes the timezone in each request
public initialize ( )

isUserTrust() 보호된 메소드

protected isUserTrust ( ) : boolean
리턴 boolean

onConstruct() 공개 메소드

public onConstruct ( )

prepareQueries() 보호된 메소드

This method prepares the queries to be executed in each list of posts The returned builders are used as base in the search, tagged list and index lists
protected prepareQueries ( boolean $joinReply = false ) : array
$joinReply boolean
리턴 array