with the document of phalcon->working with models->Logging Low-Level SQL Statements, I try to add an eventsManager of beforeQuery, to log the SQL statement with getSQLStatement.
But I use a binding parameter with find() method of a model. so in the log file which can't convert the bind parameters to actual value of parameter.
How can I solve this problem?
thanks!