PHP 클래스 Theme_model, 68kb

상속: extends WY_Model
파일 보기 프로젝트 열기: 68kb/68kb 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) : void Constructor
activate ( $dir = '' ) : boolean Activate a theme
is_really_writable ( $file ) : boolean Check if a file is writable.
load_active_theme ( $theme ) : boolean Load Active Theme
load_themes ( $default ) : arr Load All Other Themes
show_admin ( $theme_name ) : mixed Show Theme Admin File
write_css ( $file, $data ) : boolean Write the options to the css file

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( ) : void
리턴 void

activate() 공개 메소드

Activate a theme
public activate ( $dir = '' ) : boolean
리턴 boolean

is_really_writable() 공개 메소드

Check if a file is writable.
public is_really_writable ( $file ) : boolean
리턴 boolean

load_active_theme() 공개 메소드

Load the config file for the active theme.
public load_active_theme ( $theme ) : boolean
리턴 boolean

load_themes() 공개 메소드

Scans the themes directory and loads the config files if found.
public load_themes ( $default ) : arr
리턴 arr

show_admin() 공개 메소드

See the developer theme admin file for usage.
public show_admin ( $theme_name ) : mixed
리턴 mixed

write_css() 공개 메소드

Write the options to the css file
public write_css ( $file, $data ) : boolean
리턴 boolean