Hi,
I have successfully installed Ari Data tables and got it working with my queries. However, since I want this to be displayed on a view page within a custom component I have written.
Using the Content-Ari Data tables, I'm not able to see the results and neither using the following code:
Code: |
jimport('joomla.application.module.helper');
$modules = JModuleHelper::getModules('user101');
echo '<pre>';
print_r ($modules);
echo '</pre>';
foreach($modules as $module)
{
echo JModuleHelper::renderModule($module);
}
|
Could you please provide me a quick help so that I may get the reporting module of my application up and running?
Many thanks,
Vikas