View Single Post
  #4  
Old 01-07-2011, 03:08 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Address smarty tags in static pages

You can include sql query with the info in pages.php and them assign to smarty
$smarty->assign("new_array", $query_result);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote