TranceSmile

Untitled

Sep 6th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1.     public function attributeLabels()
  2.     {
  3.         return array(
  4.             'id' => 'ID',
  5.             'username' => 'Логин',
  6.             'password' => 'Пароль',
  7.             'salt' => 'Salt',
  8.             'email' => 'Email',
  9.             'role' => 'Role',
  10.         );
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment