PHP 클래스 Admin_articles, 68kb

상속: extends CI_Controller
파일 보기 프로젝트 열기: 68kb/68kb

공개 메소드들

메소드 설명
__construct ( )
add ( ) add article
edit ( $id = '' ) add article
grid ( ) : string Grid
index ( ) Show table grid
upload_delete ( $id = '' ) Delete an Uploaded file.

비공개 메소드들

메소드 설명
_column_to_field ( $i ) : string Relate column to field
_mkdir ( $target ) Attempt to make a directory to house uploaded files.

메소드 상세

__construct() 공개 메소드

public __construct ( )

add() 공개 메소드

add article
public add ( )

edit() 공개 메소드

add article
public edit ( $id = '' )

grid() 공개 메소드

This is used by the data table js.
public grid ( ) : string
리턴 string

index() 공개 메소드

Show table grid
public index ( )

upload_delete() 공개 메소드

Delete an Uploaded file.
public upload_delete ( $id = '' )