Examples with "ActiveQuery" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Jedyna różnica jest taka, że zamiast użycia operatora new do stworzenia obiektu kwerendy, wywołujemy metodę find(), która zwraca nowy obiekt kwerendy klasy ActiveQuery.
The only difference is that instead of using the new operator to create a query object, you call yii\db\ActiveRecord::find() to return a new query object which is of class yii\db\ActiveQuery.
Informacja: Jeśli ActiveQuery zawiera warunek podany za pomocą onCondition(), będzie on umieszczony w części instrukcji ON tylko jeśli kwerenda zawiera JOIN.
Info: When yii\db\ActiveQuery is specified with a condition via onCondition(), the condition will be put in the ON part if the query involves a JOIN query.
Informacja: Dzięki temu, że ActiveQuery rozszerza klasę Query, możesz użyć wszystkich metod dotyczących kwerend i ich budowania opisanych w sekcji Konstruktor kwerend.
Info: Because yii\db\ActiveQuery extends from yii\db\Query, you can use all query building methods and query methods as described in the Section Query Builder.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.