Changes between Version 16 and Version 17 of S3/S3Model
- Timestamp:
- 01/24/14 08:30:23 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model
v16 v17 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()}}}) if the model has been loaded before (e.g. with {{{s3db.<tablename>}}})! 314 314 315 315 Example: