Changes between Version 4 and Version 5 of DeveloperGuidelines/DatabaseSynchronization
- Timestamp:
- 12/24/08 02:37:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/DatabaseSynchronization
v4 v5 10 10 If using T2 CRUD, then this is all that is required. 11 11 12 If needing to support multiple tables & hence doing manual HTML forms, then you just need to add support within the add_record controller function:12 If needing to support multiple tables & hence doing manual form processing, then you just need to add support within the add_record controller function: 13 13 {{{ 14 14 if form.accepts(request.vars,session,keepvalues=True):