Quinoa
[ class tree: Quinoa ] [ index: Quinoa ] [ all elements ]

Class: Quinoa_Session

Source Location: /Quinoa/Session.php

Class Overview


Quinoa Session class.


Author(s):

Version:

  • 0.0.21 2007-09-23

Copyright:

  • 2007

Methods



Class Details

[line 50]
Quinoa Session class.

Quinoa Session class. Quinoa_Session is in charge of putting and getting from session variables or serializable objects. It can also tell you whether a variable is in session. Quinoa_Session includes all necessary files for an object in seesion to be instatiated. PHP version 5.x Copyright (c) 2007, Freeconcept, Lda. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Freeconcept, Lda. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




Tags:

since:  File available since Release 0.0.1
link:  http://www.quinoaframework.org
version:  0.0.21 2007-09-23
copyright:  2007
author:  Marcello Duarte <marcello.duarte@gmail.com>


[ Top ]


Class Methods


method get [line 69]

mixed get( string $name)

Gets the variable from session and includes necessary files when

Gets the variable from session and includes necessary files when needed




Tags:

static:  
access:  public


Parameters:

string   $name  

[ Top ]

method has [line 57]

boolean has( string $name)

Checks whether a varible exists in session

Checks whether a varible exists in session




Tags:

static:  
access:  public


Parameters:

string   $name  

[ Top ]

method put [line 95]

void put( string $name, mixed $value)

Puts a variable in session

Puts a variable in session




Tags:

static:  
access:  public


Parameters:

string   $name  
mixed   $value  

[ Top ]


Documentation generated on Wed, 03 Oct 2007 14:25:57 +0100 by phpDocumentor 1.3.0RC3