PHP Class ClientController, cakephp-ftp

Inheritance: extends Zend_Controller_Action
Datei anzeigen Open project: fotografde/cakephp-ftp Class Usage Examples

Public Properties

Property Type Description
$components
$connected
$helpers
$tmp_file
$uses

Public Methods

Method Description
beforeFilter ( ) beforeFilter Try to connect
delete ( string $path = null ) delete
download ( string $path = null ) download
index ( string $path = null ) index Browse remote files
logout ( ) logout
upload ( ) upload

Method Details

beforeFilter() public method

beforeFilter Try to connect
public beforeFilter ( )

delete() public method

delete
public delete ( string $path = null )
$path string

download() public method

download
public download ( string $path = null )
$path string

index() public method

index Browse remote files
public index ( string $path = null )
$path string

logout() public method

logout
public logout ( )

upload() public method

upload
public upload ( )

Property Details

$components public_oe property

public $components

$connected public_oe property

public $connected

$helpers public_oe property

public $helpers

$tmp_file public_oe property

public $tmp_file

$uses public_oe property

public $uses