API15

API15:JDatabase/connected

From Joomla! Documentation

Description

Determines if the connection to the server is active.

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

connected()


Returns

boolean

Defined in

libraries/joomla/database/database.php

Importing

jimport( 'joomla.database.database' );

Source Body

function connected()
{
        return false;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples