diff options
author | vlakoff <vlakoff@gmail.com> | 2013-02-15 01:36:04 +0100 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-02-15 01:36:04 +0100 |
commit | 3567246091195e035ea4c8d3b2915eb6b45ad5e2 (patch) | |
tree | 5abb111b5b6a1ecbe79720b37057df085bebad38 /user_guide_src/source/database | |
parent | 3a533ac93a62f15c2abd186878238b0a99e10f88 (diff) |
Various cosmetic fixes
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r-- | user_guide_src/source/database/call_function.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/call_function.rst b/user_guide_src/source/database/call_function.rst index 9890fc453..83fc870d0 100644 --- a/user_guide_src/source/database/call_function.rst +++ b/user_guide_src/source/database/call_function.rst @@ -7,7 +7,7 @@ $this->db->call_function(); This function enables you to call PHP database functions that are not natively included in CodeIgniter, in a platform independent manner. For -example, lets say you want to call the mysql_get_client_info() +example, let's say you want to call the mysql_get_client_info() function, which is **not** natively supported by CodeIgniter. You could do so like this:: |