From 57211eb60cb5bcb844695746e8cba9aa6c1f9924 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 17 Jan 2008 15:56:05 +0000 Subject: clarified capitalization of model class names --- 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 f5238eec7..8aea194ea 100644 --- a/user_guide/general/models.html +++ b/user_guide/general/models.html @@ -137,7 +137,7 @@ class Model_name extends Model {
    }
} -

Where Model_name is the name of your class. Class names must be capitalized. +

Where Model_name is the name of your class. Class names must have the first letter capitalized with the rest of the name lowercase. Make sure your class extends the base Model class.

The file name will be a lower case version of your class name. For example, if your class is this:

-- cgit v1.2.3-24-g4f1b