View Single Post
  #2  
Old 04-08-2017, 03:36 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Proper way for query functionality

PHP Code:
$q "SELECT * FROM $sql_tbl[...] ...";
$myQueryResult func_query($q);
smarty->assign('mySmartyVar',$myQueryResult); 
See include/func/func.db.php for different types of func_query functions.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote