Search found 1 match
- Fri Mar 28, 2025 8:25 am
- Forum: General Discussion
- Topic: Issue with UDT and Smarty Variables in Custom Module
- Replies: 1
- Views: 5522
Issue with UDT and Smarty Variables in Custom Module
Hi everyone, I'm new to CMS Made Simple and trying to create a custom solution using a User-Defined Tag (UDT) along with Smarty variables, but I’m running into issues. I have a UDT that fetches data from a custom database table and assigns it to a Smarty variable like this: global $smarty, $db; $que...