Changes between Version 17 and Version 18 of S3/S3Model
- Timestamp:
- 01/24/14 08:32:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model
v17 v18 311 311 '''Note:''' These functions are available both as instance methods in S3Models (self.* or current.s3db.*) and as class methods (S3Model.*). 312 312 313 '''Important:''' {{{get_config()}}} does ''not'' load the respective model class. Settings configured inside the model class are therefore only available outside of it (e.g. with {{{s3db.get_config()}}}) if the model has been loaded before(e.g. with {{{s3db.<tablename>}}})!313 '''Important:''' {{{get_config()}}} does ''not'' load the respective model class. Settings configured inside the model class are therefore only available outside of it (e.g. with {{{s3db.get_config()}}}) after the model has been loaded (e.g. with {{{s3db.<tablename>}}})! 314 314 315 315 Example: