Runtime Notice!ErrorException [ Runtime Notice ]: Declaration of Orm\Query_Temporal::hydrate() should be compatible with Orm\Query::hydrate(&$row, $models, stdClass $result, $model = NULL, $select = NULL, $primary_key = NULL).../fuel/packages/orm/classes/query/temporal.php @ line 81:However, the query runs, doing what I expect. Here's the query (In my model that extends Orm\Model_Temporal):
return self::find('all', array('where' => array('project_id' => $project_id),
'related' => 'outline_type',
'order_by' => array('outline_type_id' => 'asc',
'parent_id' => 'asc',
'print_order' => 'asc')));
It looks like you're new here. If you want to get involved, click one of these buttons!