Welcome Guest, Not a member yet? Register   Sign In
Add Image Crud to site
#1

Hello!

I would like to add an image crud to site, something like this:

https://www.codexworld.com/image-gallery...php-mysql/

This one would be great but dont know how to add it(which is model or controller). Is there anything else out there as well?



Heart Heart ,
Mekaboo
Reply
#2

(This post was last modified: 06-22-2019, 09:39 PM by jreklund.)

Model:
DB.class.php

Controller & View:
manage.php
addEdit.php
"Dynamic Images Gallery View"
These should be separated to a controller (top part) and a view (bottom part)

Controller:
postAction.php
Reply
#3

(06-22-2019, 09:38 PM)jreklund Wrote: Model:
DB.class.php

Controller & View:
manage.php
addEdit.php
"Dynamic Images Gallery View"
These should be separated to a controller (top part) and a view (bottom part)

Controller:
postAction.php

Awesome sauce, thank ya Heart
Reply




Theme © iAndrew 2016 - Forum software by © MyBB