Welcome Guest, Not a member yet? Register   Sign In
check for found results in controller
#1

How to check if there are results found with a model?

PHP Code:
$array = ['country_id' => $postData['country_id']];
$cities $this->CitiesModel->where($array)->orderBy('id''asc')->findAll();
if(
$cities){
// OK
} else {
// No results found

Reply


Messages In This Thread
check for found results in controller - by Secux - 11-05-2021, 02:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB