Unclassified NewsBoard Code Reference

IDatabase.FastQuery1stArray function

Same as FastQuery1st, but copies all records in an array

function IDatabase.FastQuery1stArray ($table, $fields = '*', $where = '', $order = '', $limit = '', $group = '', $key = false, $having = '');

Parameters:

key  –  optional, default: false
(string) record's column name to use for array's key. values in this column should be unique
(int) record's column index to use for array's key. values in this column should be unique
table
fields  –  optional, default: '*'
where  –  optional, default: ''
order  –  optional, default: ''
limit  –  optional, default: ''
group  –  optional, default: ''
having  –  optional, default: ''

Member of class: IDatabase

Implementation file: unb_lib/database.lib.php, line 602

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.