Unclassified NewsBoard Code Reference

UnbFindThreadsObjects function

Same as UnbFindThreadsArray but returns an array of IThread objects instead.

function UnbFindThreadsObjects ($where = null, $order = null, $limit = null, $showhidden = null);

Parameters:

where  –  optional, default: null
(string) SQL WHERE section
order  –  optional, default: null
(string) SQL ORDER BY section
limit  –  optional, default: null
(int) number of threads to return
showhidden  –  optional, default: null
(bool) include hidden threads in this search

Return value:

(array(IThread)) all thread objects

Implementation file: unb_lib/thread.lib.php, line 1255

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