PHP Class Tables_model, TastyIgniter

Inheritance: extends CI_Model
Exibir arquivo Open project: tastyigniter/tastyigniter Class Usage Examples

Public Methods

Method 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 method

public deleteTable ( $table_id )

getAutoComplete() public method

public getAutoComplete ( $filter_data = [] )

getCount() public method

public getCount ( $filter )

getList() public method

public getList ( $filter = [] )

getTable() public method

public getTable ( $table_id )

getTables() public method

public getTables ( )

getTablesByLocation() public method

public getTablesByLocation ( $location_id = FALSE )

saveTable() public method

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