You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
Hello there!
I just have a small question. I'm created a document and one of it's properties have a requirement such as:
'products' => 'DocumentSet',
products.$' => array('Document:Model_Product'),
so as I understood from reading Shanty_Mongo_DocumentSet sources I simply cannot pass values to product when instantinating it like this:
$this->products->new(array('foo' => 'bar'));
So there is any reason for such behavior or it just not implemented yet?
The text was updated successfully, but these errors were encountered: