PHP 클래스 Pommo_Template, poMMo

상속: extends Smarty
파일 보기 프로젝트 열기: soonick/poMMo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_pommoTheme

공개 메소드들

메소드 설명
Pommo_Template ( )
assign ( $name, $value = null ) * assign Saves value so it is available to the view
display ( $resource_name ) * display falls back to "default" theme if theme file not found also assigns any poMMo errors or messages
escape ( $string ) escape Escapes a string to make is xss safe
prepareForSubscribeForm ( ) Loads field data into template, as well as _POST (or a saved subscribeForm).

메소드 상세

Pommo_Template() 공개 메소드

public Pommo_Template ( )

assign() 공개 메소드

* assign Saves value so it is available to the view
public assign ( $name, $value = null )

display() 공개 메소드

* display falls back to "default" theme if theme file not found also assigns any poMMo errors or messages
public display ( $resource_name )

escape() 공개 메소드

escape Escapes a string to make is xss safe
public escape ( $string )

prepareForSubscribeForm() 공개 메소드

Loads field data into template, as well as _POST (or a saved subscribeForm).

프로퍼티 상세

$_pommoTheme 공개적으로 프로퍼티

public $_pommoTheme