Ferreteria/v2/class/ftKeyedTable: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v2‎ | class
Jump to navigation Jump to search
(Created page with "{{page/code/class}} * '''file''': {{l/ferreteria/file|db/v2/tables/db-table-keyed.php}} * '''uses''': ''none'' * '''used by''': {{l/version|class|ftMultiKeyedTable}}, {{l/vers...")
 
m (2 revisions imported: moving this project here)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
* '''file''': {{l/ferreteria/file|db/v2/tables/db-table-keyed.php}}
* '''file''': {{l/ferreteria/file|db/v2/tables/db-table-keyed.php}}
* '''uses''': ''none''
* '''uses''': ''none''
* '''used by''': {{l/version|class|ftMultiKeyedTable}}, {{l/version|class|ftSingleKeyedTable}}
* '''used by''': {{l/version|class|ftMultiKeyedTable}}, {{l/version|class|ftSingleKeyedDBTable}}
==Functions==
==Functions==
* abstract public function '''GetRecord_forKey'''($id);
* abstract public function '''GetRecord_forKey'''($id);
** INPUT: $id = scalar containing the key value(s) for the wanted row
** INPUT: $id = scalar containing the key value(s) for the wanted row

Latest revision as of 16:45, 22 May 2022

Template:Page/code/class

Functions

  • abstract public function GetRecord_forKey($id);
    • INPUT: $id = scalar containing the key value(s) for the wanted row