> For the complete documentation index, see [llms.txt](https://support.morozovpimnev.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.morozovpimnev.ru/selectcity/rabota-s-obektami-orm.md).

# Работа с объектами ORM

Получить объект города можно в любом месте макета, ТДС или своем функционале следующий образом

{% code lineNumbers="true" fullWidth="true" %}

```php
<?php
    Core_Array::getSession('ASMP_City', array()); // Array ASMP_City
?>
```

{% endcode %}
