Select IItems from database

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
berdev
Posts: 9
Joined: 09 Apr 2021, 11:54

Select IItems from database

Post by berdev » 16 Apr 2021, 10:57

Hi aimeos,
I have tried to create my own ext and I have created new table following that link https://aimeos.org/docs/2020.x/infrastr ... ew-domains
My table is created,
Now I need to select items from my new table but the the fucntion returns null
I don't now if my function is correct : I have followed this link https://aimeos.org/docs/2020.x/infrastr ... /#database
PS : My table contains data !
Attachments
2021-04-16 (3).png
2021-04-16 (3).png (192.4 KiB) Viewed 1656 times

berdev
Posts: 9
Joined: 09 Apr 2021, 11:54

Re: Select IItems from database

Post by berdev » 17 Apr 2021, 09:41

Hi I just need to know how to use my new domain and his tables do I need to extend manager ?
PS: My function is correct It works fine for all domains that already exist like db-product
but for my new domain it doesn't work !

berdev
Posts: 9
Joined: 09 Apr 2021, 11:54

Re: Select IItems from database

Post by berdev » 17 Apr 2021, 11:37

Okay I have fixed my problem thank you !

Post Reply