[ Expand All ] [ Collapse All ] - [ Properties (17) ] [ Methods (5) ] - [ Legend ]

theme Class v. 1.0

theme

Class pour gerer les themes create : 23/09/03 last_modify : 25/03/04 Copyright (C) 2003 Green-box

theme

Authorsimon
Copyright2003 Copyright (c) green-box 2003
Properties implemented by theme
public method DATE_CREA

public method DATE_FORMAT

var $URI_INPUT = "theme/visual/"; // dossier racine de stockage des photos var $UPLOAD_MAX_MO = 102400; // taille maximale d'upload des photos en octets

public method DESC_DASHBOARD

public method DESC_NEWS

public method DESC_PUBLICATION

public method DESC_WORKSHOP

public method ID

public method LAST_MODIFY

public method NAME

public method RANGE_DASHBOARD

public method RANGE_NEWS

public method RANGE_PUBLICATION

public method RANGE_WORKSHOP

public method SD_THEME

public method STATUT

public method TDB_THEME

public method VISUAL_URI

Methods implemented by theme
public method AddTheme

PHPinteger AddTheme(array $table_theme, object $sql_object)

theme::AddTheme() Ajout d'un nouveau theme

Arguments

Return

$last_id

public method CheckDataIntegrity

PHPboolean CheckDataIntegrity(array $table_theme)

theme::CheckDataIntegrity() Vérification des données d'un thème

Arguments

Return

si vrai renvoie true sinon message d'erreurs (string)

public method DeleteTheme

PHPboolean DeleteTheme(integer $ID, object $sql_object, string $type, integer $ID_new)

theme::DeleteTheme() suppression d'un theme

Arguments

Return

$result

public method ModifyTheme

PHPboolean ModifyTheme(integer $ID, array $table_theme, object $sql_object)

theme::ModifyTheme() modification d'un theme

Arguments

Return

$result

public method StateTheme

PHPboolean StateTheme(integer $ID, string $state, object $sql_object)

theme::StateTheme() modification du statut d'un theme

NE PREND PAS EN CHARGE l'EFFACEMENT

Arguments

Return

$result

Generated by PHPEdit - http://www.phpedit.net/ - Copyright © 1999-2003 - Sébastien Hordeaux