wiki:DeveloperGuidelines/Sahana2Migration

Version 6 (modified by Fran Boon, 16 years ago) ( diff )

From CVS to Bzr

Help for Developers Migrating from Sahana2

From PHP to Web2Py:

From CVS to Bzr:

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 (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

Note: See TracWiki for help on using the wiki.