The method samson\activerecord\dbQuery::cond() has been deprecated with message: @see self::where()
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
Loading history...
26
$this->materialFieldId = $mf->id;
27
}
28
}
29
}
30
31
/**
32
* Get all images in gallery
33
* @return array
34
*/
35
public function getImages()
36
{
37
if ($this->issetImages()) {
38
// array images from gallery
39
$images = null;
40
if (dbQuery('gallery')->cond('MaterialFieldID', $this->materialFieldId)->exec($images)) {
The method samson\activerecord\dbQuery::cond() has been deprecated with message: @see self::where()
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.