From 5808346898ec9c602893fc54540958a8c556be29 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 24 Sep 2006 17:58:27 +0000 Subject: --- user_guide/general/models.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/general/models.html') diff --git a/user_guide/general/models.html b/user_guide/general/models.html index 26b85f67b..71f68bd5c 100644 --- a/user_guide/general/models.html +++ b/user_guide/general/models.html @@ -122,7 +122,7 @@ class Blogmodel extends Model {

} -

Note: The functions in the above example use the Active Record database functions.

+

Note: The functions in the above example use the Active Record database functions.

@@ -207,7 +207,7 @@ class Blog_controller extends Controller {

When a model is loaded it does NOT connect automatically to your database. The following options for connecting are available to you: