0 votes
in Phalcon by
What are the features of PHQL.

1 Answer

0 votes
by

Below are the features of PHQL.

  1. It secures the code using bound parameters.
  2. It prevents injection by executing one SQL statement per call.
  3. It ignores all comments which mostly used in SQL injections.
  4. It only allows data manipulation statement to execute.
...