L
L
lexstile2018-02-19 18:34:58
CMS
lexstile, 2018-02-19 18:34:58

How to display the value of an additional property of an information system element using php?

HoscCMS 5.
I try like this:

$InformationSystem = new InformationSystem();
 $information_propertys_items_id = 99;
 $row = $InformationSystem->GetInformationItemsPropertyValue($information_propertys_items_id);
 print_r ($row);

Alas, it's empty.
I remember, somehow, I used to output by xml tag, but it was a long time ago and now I don’t remember how it’s done.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Subb98, 2018-02-19
@lexstile

Maybe this will help:
https://www.hostcms.ru/api6/class-Informationssyste...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question