Home »
MCQs »
FuelPHP MCQs
If you want to get the last executed query then which of the following DB class methods you will use?
40. If you want to get the last executed query then which of the following DB class methods you will use?
- Previous_query
- Last
- Last_query
Answer: C) Last_query
Explanation:
The last_query method is used to get the last executed query.