Changes between Version 2 and Version 3 of functions


Ignore:
Timestamp:
Mar 6, 2007, 10:43:55 AM (17 years ago)
Author:
dwinter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • functions

    v2 v3  
    44=== Functions intended for the use in Page Templates ===
    55
    6 == Access to the database==
     6== Access to the database ==
    77
    88  * **ZSQLInlineSearch(_table = '...' ,fieldname = here.filename, _op_fieldname = '...')**\\ Searches in the given table (''_table'') in the given fieldname (replace ''fieldname'' with the name of the field, that contains the data that identifies the record) for the id of your object (''here.filename'') using the operator specified by ''_op_fieldname'' (again, replace ''fieldname''; possible operators are for example ''eq'' (equals), ''ct'' (contains)). Returns an array with the results.\\ Function