Difference between #97 and #98 of
Yii for beginners

Revision #98 has been created by WaldemarPross on Aug 1, 2013, 8:35:47 AM with the memo:

Added a missing apostrophe in the code snippets for labels
« previous (#97) next (#99) »

Changes

Title unchanged

Yii for beginners

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

yii, tutorial, fresher, newbie, MVC

Content changed

[...]
```php
public function attributeLabels()
{
return array(
'id_user
' => 'Users ID',
'user_name' => 'Name of user',
);
[...]
{
return array(
'id_user
' => 'Users ID',
'user_name' => 'Name of user',
);
[...]
{
return array(
'id_user
' => 'Users ID',
'user_name' => 'Name of user',
);
}

}
[...]
68 0
75 followers
Viewed: 437 885 times
Version: 1.1
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Oct 9, 2011
Last updated: 4 years ago
Update Article

Revisions

View all history