API16

JTableUsergroup: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JTableUsergroup}} ===Defi...
 
m preparing for archive only
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JTableUsergroup|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JTableUsergroup}}
===Defined in===
===Defined in===
libraries/joomla/database/table/usergroup.php
libraries/joomla/database/table/usergroup.php
Line 27: Line 22:
|Delete this object and it's dependancies  
|Delete this object and it's dependancies  
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.database.table.usergroup' );</source>
<source lang="php">jimport( 'joomla.database.table.usergroup' );</source>


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


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JTableUsergroup
  category=JTableUsergroup
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:12, 25 March 2017

Defined in

libraries/joomla/database/table/usergroup.php

Methods

Method name Description
__construct Constructor
check Method to check the current record to save
rebuild Method to recursively rebuild the nested set tree.
store Inserts a new row if id is zero or updates an existing row in the database table
delete Delete this object and it's dependancies

Importing

jimport( 'joomla.database.table.usergroup' );



Examples

Code Examples