PHP 클래스 extend

상속: extends InitFrm
파일 보기 프로젝트 열기: anchorcms/anchor-cms

공개 프로퍼티들

프로퍼티 타입 설명
$field_types
$table
$types

공개 메소드들

메소드 설명
field ( $type, $key, $id )
fields ( $type, $id, $pagetype = null )
files ( ) * Process field types
html ( $item )
paginate ( $page = 1, $perpage = 10 )
process ( $type, $item ) * Save
process_file ( $extend )
process_html ( $extend )
process_image ( $extend )
process_text ( $extend )
upload ( $file )
value ( $extend, $value = null )

비공개 메소드들

메소드 설명
resizeImage ( $extend, $filepath )

메소드 상세

field() 공개 정적인 메소드

public static field ( $type, $key, $id )

fields() 공개 정적인 메소드

public static fields ( $type, $id, $pagetype = null )

files() 공개 정적인 메소드

* Process field types
public static files ( )

html() 공개 정적인 메소드

public static html ( $item )

paginate() 공개 정적인 메소드

public static paginate ( $page = 1, $perpage = 10 )

process() 공개 정적인 메소드

* Save
public static process ( $type, $item )

process_file() 공개 정적인 메소드

public static process_file ( $extend )

process_html() 공개 정적인 메소드

public static process_html ( $extend )

process_image() 공개 정적인 메소드

public static process_image ( $extend )

process_text() 공개 정적인 메소드

public static process_text ( $extend )

upload() 공개 정적인 메소드

public static upload ( $file )

value() 공개 정적인 메소드

public static value ( $extend, $value = null )

프로퍼티 상세

$field_types 공개적으로 정적으로 프로퍼티

public static $field_types

$table 공개적으로 정적으로 프로퍼티

public static $table

$types 공개적으로 정적으로 프로퍼티

public static $types