Skip to content
New issue

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

NULL вместо списка элементов #3

Closed
Dok11 opened this issue Oct 1, 2017 · 1 comment
Closed

NULL вместо списка элементов #3

Dok11 opened this issue Oct 1, 2017 · 1 comment

Comments

@Dok11
Copy link

Dok11 commented Oct 1, 2017

Беру первый пример из http://demo.gbdev.xyz/usage/ и получаю NULL из getList, не важно, указан 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"
  },
@aak74
Copy link
Contributor

aak74 commented Oct 2, 2017

Для разделов нужно использовать класс:
Akop\Element\Section

Для элементов:
Akop\Element\Element

внесу описание в класс, спасибо

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants