![]() |
How to access smarty functions in template using CodeIgniter? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: How to access smarty functions in template using CodeIgniter? (/showthread.php?tid=59713) |
How to access smarty functions in template using CodeIgniter? - El Forum - 11-07-2013 [eluser]rochellecanale14[/eluser] Hello guys just need a little help here. I have a difficulty in accessing smarty function in my template. Here's my sample code. Controller: Code: class Category_Controller extends CI_Controller{ My Template Code: <html> I have a smarty error in the output. In my code I need to count the salescatname and display the output in the table also. And below. I need to post the date. But how can I access functions? That's all thanks in advance. |