mirror of
https://github.com/Rogiel/predb
synced 2025-12-06 07:32:47 +00:00
Implements pagination
This commit is contained in:
@@ -37,6 +37,8 @@ use PreDB\PreDB;
|
||||
|
||||
// This example does a simple search for an pre release
|
||||
$db = new PreDB();
|
||||
print_r($db->search("Microsoft Windows"));
|
||||
|
||||
$result = $db->search("Microsoft Windows");
|
||||
var_dump($result);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user