Class Giscuit_Db_Table_Joins

Description

Class for fields table

  • copyright: Copyright (c) 2012 VEC

Located in /Db/Table/Joins.php (line 28)

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_Joins
Variable Summary
 string $_name
 string $_primary
Method Summary
 addItem (Zend_Filter_Input $data) Zend_Db_Table_Row
 checkCurrUserOwnJoin (integer $id) void
 editItem (integer $id, Zend_Filter_Input $data) integer
 getItems ([ $options = array()]) Zend_Db_Table_Rowset
Variables
string $_name = 'joins' (line 36)

Table name

  • access: protected
string $_primary = 'id' (line 43)

Table primary key name

  • access: protected

Redefinition of:
Giscuit_Db_Table_Abstract::$_primary
Table primary key name
Methods
addItem (line 133)

Add item

  • access: public
Zend_Db_Table_Row addItem (Zend_Filter_Input $data)
  • Zend_Filter_Input $data: A Zend_Filter_Input object populated with request data
checkCurrUserOwnJoin (line 152)

Check if join belongs to current user

  • access: public
void checkCurrUserOwnJoin (integer $id)
  • integer $id: Join id
editItem (line 109)

Update item

  • return: The id of the element
  • access: public
integer editItem (integer $id, Zend_Filter_Input $data)
  • integer $id: The id of the row to edit
  • Zend_Filter_Input $data: A Zend_Filter_Input object populated with request data
getItems (line 65)

Get Joins

  • access: public
Zend_Db_Table_Rowset getItems ([ $options = array()])
  • array $options: Available options:

Inherited Methods

Inherited From Giscuit_Db_Table_Abstract

 Giscuit_Db_Table_Abstract::__construct()
 Giscuit_Db_Table_Abstract::count()
 Giscuit_Db_Table_Abstract::getPrimaryKey()
 Giscuit_Db_Table_Abstract::joinMultilangField()
 Giscuit_Db_Table_Abstract::moveItem()
 Giscuit_Db_Table_Abstract::whereActive()
 Giscuit_Db_Table_Abstract::whereCurrentUser()
 Giscuit_Db_Table_Abstract::whereId()

Documentation generated on Wed, 28 May 2014 08:33:17 +0000 by phpDocumentor 1.4.3