Unclassified NewsBoard Code Reference

IDatabase.FastQueryArray function

Same as FastQuery1stArray, but copies records ENTIRELY into the array

function IDatabase.FastQueryArray ($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 627

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