Browse Source

better sentence for label example.

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
a2a4c40be0
  1. 2
      docs/guide/model.md

2
docs/guide/model.md

@ -69,7 +69,7 @@ Attribute labels
---------------- ----------------
Attribute labels are mainly used for display purpose. For example, given an attribute `firstName`, we can declare Attribute labels are mainly used for display purpose. For example, given an attribute `firstName`, we can declare
a label `First Name` which is more user-friendly and can be displayed to end users as a form label or next to the attribute value. a label `First Name` which is more user-friendly and can be displayed to end users for example as a form label.
By default an attribute label is generated using [[\yii\base\Model\generateAttributeLabel()]] but the better way is to By default an attribute label is generated using [[\yii\base\Model\generateAttributeLabel()]] but the better way is to
specify it explicitly like the following: specify it explicitly like the following:

Loading…
Cancel
Save