API17:JDatabase::connected
From Joomla! Documentation
JDatabase::connected
Description
Determines if the connection to the server is active.
public function connected ()
- Returns bool True if connected to the database engine.
- Defined on line 1111 of libraries/joomla/database/database.php
- Since

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