/var/www/vhosts/ihelp.ro/httpdocs/src/View/Cell
NameSizeModeActions
Admin/-0755rm
AchievementsCell.php14220644editdlrm
AddAddressCell.php19490644editdlrm
CountFavoritesCell.php15960644editdlrm
CountItemsCartCell.php18450644editdlrm
ListCategoriesCell.php5100644editdlrm
ListCausesCell.php5440644editdlrm
ListProductsCell.php34750644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/src/View/Cell/ListCausesCell.php (544B)
loadModel('Causes'); $causes = $this->Causes->find() ->contain(['FeaturedImage']) ->where(['Causes.is_active' => true]) ->limit(4) ->order(['Causes.id' => 'ASC']) ->all(); $this->set(compact('causes')); } }