sql query
$listquery = 'SELECT `id`,`username`, `password`, `authMethod`'
. ' FROM `tableName` WHERE 1;
/* object */
$db =& JFactory::getDBO();
$db->setQuery( $objquery );
$db->loadObject();
/* object list */
$db =& JFactory::getDBO();
$db->setQuery( $listquery );
$db->loadObjectList();
Written by teknonono
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Related Tags
#php
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#