API17:JDatabase::loadResult
From Joomla! Documentation
JDatabase::loadResult
Description
Method to get the first field of the first row of the result set from the database query.
public function loadResult ()
| Parameter | Type | Default | Description |
|---|---|---|---|
- Returns mixed The return value or null if the query failed.
- Defined on line 742 of libraries/joomla/database/database.php
- Since

See also
JDatabase::loadResult source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::loadResult
User contributed notes
Code Examples