Thursday, May 5, 2011

How do I display the result of this query using Joomla pagination?

What can I do to display the result of this query in the fronted using the Joomla pagination?

<?php
  $database =& JFactory::getDBO();
  $sql = 'SELECT * FROM #__no_entreprise';
  $database->setQuery( $sql );
  $rows = $database->loadObjectList();
?
From stackoverflow
  • looking in the first result of google -> here

    Gabriel Sosa : btw, this was my query http://bit.ly/njOfI

0 comments:

Post a Comment