Hello guys! I want to make a Image Gallery CRUD with Phalcon. But I need to set an order to the images, so I can choose which image will be befor another...
Let's say I have a table "users" in my Database, I want to associate a gallery for each user, trying to save me to store the images or its names in my database.
Accesing them in this way: https://domain.com/images/userIdHere/1.jpg, https://domain.com/images/userIdHere/2.jpg, https://domain.com/images/userIdHere/N.jpg
There is some pre-made project for this? What you would advise to do this in Phalcon?
Thanks for reading!