Changes between Version 5 and Version 6 of BluePrintGISLayerClass


Ignore:
Timestamp:
01/05/09 20:49:06 (16 years ago)
Author:
Fran Boon
Comment:

LAYER extends RESOURCE extends SQLTable?

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISLayerClass

    v5 v6  
    2828 => The Class is not the Controller alone, but the Resource (including Controller)[[BR]]
    2929 => Each Resource type should extend a base Resource (which extends...?)[[BR]]
    30 Currently our resources are defined in the model & hence of type gluon.sql.SQLTable (inc SQLFields)
     30Currently our resources are defined in the model & hence of type gluon.sql.SQLTable (inc SQLFields)[[BR]]
     31LAYER extends RESOURCE extends SQLTable? or has an attribute SQLTable?[[BR]]
     32Other attributes:
     33 * Controller
     34 * crud_strings
     35
    3136 * http://openbookproject.net/thinkcs/python/english2e/ch13.xhtml
    3237 * http://diveintopython.org/object_oriented_framework/defining_classes.html