diff options
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r-- | user_guide/libraries/loader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 2680dfab4..5bf938c0a 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -153,7 +153,7 @@ to your browser. Remember to assign it to a variable if you want the data retur $this-><kbd>fubar</kbd>->function();</code> <h2>$this->load->database('<var>options</var>', <kbd>true/false</kbd>)</h2> <p>This function lets you load the database class. The two parameters are <strong>optional</strong>. Please see the -<a href="./database/index.html">database</a> section for more info.</p> +<a href="../database/index.html">database</a> section for more info.</p> <h2>$this->load->scaffolding('<var>table_name</var>')</h2> |