Changes between Version 15 and Version 16 of S3/S3Model/SuperEntities
- Timestamp:
- 07/23/12 00:18:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/SuperEntities
v15 v16 87 87 To do this, you can use: 88 88 {{{ 89 s3 xrc.model.update_super(table, record)89 s3db.update_super(table, record) 90 90 }}} 91 91 … … 94 94 In case you're going to delete a record from an instance table, you may use: 95 95 {{{ 96 s3 xrc.model.delete_super(table, record)96 s3db.delete_super(table, record) 97 97 }}} 98 98