Select IItems from database
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Select IItems from database
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 !
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 (192.4 KiB) Viewed 1654 times
Re: Select IItems from database
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 !
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 !
Re: Select IItems from database
Okay I have fixed my problem thank you !