Class Giscuit_Db_Table_Sessions

Description

Class for sessions table

  • copyright: Copyright (c) 2012 VEC

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

Zend_Db_Table_Abstract
   |
   --Giscuit_Db_Table_Abstract
      |
      --Giscuit_Db_Table_Sessions
Variable Summary
 string $_name
 string $_primary
 integer $_userId
Method Summary
 add () integer
 edit () void
 get () Zend_Db_Table_Rowset
 init () void
 start () void
Variables
string $_name = 'sessions' (line 36)

Table name

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

Table primary key name

  • access: protected

Redefinition of:
Giscuit_Db_Table_Abstract::$_primary
Table primary key name
integer $_userId (line 50)

Current user id

  • access: protected
Methods
add (line 113)

Add session

  • return: The id of the new element
  • access: public
integer add ()
edit (line 129)

Update the current session

  • access: public
void edit ()
get (line 89)

Get the current session

  • access: public
Zend_Db_Table_Rowset get ()
init (line 57)

Initialize

  • access: public
void init ()
start (line 71)

Initialize the session

  • access: public
void start ()

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 Fri, 23 Nov 2012 13:02:58 +0000 by phpDocumentor 1.4.3