crud

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
АзатМхитарян
Posts: 3
Joined: 28 Feb 2020, 11:55

crud

Post by АзатМхитарян » 28 Feb 2020, 12:04

How to make crud in aimeos?

АзатМхитарян
Posts: 3
Joined: 28 Feb 2020, 11:55

Re: crud

Post by АзатМхитарян » 28 Feb 2020, 12:48

My environment is
Php 7.2
Ubuntu 19.04
Aimeos 2019.10

SaurabhSharma
Posts: 12
Joined: 23 Feb 2020, 10:32

Re: crud

Post by SaurabhSharma » 28 Feb 2020, 13:09


АзатМхитарян
Posts: 3
Joined: 28 Feb 2020, 11:55

Re: crud

Post by АзатМхитарян » 28 Feb 2020, 13:21

thank you for your reply, do you make a crud in aimeos?
can you give me a guide how to create crude for slider?

User avatar
aimeos
Administrator
Posts: 7881
Joined: 01 Jan 1970, 00:00

Re: crud

Post by aimeos » 28 Feb 2020, 15:17

You mean "create", "retrieve", "update" and "delete" data (CRUD)?

The low level API (managers) use:
- createItem() -> create but not in database, only the object in memory
- getItem() / findItem() / searchItems() -> retrieve
- saveItem() / saveItems() -> insert or update depending if an ID is available
- deleteitem() / deleteItems() -> delete

The possibilities are documented here:
https://aimeos.org/docs/Developers#Managers_and_items
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply