PHP Class Themes_model, TastyIgniter

Inheritance: extends TI_Model
显示文件 Open project: tastyigniter/tastyigniter

Public Methods

Method Description
activateTheme ( $name )
copyTheme ( $theme_name = NULL, $files = [], $copy_data = TRUE )
deleteTheme ( $theme_name = NULL, $delete_data = TRUE )
extractTheme ( $file = [], $domain = MAINDIR )
getList ( )
getTheme ( $name = '' )
getThemes ( )
updateTheme ( $update = [] )

Protected Methods

Method Description
findThemeName ( $theme_name, $count )

Method Details

activateTheme() public method

public activateTheme ( $name )

copyTheme() public method

public copyTheme ( $theme_name = NULL, $files = [], $copy_data = TRUE )

deleteTheme() public method

public deleteTheme ( $theme_name = NULL, $delete_data = TRUE )

extractTheme() public method

public extractTheme ( $file = [], $domain = MAINDIR )

findThemeName() protected method

protected findThemeName ( $theme_name, $count )

getList() public method

public getList ( )

getTheme() public method

public getTheme ( $name = '' )

getThemes() public method

public getThemes ( )

updateTheme() public method

public updateTheme ( $update = [] )