Add DatabaseObject base class
DatabaseObject exposes common behaviours for database table wrapper classes.
This commit is contained in:
@@ -21,6 +21,7 @@ class SihnonFramework_Exception_DatabaseConnectFailed extends SihnonFramework_E
|
||||
class SihnonFramework_Exception_NoDatabaseConnection extends SihnonFramework_Exception_DatabaseException {};
|
||||
class SihnonFramework_Exception_DatabaseQueryFailed extends SihnonFramework_Exception_DatabaseException {};
|
||||
class SihnonFramework_Exception_ResultCountMismatch extends SihnonFramework_Exception_DatabaseException {};
|
||||
class SihnonFramework_Exception_InvalidProperty extends SihnonFramework_Exception_DatabaseException {};
|
||||
|
||||
class SihnonFramework_Exception_ConfigException extends SihnonFramework_Exception {};
|
||||
class SihnonFramework_Exception_UnknownSetting extends SihnonFramework_Exception_ConfigException {};
|
||||
|
||||
Reference in New Issue
Block a user