Commit aa94aac1 by Qiang Xue

Merge pull request #6597 from softark/docs-guide-ja-output-data-widgets

Docs guide ja output data widgets [ci skip]
parents 2081d0e8 3bd74eba
...@@ -100,7 +100,7 @@ All Rights Reserved. ...@@ -100,7 +100,7 @@ All Rights Reserved.
* **TBD** [ページネーション](output-pagination.md) * **TBD** [ページネーション](output-pagination.md)
* **TBD** [並べ替え](output-sorting.md) * **TBD** [並べ替え](output-sorting.md)
* [データプロバイダ](output-data-providers.md) * [データプロバイダ](output-data-providers.md)
* **翻訳中** [データウィジェット](output-data-widgets.md) * [データウィジェット](output-data-widgets.md)
* **翻訳中** [クライアントスクリプトを扱う](output-client-scripts.md) * **翻訳中** [クライアントスクリプトを扱う](output-client-scripts.md)
* **翻訳中** [テーマ](output-theming.md) * **翻訳中** [テーマ](output-theming.md)
......
...@@ -677,7 +677,7 @@ if ($customers[0]->orders[0]->customer === $customers[0]) { ...@@ -677,7 +677,7 @@ if ($customers[0]->orders[0]->customer === $customers[0]) {
> つまり、リレーションが [[yii\db\ActiveQuery::via()|via()]] または [[yii\db\ActiveQuery::viaTable()|viaTable()]] によって定義されている場合は、[[yii\db\ActiveQuery::inverseOf()]] を追加で呼ぶことは出来ません。 > つまり、リレーションが [[yii\db\ActiveQuery::via()|via()]] または [[yii\db\ActiveQuery::viaTable()|viaTable()]] によって定義されている場合は、[[yii\db\ActiveQuery::inverseOf()]] を追加で呼ぶことは出来ません。
リレーションを使ってテーブルを結合する リレーションを使ってテーブルを結合する <a name="joining-with-relations">
-------------------------------------- --------------------------------------
リレーショナルデータベースを扱う場合、複数のテーブルを結合して、JOIN SQL 文にさまざまなクエリ条件とパラメータを指定することは、ごく当り前の仕事です。 リレーショナルデータベースを扱う場合、複数のテーブルを結合して、JOIN SQL 文にさまざまなクエリ条件とパラメータを指定することは、ごく当り前の仕事です。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment