== Help for Developers Migrating from Sahana2 == From PHP to Web2Py: * http://mdp.cti.depaul.edu/AlterEgo/default/show/106 === Files Layout === A mapping of where functionality used to be vs where it is now: [[BR]][[BR]] {{{inst/mysql-dbcreate.sql}}} [[BR]] {{{inst/mysql-dbcreate.sql}}} [[BR]] {{{conf/sysconf.inc}}} [[BR]] * Model ({{{models/*.py}}}) {{{www/res}}} * {{{/static}}} {{{inc/lib_form.inc}}} * models/_db.py * shn_rest_controller() === Options fields === Sahana2 has a generic 'field_options' table for storing Options fields. Sahana3 uses a separate table for each lookup list. ---- DeveloperGuidelines