Class Giscuit_Db_Table_Layer_Incidents

Description

Class for incidents table

  • copyright: Copyright (c) 2012 VEC

Located in /Db/Table/Layer/Incidents.php (line 32)

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_Multilang
         |
         --Giscuit_Db_Table_Layer_Incidents
Variable Summary
Method Summary
 __construct ([ $options = array()]) void
 addItem (Zend_Form $data) integer
 editStatus (integer $gid) integer
 getItems ([ $options = array()]) Zend_Db_Table_Rowset
Variables
array $_multilangTextColumns = array('category') (line 53)

Names of multilang fields inside the table

  • access: protected

Redefinition of:
Giscuit_Db_Table_Multilang::$_multilangTextColumns
Contains the names of multilang fields inside the table
string $_name = 'incidents' (line 46)

Table name

  • access: protected
string $_primary = 'gid' (line 39)

Table primary key name

  • access: protected

Redefinition of:
Giscuit_Db_Table_Abstract::$_primary
Table primary key name
Methods
Constructor __construct (line 60)

Constructor

  • access: public
void __construct ([ $options = array()])
  • $options

Redefinition of:
Giscuit_Db_Table_Abstract::__construct()
Constructor
addItem (line 145)

Add item

  • return: The id of the new element
  • access: public
integer addItem (Zend_Form $data)
  • Zend_Form $data: A form object populated with request data
editStatus (line 187)

Edit item

  • return: The gid of the element
  • access: public
integer editStatus (integer $gid)
  • integer $gid: The id of the row to edit
getItems (line 77)

Get items

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

Inherited Methods

Inherited From Giscuit_Db_Table_Multilang

 Giscuit_Db_Table_Multilang::addMultilangFields()
 Giscuit_Db_Table_Multilang::delete()
 Giscuit_Db_Table_Multilang::getMultilangPostData()
 Giscuit_Db_Table_Multilang::manageMultilangText()
 Giscuit_Db_Table_Multilang::withMultilangFields()

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()
Class Constants

Documentation generated on Fri, 23 Nov 2012 13:02:40 +0000 by phpDocumentor 1.4.3