-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Do eloquent models exist for the Aimeos shop tables? best would be along some simple examples of how to use it.
I give an example:
get all products from a group (catalog) label, specified by string.
and all of that, in the eloquent way.
Because right now I started writing all the models. MshopCatalog, MshopCatalogList, MshopProduct, MshopProductList etc. Now if that already exists I don't have to figure it out myself.
Another question:
While solving the above scenario i asked myself, even if those models do not exist, is there maybe code that describes and solves exactly those problems already? so i at least can copy the idea from there / get inspired. It took me a while which ID now was the one that corresponds to the product. This is time wasted, if it is written somewhere already as code that would explain it to me quicker.