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

Class: FTFile

Source Location: /Widgets/FT/FTFile.php

Class Overview

PEAR
   |
   --BifWidget
      |
      --FTItem
         |
         --FTFile

A widget to send a file


Author(s):

Version:

  • $Revision: 1.3 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 40]
A widget to send a file

NOTE: You can use the Application::getParameter() method like this:

$content = $_SESSION['_BifApplication']->getParamenter('MyVar');

$content will contain the contents of the file sended and:

$file = $_SESSION['_BifApplication']->getParamenter('MyVar_file'); (??)

$file will be a temporary file (usually in /tmp/) containing file contents




Tags:

see:  FTItem::FTItem()
version:  $Revision: 1.3 $
author:  Nicolás D. César <ncesar@lunix.com.ar>


[ Top ]


Class Methods


constructor FTFile [line 52]

FTFile FTFile( [$attrs $attrs = array()], string 1, string 2)

Instantiate a FTFile widget.

This constructor inherits attributes from FTItem: DESCRIPTION, ITEM, HELP and ERROR.




Parameters:

string   1   NAME Variable's name.
string   2   VALUE (?)
$attrs   $attrs   Instance's attributes specified as a hash in CAPS.

[ Top ]


Documentation generated on Wed, 10 Nov 2004 19:41:45 -0300 by phpDocumentor 1.2.3