Changes between Version 2 and Version 3 of DeveloperGuidelines/Sahana2Migration
- Timestamp:
- 01/03/09 04:18:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Sahana2Migration
v2 v3 1 1 == Help for Sahana 2 Developers == 2 3 * From PHP to Web2Py:http://mdp.cti.depaul.edu/AlterEgo/default/show/1064 5 Model ({{{models/*.py}}}) is equivalent to {{{inst/mysql-dbcreate.sql}}}, {{{inst/mysql-dbcreate.sql}}} & {{{sysconf.inc}}} 2 From PHP to Web2Py: 3 * http://mdp.cti.depaul.edu/AlterEgo/default/show/106 4 === Files Layout === 5 A mapping of where functionality used to be vs where it is now: 6 6 [[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() 8 16 9 17 ----