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 @@ -6,8 +6,8 @@ Custom Function Calls
66 :local:
77 :depth: 2
88
9- $db->callFunction();
10- ============================
9+ $db->callFunction()
10+ ===================
1111
1212This function enables you to call PHP database functions that are not
1313natively included in CodeIgniter, in a platform-independent manner. For
@@ -17,7 +17,7 @@ do so like this:
1717
1818.. literalinclude :: call_function/001.php
1919
20- You must supply the name of the function, **without ** the mysql \_
20+ You must supply the name of the function, **without ** the `` mysql_ ``
2121prefix, in the first parameter. The prefix is added automatically based
2222on which database driver is currently being used. This permits you to
2323run the same function on different database platforms. Obviously, not all
You can’t perform that action at this time.
0 commit comments