frameworks - why use admin panel instead of phpmyadmin for CRUD? -


In some frame (Symphony) you can prepare an admin panel for operation of CRYOG.

I wonder if I should use that one and should not do CRUD in phpmyadmin directly?

What are the benefits with the admin panel?

Thanks

business logic and check by user Which data has been entered.

Example: You do not want to allow the user to change unique IDs of products. You do not want user to change historical data like old data.

This is also about graphical and readability reach. When you show a restaurant, do you want to see the owner's ID (eg "A 253"), or his name / telephone?


Comments