mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 11:40:19 +08:00
fixed typo
This commit is contained in:
@@ -500,7 +500,7 @@ you may take the following strategy:
|
|||||||
[modules](structure-modules.md). These model classes should contain minimal sets of rules and logic that
|
[modules](structure-modules.md). These model classes should contain minimal sets of rules and logic that
|
||||||
are common among all their usages.
|
are common among all their usages.
|
||||||
* In each [application](structure-applications.md) or [module](structure-modules.md) that uses a model,
|
* In each [application](structure-applications.md) or [module](structure-modules.md) that uses a model,
|
||||||
define a crete model class by extending from the corresponding base model class. The concrete model classes
|
define a concrete model class by extending from the corresponding base model class. The concrete model classes
|
||||||
should contain rules and logic that are specific for that application or module.
|
should contain rules and logic that are specific for that application or module.
|
||||||
|
|
||||||
For example, in the [Advanced Application Template](tutorial-advanced-app.md), you may define a base model
|
For example, in the [Advanced Application Template](tutorial-advanced-app.md), you may define a base model
|
||||||
|
|||||||
Reference in New Issue
Block a user