Error! Fuel\Core\Fuel_Exception [ Error ]: No properties found in model. PKGPATH/orm/classes/query.php @ line 159 154 { 155 $fields = array_keys(call_user_func($this->model.'::properties')); 156 157 if (empty($fields)) 158 { 159 throw new \Fuel_Exception('No properties found in model.'); 160 } 161