Commit Graph

6 Commits

Author SHA1 Message Date
4ec62ff606 Add default value for config setting get() 2012-01-04 19:20:23 +00:00
6c5596e436 Add support for hashes in the Config class. 2011-09-24 16:13:23 +01:00
b8dfca3aa5 Add support for renaming config settings 2011-08-29 19:19:29 +01:00
01d97bface Add support for removing config settings 2011-08-28 16:18:25 +01:00
faf8806472 Add write support to Config backends with add/set methods 2011-08-28 13:01:56 +01:00
81521eae5f Updates framework to support automated framework subclasses
All framework classes have been renamed to use the SihnonFramework_ prefix.
The class autoloader now looks for subclasses of the framework classes in the Sihnon_Lib directory, and
automatically creates them if they don't exist. The autoloader correctly creates interfaces and abstract
classes as needed, by using reflection to check the type of the parent class.
All references to classes within the framework now use the Sihnon_ prefix.
The PluginFactory supports multiple scan directories, and will search both the framework and subclass class
tree to find candidate plugins.
2010-10-10 18:32:16 +01:00