1
Helo!
I am currently working on a new module. I query the DB and return an array (a single row of the table). How do I pass the individule elements of the array to the smarty template.
In the past I have done multiple querys to the db to retrieve the elements and then passed each one to the smarty template. But I know there has to be a more elegant and better performing solution.
Thanks,
JMass