Changes between Version 9 and Version 10 of DeveloperGuidelines


Ignore:
Timestamp:
12/20/08 06:07:59 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v9 v10  
    1515
    1616=== Model ===
    17 Defines databases in: {{{/models/module.py}}}   (equivalent of inst/mysql-dbcreate.sql)
     17Defines databases in: {{{/models/module.py}}}   (equivalent of {{{inst/mysql-dbcreate.sql}}})
    1818
    1919The Models are loaded 1st within Web2Py processing, before the controllers.
     
    4242
    4343== T2 ==
    44 This plugin is used for AAA & simplified CRUD (inc Conflict Detection)
     44This plugin is used for [wiki:DeveloperGuidelinesAuthenticationAccess AAA] & simplified [wiki:
     45DeveloperGuidelinesCreateReadUpdateDelete CRUD] (inc Conflict Detection)
    4546 * http://mdp.cti.depaul.edu/examples/static/t2.pdf
    4647We extend the T2 class in {{{modules/sahana.py}}}
    47 
    48 DeveloperGuidelinesCreateReadUpdateDelete
    4948
    5049Populate the side navigation Menus by adding this to each controller:
     
    9695Sahana3 uses a separate table for each lookup list
    9796
    98 DeveloperGuidelinesAuthenticationAccess
    99 
    10097DeveloperGuidelinesAdvanced