PHP Class Reviews, TastyIgniter

Inheritance: extends CI_Controller
Afficher le fichier Open project: tastyigniter/tastyigniter Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
_check_customer ( $customer_id )
_check_location ( $location_id )
_check_sale_id ( $sale_id )
add ( )
edit ( )
index ( )
view ( )

Private Methods

Méthode Description
_addReview ( )
_deleteReview ( )
_saveReview ( )
validateForm ( )

Method Details

__construct() public méthode

public __construct ( )

_check_customer() public méthode

public _check_customer ( $customer_id )

_check_location() public méthode

public _check_location ( $location_id )

_check_sale_id() public méthode

public _check_sale_id ( $sale_id )

add() public méthode

public add ( )

edit() public méthode

public edit ( )

index() public méthode

public index ( )

view() public méthode

public view ( )