Changes between Version 7 and Version 8 of DeveloperGuidelines/Sahana2Migration
- Timestamp:
- 06/09/10 06:38:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Sahana2Migration
v7 v8 1 1 == Help for Developers Migrating from Sahana2 == 2 2 From PHP to Web2Py: 3 * http:// mdp.cti.depaul.edu/AlterEgo/default/show/1063 * http://web2py.com/AlterEgo/default/show/106 4 4 5 5 From CVS to Bzr: … … 8 8 === Files Layout === 9 9 A mapping of where functionality used to be vs where it is now: 10 [[BR]][[BR]] 11 {{{inst/mysql-dbcreate.sql}}} 12 {{{inst/mysql-dbcreate.sql}}} 13 {{{conf/sysconf.inc}}} 10 11 {{{inst/mysql-dbcreate.sql}}}[[BR]] 12 {{{inst/mysql-dbcreate.sql}}}[[BR]] 13 {{{conf/sysconf.inc}}}[[BR]] 14 14 * Model ({{{models/*.py}}}) 15 15 {{{www/res}}} 16 16 * {{{/static}}} 17 17 {{{inc/lib_form.inc}}} 18 * {{{models/01_ RESTlike_controller.py}}}18 * {{{models/01_crud.py}}} 19 19 20 20