Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
DAOPreparedQueryOne.php
Go to the documentation of this file.
1<?php
3
5
15
19
20 protected function prepare(?DbCache $cache = null) {
21 $this->conditionParser->limitOne();
24 }
25}
26
Abstract class for database caching Ubiquity\cache\database$DbCache This class is part of Ubiquity.
Definition DbCache.php:20
Ubiquity\orm\core\prepared$DAOPreparedQueryOne This class is part of Ubiquity.
__construct($className, $condition=null, $included=false, $cache=null)
Ubiquity\orm\core\prepared$DAOPreparedQueryOne This class is part of Ubiquity.
__construct($className, $condition='', $included=false, $cache=null)