Версия:

Other get methods

In the base class, in addition to the main get method, a series of specialized methods for retrieving data are implemented to simplify typical tasks.

getById

A simplified method for retrieving a record by its unique identifier (id).

getCount

A method for getting the total number of records that satisfy given conditions.

getForSelect

A specialized method used for forming data for drop-down lists (select).

getForFilterSelect

A method used for forming selection lists in filters of client components.

search

A method for performing a quick search by a string value.

getMass

Deprecated. This method is no longer recommended for use.

export_to_excel

A method for exporting data to Excel format.

export_to_json

A method for exporting data to JSON format.