Changes between Version 1 and Version 2 of DeveloperGuidelines/Sahana2Migration
- Timestamp:
- 01/03/09 04:13:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Sahana2Migration
v1 v2 3 3 * From PHP to Web2Py: http://mdp.cti.depaul.edu/AlterEgo/default/show/106 4 4 5 Model ({{{models/*.py}}}) are the equivalent to Sahana2's{{{inst/mysql-dbcreate.sql}}}, {{{inst/mysql-dbcreate.sql}}} & {{{sysconf.inc}}}6 7 {{{/static}}} is equivalent of{{{www/res}}}5 Model ({{{models/*.py}}}) is equivalent to {{{inst/mysql-dbcreate.sql}}}, {{{inst/mysql-dbcreate.sql}}} & {{{sysconf.inc}}} 6 [[BR]][[BR]] 7 {{{/static}}} is equivalent to {{{www/res}}} 8 8 9 9 ----