We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Беру первый пример из http://demo.gbdev.xyz/usage/ и получаю NULL из getList, не важно, указан iblockCode или iblockId.
NULL
iblockCode
iblockId
class BlogItems extends \Akop\Element\IbElementOrSection { protected $iblockCode = 'CONTENT__BLOG'; } $blogItemsModel = new BlogItems; $blogItems = $blogItemsModel->getList(); var_dump($blogItems);
Что-то делаю не так?
p.s. Активные элементы в инфоблоке есть, инфоблок 2.0, доступ на чтение тоже есть. Установлено так:
{ "require": { "aak74/bx-data": "dev-master" },
The text was updated successfully, but these errors were encountered:
Для разделов нужно использовать класс: Akop\Element\Section
Для элементов: Akop\Element\Element
внесу описание в класс, спасибо
Sorry, something went wrong.
#3 В классе IbElementOrSection добавлено описание
aefe620
No branches or pull requests
Беру первый пример из http://demo.gbdev.xyz/usage/ и получаю
NULL
из getList, не важно, указанiblockCode
илиiblockId
.Что-то делаю не так?
p.s. Активные элементы в инфоблоке есть, инфоблок 2.0, доступ на чтение тоже есть.
Установлено так:
The text was updated successfully, but these errors were encountered: