PHP Class Reviews, TastyIgniter

Inheritance: extends CI_Controller
Mostra file Open project: tastyigniter/tastyigniter Class Usage Examples

Public Methods

Method Description
__construct ( )
_check_customer ( $customer_id )
_check_location ( $location_id )
_check_sale_id ( $sale_id )
add ( )
edit ( )
index ( )
view ( )

Private Methods

Method Description
_addReview ( )
_deleteReview ( )
_saveReview ( )
validateForm ( )

Method Details

__construct() public method

public __construct ( )

_check_customer() public method

public _check_customer ( $customer_id )

_check_location() public method

public _check_location ( $location_id )

_check_sale_id() public method

public _check_sale_id ( $sale_id )

add() public method

public add ( )

edit() public method

public edit ( )

index() public method

public index ( )

view() public method

public view ( )