API16

JTable/getDbo: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== Method to get the JDatabase connector object. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowik...
 
m clean up
Line 2: Line 2:
Method to get the JDatabase connector object.
Method to get the JDatabase connector object.


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JTable/getDbo|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JTable/getDbo}}
 
{{subst:Description:JTable/getDbo}}


===Syntax===
===Syntax===
Line 28: Line 26:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTable/getDbo|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JTable/getDbo}}
</span>
{{SeeAlso:JTable/getDbo}}


===Examples===
===Examples===

Revision as of 14:29, 24 March 2017

Description

Method to get the JDatabase connector object.


{{subst:Description:JTable/getDbo}}

Syntax

getDbo()


Returns

object The internal database connector object.

Defined in

libraries/joomla/database/table.php

Importing

jimport( 'joomla.database.table' );

Source Body

public function getDbo()
{
        return $this->_db;
}


{{subst:SeeAlso:JTable/getDbo}}

Examples

<CodeExamplesForm />