$table
$table : \Dewdrop\Db\Table
The table object containing this provider.
A field provider that allows checking and instantiating field objects for the ManyToMany relationships assigned to the provider's table object.
$table : \Dewdrop\Db\Table
The table object containing this provider.
__construct(\Dewdrop\Db\Table $table)
Create a reference to the supplied table object.
\Dewdrop\Db\Table | $table |
instantiate(string $name) : \Dewdrop\Db\ManyToMany\Field
Create a field object for the many-to-many relationship matching the supplied name.
string | $name |
augmentSelect(\Dewdrop\Db\Select $select) : \Dewdrop\Db\Select
Augment the provided Select by adding a comma-separated list of many-to-many values for all relationships in this field provider.
\Dewdrop\Db\Select | $select |