Download the PHP package hard2code/bitrix-utils without Composer
On this page you can find all versions of the php package hard2code/bitrix-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hard2code/bitrix-utils
More information about hard2code/bitrix-utils
Files in hard2code/bitrix-utils
Package bitrix-utils
Short Description A set of classes for more convenient work with the Bitrix API
License MIT
Informations about the package bitrix-utils
Bitrix utils
**This library contains various classes for working with templates, components, allowing you to speed up development working with OOP style***.
*The library is intended for use exclusively in conjunction with 1C Bitrix: Site Management
Library purpose:
- encapsulation of work with arrays of the $arResult array coming from Bitrix components
- minimization of the combination of php and html code
**Данная библиотека содержит набор различных вспомогательных классов для работы с компонентами и шаблонами в 1С Битрикс "Управление сайтом" в ООП стиле***
*Библиотека предназначенная исключительно для совместного использования с 1С Битрикс "Управление сайтом".
Назначение библиотеки:
- инкапсуляция работы с массивами вида $arResult, приходящими из компонентов Битрикса
- минимализация мешанины php и html кода
Authors
Installation
Install my-project with composer
Usage/Examples
See more in examples directory
Более подробные примеры находятся в директории examples
Working with sections as OOP style:
Работа с разделами в ООП стиле:
Working with links as OOP style:
Работа с ссылками в ООП стиле:
Including assets:
Подключение асетов:
Список доступных методов вы можете найти в соответствующих интерфейсах:
- ArraySection
- ArrayItem
- ArrayLink
При необходимости, вы можете создать свои реализации данных интерфейсов в пользовательском коде
Installation
Install my-project with composer