PHP Class Tables_model, TastyIgniter

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

Méthodes publiques

Méthode Description
deleteTable ( $table_id )
getAutoComplete ( $filter_data = [] )
getCount ( $filter )
getList ( $filter = [] )
getTable ( $table_id )
getTables ( )
getTablesByLocation ( $location_id = FALSE )
saveTable ( $table_id, $save = [] )

Method Details

deleteTable() public méthode

public deleteTable ( $table_id )

getAutoComplete() public méthode

public getAutoComplete ( $filter_data = [] )

getCount() public méthode

public getCount ( $filter )

getList() public méthode

public getList ( $filter = [] )

getTable() public méthode

public getTable ( $table_id )

getTables() public méthode

public getTables ( )

getTablesByLocation() public méthode

public getTablesByLocation ( $location_id = FALSE )

saveTable() public méthode

public saveTable ( $table_id, $save = [] )