JDatabaseDriver::loadObject
Method to get the first row of the result set from the database query as an object.
Signature
public function loadObject([string
$class = 'stdClass'] )
Parameters
-
$class
- The class name to use for the returned row object.
Returns
- mixed
- The return value or null if the query failed.