wiki:DeveloperGuidelines/Sahana2Migration

Version 10 (modified by Fran Boon, 11 years ago) ( diff )

--

Help for Developers Migrating from Sahana Vesuvius

From PHP to Web2Py:

From Bzr to Git:

Files Layout

A mapping of where functionality used to be vs where it is now:

inst/mysql-dbcreate.sql
inst/mysql-dbcreate.sql
conf/sysconf.inc

  • Model (modules/s3db/*.py)

www/res

  • /static

inc/lib_form.inc

  • modules/s3/s3crud.py

Options fields

Sahana Vesuvius has a generic 'field_options' table for storing Options fields.

Sahana Eden uses a separate table for each lookup list.


DeveloperGuidelines

Note: See TracWiki for help on using the wiki.