component.php
420 Bytes
<?
use \Cpeople\Classes\Block;
if ($this->StartResultCache(COMPONENTS_CACHE_TTL))
{
$arResult['ITEMS'] = Block\Getter::instance()
->setFilter(array('IBLOCK_ID' => IBLOCK_FAQ, 'ACTIVE' => 'Y'))
->setOrder(array('SORT' => 'ASC', 'NAME' => 'ASC'))
->setClassName('\SH\Entities\Faq')
->get();
$this->SetResultCacheKeys(array());
$this->IncludeComponentTemplate();
}