PHP 클래스 Countries_model, TastyIgniter

상속: extends Crmmodel
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

공개 메소드들

메소드 설명
deleteCountry ( $country_id )
getCount ( $filter = [] )
getCountries ( )
getCountry ( $country_id )
getList ( $filter = [] )
saveCountry ( $country_id, $save = [] )

메소드 상세

deleteCountry() 공개 메소드

public deleteCountry ( $country_id )

getCount() 공개 메소드

public getCount ( $filter = [] )

getCountries() 공개 메소드

public getCountries ( )

getCountry() 공개 메소드

public getCountry ( $country_id )

getList() 공개 메소드

public getList ( $filter = [] )

saveCountry() 공개 메소드

public saveCountry ( $country_id, $save = [] )