Class Giscuit_Db_Table_JobsActions

Description

Class for Jobs table

  • copyright: Copyright (c) 2012 VEC

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

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_JobsActions
Variable Summary
 string $_name
 string $_primary
Method Summary
 addItem (array $data) integer
 getItems ([ $options = array()]) Zend_Db_Table_Rowset
Variables
string $_name = 'jobs_actions' (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 82)

Add item

  • return: The id of the new element
  • access: public
integer addItem (array $data)
  • array $data: Action data
getItems (line 52)

Get items

  • access: public
Zend_Db_Table_Rowset getItems ([ $options = array()])
  • array $options: Available options:
    • jobIds string - Comma separated job ids whose actions are fetched

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