Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
c92c0089
Commit
c92c0089
authored
Jul 03, 2013
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed part about extending attributes which is not basic usage
Discussion is here:
https://github.com/yiisoft/yii2/commit/9bc5868dd1f1d843c133d73726fd3f01197a3d5d#commitcomment-3552713
parent
3aed0825
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
model.md
docs/guide/model.md
+1
-13
No files found.
docs/guide/model.md
View file @
c92c0089
...
...
@@ -50,20 +50,8 @@ class LoginForm extends \yii\base\Model
}
```
In order to change this, you can override
`attributes()`
method that returns a list of model attributes. For example,
[
[\yii\db\ActiveRecord
]
] class implements attributes as DB table columns:
In order to change this, you can override
`attributes()`
method that returns a list of model attribute names.
```
php
// Post is associated with the tbl_post DB table.
// Its attributes correspond to the columns in tbl_post
class
Post
extends
\yii\db\ActiveRecord
{
public
function
table
()
{
return
'tbl_post'
;
}
}
```
Attribute labels
----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment