Changes between Version 7 and Version 8 of S3/S3Tracking


Ignore:
Timestamp:
03/22/11 14:41:36 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Tracking

    v7 v8  
    198198}}}
    199199
     200=== Additional Options ===
     201
     202When retrieving locations by {{{get_location}}} or {{{get_base_location}}}, you can specify additional parameters for the result:
     203
     204  - '''_fields''' (list/tuple of Field instances) to select fields from gis_location (None for ALL)
     205  - '''_filter''' (Query instance) to filter the gis_location records
     206  - '''as_rows''' (boolean) return the result as Rows object (work like a DAL select())
     207
    200208----
    201209[wiki:S3 S3 Guide]