Changes between Version 4 and Version 5 of DeveloperGuidelines/DatabaseSynchronization


Ignore:
Timestamp:
12/24/08 02:37:37 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/DatabaseSynchronization

    v4 v5  
    1010If using T2 CRUD, then this is all that is required.
    1111
    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:
     12If needing to support multiple tables & hence doing manual form processing, then you just need to add support within the add_record controller function:
    1313{{{
    1414if form.accepts(request.vars,session,keepvalues=True):