IB
Size: a a a
IB
А
МИ
А
SL
$c = Organization::
query();
if ($org = trim($this->getProperty('oid'))) {
$c->where('id', '=', $org);
}
$c->with([
'expenseData' => function (HasMany $c) {
if ($year = trim($this->getProperty('year'))) {
$c->where('year','=', $year);
}
}
]);
ON
$c = Organization::
query();
if ($org = trim($this->getProperty('oid'))) {
$c->where('id', '=', $org);
}
$c->with([
'expenseData' => function (HasMany $c) {
if ($year = trim($this->getProperty('year'))) {
$c->where('year','=', $year);
}
}
]);
SL
A
$c = Organization::
query();
if ($org = trim($this->getProperty('oid'))) {
$c->where('id', '=', $org);
}
$c->with([
'expenseData' => function (HasMany $c) {
if ($year = trim($this->getProperty('year'))) {
$c->where('year','=', $year);
}
}
]);
SL
SL
SL
SL
А
gg
ДБ
Решение: в шаблоне прописать <style>
body { font-family: DejaVu Sans, sans-serif; }
</style>
gg
Решение: в шаблоне прописать <style>
body { font-family: DejaVu Sans, sans-serif; }
</style>
ДБ
ДБ
gg