Get a list of the most recent discussions.
public getWhereRecent ( array | false $Where = [], boolean | false | integer $Limit = false, integer | false $Offset = false ) : Gdn_DataSet | ||
$Where | array | false | The where condition of the get. |
$Limit | boolean | false | integer | The number of discussion to return. |
$Offset | integer | false | The offset within the total set. |
return | Gdn_DataSet | Returns a Gdn_DataSet of discussions. of discussions. |