What is the way the information is obtained and introduced in the database ? it seens to me by looking at the logs that it used sql (prepared statements) is it true?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the way the information is obtained and introduced in the database ? it seens to me by looking at the logs that it used sql (prepared statements) is it true?
Yes, all information is retrieved from database with sql statements.