Table::findPage($field)
Version 4.1
Find page with given values
Version 4.1
Find page with given values
Find a page with given values.
Given values are NOT parsed through fieldtype query parser. Ie. given values are directly used in MySQL query.
Object Page
Find workday information for an employee in certain date:
$Workday = $this->get('table','workday')->findPage(Array(
'employee' => $customer->getId(),
'day' => '2016-05-12'
));