Changes between Version 2 and Version 3 of DeveloperGuidelines/Sahana2Migration


Ignore:
Timestamp:
01/03/09 04:18:05 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Sahana2Migration

    v2 v3  
    11== Help for Sahana 2 Developers ==
    2 
    3  * From PHP to Web2Py: http://mdp.cti.depaul.edu/AlterEgo/default/show/106
    4 
    5 Model ({{{models/*.py}}}) is equivalent to {{{inst/mysql-dbcreate.sql}}}, {{{inst/mysql-dbcreate.sql}}} & {{{sysconf.inc}}}
     2From PHP to Web2Py:
     3 * http://mdp.cti.depaul.edu/AlterEgo/default/show/106
     4=== Files Layout ===
     5A mapping of where functionality used to be vs where it is now:
    66[[BR]][[BR]]
    7 {{{/static}}} is equivalent to {{{www/res}}}
     7{{{inst/mysql-dbcreate.sql}}} [[BR]]
     8{{{inst/mysql-dbcreate.sql}}} [[BR]]
     9{{{conf/sysconf.inc}}} [[BR]]
     10 * Model ({{{models/*.py}}})
     11{{{www/res}}}
     12 * {{{/static}}}
     13{{{inc/lib_form.inc}}}
     14 * models/_db.py
     15  * shn_rest_controller()
    816
    917----