Skip to content

Commit

Permalink
Merge pull request #5169 from tsmsogn/patch-1
Browse files Browse the repository at this point in the history
[ja] to camelize table alias
  • Loading branch information
okinaka committed Aug 9, 2017
2 parents 9f8d12d + f63bcc9 commit ff9a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/core-utility-libraries/hash.rst
Expand Up @@ -93,7 +93,7 @@ Hash パス構文

// 共通の使い方:
$users = $this->user->find("all");
$results = Hash::extract($users, '{n}.user.id');
$results = Hash::extract($users, '{n}.User.id');
// $results は以下のとおり:
// array(1,2,3,4,5,...);

Expand Down

0 comments on commit ff9a265

Please sign in to comment.