PHP 클래스 Reviews, TastyIgniter

상속: extends CI_Controller
파일 보기 프로젝트 열기: tastyigniter/tastyigniter 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
_check_customer ( $customer_id )
_check_location ( $location_id )
_check_sale_id ( $sale_id )
add ( )
edit ( )
index ( )
view ( )

비공개 메소드들

메소드 설명
_addReview ( )
_deleteReview ( )
_saveReview ( )
validateForm ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

_check_customer() 공개 메소드

public _check_customer ( $customer_id )

_check_location() 공개 메소드

public _check_location ( $location_id )

_check_sale_id() 공개 메소드

public _check_sale_id ( $sale_id )

add() 공개 메소드

public add ( )

edit() 공개 메소드

public edit ( )

index() 공개 메소드

public index ( )

view() 공개 메소드

public view ( )