Hi,
I am new in phalcon. I am trying to debug SQL Query string but I am unable to find out how i can do it ??
Can you help me plz.
Ex: Users::find('is_active="1"') I want query like : "Select * from users where is_active='1'";
In Laravel I can do it by using ->getSql() but in phalcon how i cn do it??
Thanks .