I am new to zf and I've started working with zf2, I don't find much documentation for the syntax and all. My issue is how to write is not null
condition in zf2 syntax.
$select->where->notEqualTo('pe_name', '');
I've written for not equal to
, now I need for is not null
. I don't know how to write this in this syntax. Can anyone who is familiar with this help me.