Jason Danielson
Jason Danielson
it would be great if you could just add multiple viaTable calls: ``` PHP $this->hasMany( Tag::className(), ['id' => 'tag_id'] ) ->viaTable( ItemTag::tableName(), ['item_id' => 'id'] ) ->viaTable( TagSuggestion::tableName(), ['item_id' =>...
i don't know if what i am asking for is too rare a case - perhaps it is. but it's very hard to figure out when yii is able to...
but i need the relations from BOTH tables together!
to be clear - i want ALL the tags via the ItemTag table and ALL the tags via the TagSuggestion table. the two via tables are independent of each other.
maybe i could propose adding an optional callable function to the hasMany method that would provide the list of records returned by the hasmany query. this list could be modified...
FWIW, I'm getting this with React hot reloading. I can't say if it's an artifact of my setup or not since I barely understand the issue in the first place....
Last commit was over a year ago. I'm curious why nuget still doesn't have this latest version?
Turns out wrapping my icon path in `` and specifying the transformation on that element worked. ``````
can you please explain better?