Changes between Version 5 and Version 6 of BluePrintGISLayerClass
- Timestamp:
- 01/05/09 20:49:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISLayerClass
v5 v6 28 28 => The Class is not the Controller alone, but the Resource (including Controller)[[BR]] 29 29 => 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) 30 Currently our resources are defined in the model & hence of type gluon.sql.SQLTable (inc SQLFields)[[BR]] 31 LAYER extends RESOURCE extends SQLTable? or has an attribute SQLTable?[[BR]] 32 Other attributes: 33 * Controller 34 * crud_strings 35 31 36 * http://openbookproject.net/thinkcs/python/english2e/ch13.xhtml 32 37 * http://diveintopython.org/object_oriented_framework/defining_classes.html