Class Giscuit_Db_Table_QuerybuilderQueries

Description

Class for queries table

  • copyright: Copyright (c) 2012 VEC

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

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_QuerybuilderQueries
Variable Summary
 string $_name
 string $_primary
Method Summary
 addItem (array $data) Zend_Db_Table_Row
 getItems ([ $options = array()]) Zend_Db_Table_Rowset
Variables
string $_name = 'querybuilder_queries' (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 88)

Add item

  • access: public
Zend_Db_Table_Row addItem (array $data)
  • array $data: Query data
getItems (line 54)

Get queries

  • access: public
Zend_Db_Table_Rowset getItems ([ $options = array()])
  • array $options: Available options:
    • whereStm string - Fetch rows that match the statement
    • whereLayerId integer - Fetch rows that match the layer id
    • asArray bool - Get results as array

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, 23 Jan 2013 15:54:52 +0000 by phpDocumentor 1.4.3