PHP Class FtpHelper, cakephp-ftp

Inheritance: extends AppHelper
ファイルを表示 Open project: fotografde/cakephp-ftp

Public Properties

Property Type Description
$helpers

Public Methods

Method Description
listFiles ( array $data = null ) : string listFiles Prints list of files
loginForm ( array $data = null ) : string loginForm Prints a login form
uploadForm ( array $data = null ) : string uploadForm Prints an upload form

Method Details

listFiles() public method

listFiles Prints list of files
public listFiles ( array $data = null ) : string
$data array
return string

loginForm() public method

loginForm Prints a login form
Deprecation: Write your own, this will be removed soon.
public loginForm ( array $data = null ) : string
$data array
return string

uploadForm() public method

uploadForm Prints an upload form
public uploadForm ( array $data = null ) : string
$data array
return string

Property Details

$helpers public_oe property

public $helpers