From 3f45bbdcfabac41fa3ee33277a21727f71de991a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 7 Dec 2008 17:00:09 +0000 Subject: fixed a broken link, fixed a typo --- user_guide/libraries/loader.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/loader.html') 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->fubar->function();

$this->load->database('options', true/false)

This function lets you load the database class. The two parameters are optional. Please see the -database section for more info.

+database section for more info.

$this->load->scaffolding('table_name')

-- cgit v1.2.3-24-g4f1b