Hi! Seblod powerful yet very difficult, just get used to it. Need help. How do I get the value of a field in a custom template using the API? What would this value was in all the articles(one unique value from a table associated with id_article).
for example:
id_article=X has a field_X with a value = 333
the desired result(frontend intro and content):
article_1 has value = 333
article_2 has value = 333
........
article_n has value = 333
how to do it through the API?
$cck->id..........and then what?
thank you/