PHP 클래스 FtpHelper, cakephp-ftp

상속: extends AppHelper
파일 보기 프로젝트 열기: fotografde/cakephp-ftp

공개 프로퍼티들

프로퍼티 타입 설명
$helpers

공개 메소드들

메소드 설명
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

메소드 상세

listFiles() 공개 메소드

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

loginForm() 공개 메소드

loginForm Prints a login form
사용 중단: Write your own, this will be removed soon.
public loginForm ( array $data = null ) : string
$data array
리턴 string

uploadForm() 공개 메소드

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

프로퍼티 상세

$helpers 공개적으로 프로퍼티

public $helpers