solved Join Between two datastore

sbhadauria
@sbhadauria
9 years ago
129 posts
I have two modules jrMedia and jrLicense. One media can have more then one license.
I want to get media items based on active license, there is license_date key in license datastore.

There is any way to join two datastores? Please response ASAP.
updated by @sbhadauria: 08/27/15 07:35:20PM
paul
@paul
9 years ago
4,326 posts
So you want licence info to be attached to media items?
Put a 'db_search_items' and/or 'db_get_item' listener(s) into the jrLicense module that tests for those actions on the jrMedia datastore and adds in the License info.
Hope that helps


--
Paul Asher - JR Developer and System Import Specialist
michael
@michael
9 years ago
7,714 posts
'jr' is the prefix for modules made by 'the jamroom network'. Choose a different prefix for modules you build.

If there is no plans to release it in the marketplace then xx will do if you don't want attribution.

xxMedia
xxLicense

Tags