Login
Remember
Register
Ask a Question
What are the features of PHQL.
0
votes
asked
Dec 30, 2023
in
Phalcon
by
rahuljain1
What are the features of PHQL.
phql-features
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2023
by
rahuljain1
Below are the features of PHQL.
It secures the code using bound parameters.
It prevents injection by executing one SQL statement per call.
It ignores all comments which mostly used in SQL injections.
It only allows data manipulation statement to execute.
...