PHP Класс Theme_model, 68kb

Наследование: extends WY_Model
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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