| [ Index ] |
|
Code source de b2evolution 2.1.0-beta |
[Code source] [Imprimer] [Statistiques]
This file implements the Skin class. This file is part of the evoCore framework - {@link http://evocore.net/} See also {@link http://sourceforge.net/projects/evocms/}.
| Author: | fplanque: Francois PLANQUE. |
| Copyright: | (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/} |
| Version: | $Id: _skin.class.php,v 1.6 2007/10/08 08:32:56 fplanque Exp $ |
| Poids: | 511 lignes (13 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Skin:: (11 méthodes):
Skin()
install()
get_name()
load_from_Request()
container()
discover_containers()
get_containers()
dbupdate()
dbinsert()
db_save_containers()
disp_skinshot()
| Skin( $db_row = NULL ) X-Ref |
| Constructor param: table Database row |
| install( $skin_folder, $name = NULL ) X-Ref |
| Install a skin param: string param: string NULL for default |
| get_name() X-Ref |
| Pas de description |
| load_from_Request() X-Ref |
| Load data from Request form fields. return: boolean true if loaded data seems valid. |
| container( $sco_name, $params = array() X-Ref |
| Display a container param: string param: array |
| discover_containers() X-Ref |
| Discover containers included in skin file |
| get_containers() X-Ref |
return: array |
| dbupdate() X-Ref |
| Update the DB based on previously recorded changes return: boolean true |
| dbinsert() X-Ref |
| Insert object into DB based on previously recorded changes. return: boolean true |
| db_save_containers() X-Ref |
| Save containers to be called by dbinsert / dbupdate |
| disp_skinshot( $skin_folder, $function = NULL, $selected = false, $select_url = NULL, $function_url = NULL ) X-Ref |
| Display skinshot for skin folder in various places. Including for NON installed skins. |
| Généré le : Thu Nov 29 23:58:50 2007 | par Balluche grâce à PHPXref 0.7 |
|