mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement separated models
This commit is contained in:
parent
47b7344e2e
commit
10534df069
17 changed files with 662 additions and 520 deletions
|
|
@ -68,7 +68,7 @@ class Completion
|
|||
{
|
||||
$this->suggestion->clear();
|
||||
|
||||
foreach ($this->request->navbar->page->container->browser->database->findBookmark(
|
||||
foreach ($this->request->navbar->page->container->browser->database->bookmark->find(
|
||||
$this->request->getValue(),
|
||||
$offset,
|
||||
$limit
|
||||
|
|
@ -77,7 +77,7 @@ class Completion
|
|||
$suggestions[] = $history->request;
|
||||
}
|
||||
|
||||
foreach ($this->request->navbar->page->container->browser->database->findHistory(
|
||||
foreach ($this->request->navbar->page->container->browser->database->history->find(
|
||||
$this->request->getValue(),
|
||||
$offset,
|
||||
$limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue