08-23-2009, 02:47 PM
[eluser]Deep Arora[/eluser]
Is it possible to load and call a function from a custom written library in a VIEW? The problem I am facing is that I populate a recordset with blog categories, then while displaying the categories in frontend, I need display the total posts in the blog categories. So I need to run a query to get total posts of that particular category while traversing the records in the recordset in view.
Or is there a better way of handling this?
Is it possible to load and call a function from a custom written library in a VIEW? The problem I am facing is that I populate a recordset with blog categories, then while displaying the categories in frontend, I need display the total posts in the blog categories. So I need to run a query to get total posts of that particular category while traversing the records in the recordset in view.
Or is there a better way of handling this?