diff options
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/models.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <var>Model_name</var> extends Model {<br /> }<br />
}</code>
-<p>Where <var>Model_name</var> is the name of your class. Class names <strong>must</strong> be capitalized.
+<p>Where <var>Model_name</var> is the name of your class. Class names <strong>must</strong> have the first letter capitalized with the rest of the name lowercase.
Make sure your class extends the base Model class.</p>
<p>The file name will be a lower case version of your class name. For example, if your class is this:</p>
|