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

(This post was last modified: 11-06-2021, 09:49 AM by ikesela.)

Another option:
Code:
$result = $cities ?? null;

if($result){
  ... result found
}else{
  . ..result not found
}
Reply


Messages In This Thread
check for found results in controller - by Secux - 11-05-2021, 02:22 PM
RE: check for found results in controller - by ikesela - 11-06-2021, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB