Hi,
If I am using the below code find out the maximum display order and for some reason the DB execution fails, what is the value it returns? Is it false, If false then for empty also the result will be false. How to differentiate between them?
$disp_order = Devices::maximum(array
("column" => "disp_order")
);