Unclassified NewsBoard Code Reference

IPost.Find function

Find first post. Loads post into this object

function IPost.Find ($where = '', $order = '', $limit = '', $group = '');

Parameters:

where  –  optional, default: ''
(string) SQL WHERE section
order  –  optional, default: ''
(string) SQL ORDER BY section
limit  –  optional, default: ''
(string) SQL LIMIT section
group  –  optional, default: ''
(string) SQL GROUP BY section

Return value:

(bool) success

Member of class: IPost

Implementation file: unb_lib/post.lib.php, line 96

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