I'm trying to create vQmod XML file to avoid editing the core file directly in OpenCart. One of the XML I wanted to create is load some variables in database which this can be done in PHP but I'm not sure how to call the variable database in XML.
example in database
id name
1 name1
2 name2
3 name3
If in PHP I can easily check what is the name of the id. But in XML I dont know how. thanks in advance.