Changes between Version 24 and Version 25 of DeveloperGuidelinesS3Framework
- Timestamp:
- 05/26/09 22:10:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v24 v25 65 65 return DIV(*items) 66 66 }}} 67 This is called in {{{models/ __db.py}}} in the RESTlike Controller:67 This is called in {{{models/01_RESTlike_controller.py}}} in the RESTlike Controller: 68 68 {{{ 69 69 db.person.represent = lambda table:shn_list_item(table, resource='person', action='display', display='table.full_name')