$product = \Model\Orm\Product::find('first', [
'select' => [
'description'
],
'where' => [
['sku', '=', 'PRODUCT1']
]
]);
$product = \Model\Orm\Product::find('first', [
'where' => [
['sku', '=', 'PRODUCT1']
]
]);
if ( ! isset($obj->{$f}))in file fuel/packages/orm/classes/query.php:1446 works incorrectly.
{
$obj->{$f} = $row[$s[1]];
}
public function __isset($property)
{
if (array_key_exists($property, static::properties()))
{
return true;
} ...
It looks like you're new here. If you want to get involved, click one of these buttons!