JTable/getDbo: Difference between revisions
From Joomla! Documentation
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. | ||
{{Description:JTable/getDbo}} | |||
{{subst:Description:JTable/getDbo}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 28: | Line 26: | ||
</source> | </source> | ||
{{subst:SeeAlso:JTable/getDbo}} | |||
{{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 />