From bafe651a15358793689e2e2f7efcfcdfec2869ae Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 17 Jan 2008 03:37:53 +0000 Subject: typos --- user_guide/general/models.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general') diff --git a/user_guide/general/models.html b/user_guide/general/models.html index cfeefacab..f5238eec7 100644 --- a/user_guide/general/models.html +++ b/user_guide/general/models.html @@ -203,7 +203,7 @@ class Blog_controller extends Controller {
}

Auto-loading Models

-

If you find that you need a particular model globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the mdoel to the autoload array.

+

If you find that you need a particular model globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the model to the autoload array.

Connecting to your Database

-- cgit v1.2.3-24-g4f1b