UNB Components Code Reference

UnbConfiguration::Set method

Sets a configuration setting.

public static function UnbConfiguration::Set ($name, $data);

Parameters

name
(string) Setting name to set (max. 255 characters)
(array(string => string)) Associative array of setting names and data
data
(string) Setting data (max. 255 characters)

Remarks

Configuration settings will be updated, or inserted if they don't exist yet.

Exceptions thrown

InvalidArgumentException No description available.
LengthException No description available.
UnbDatabaseException No description available.

See also

UnbUser::SetSetting()

Member of class: UnbConfiguration

Implementation file: configuration.class.php, line 163

© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.