File tree Expand file tree Collapse file tree
user_guide_src/source/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,8 +269,10 @@ hasError()
269269
270270Returns boolean true/false if the last ``execute() `` call created any errors.
271271
272- getErrorCode() getErrorMessage()
273- --------------------------------
272+ getErrorCode()
273+ --------------
274+ getErrorMessage()
275+ -----------------
274276
275277If any errors were encountered these methods can be used to retrieve the error code and string.
276278
@@ -283,8 +285,8 @@ Internally, all queries are processed and stored as instances of
283285the parameters, otherwise preparing the query, and storing performance
284286data about its query.
285287
286- getLastQuery()
287- ==============
288+ $db-> getLastQuery()
289+ ===================
288290
289291When you just need to retrieve the last Query object, use the
290292``getLastQuery() `` method:
You can’t perform that action at this time.
0 commit comments