in some frameworks (symfony) you can generate an admin panel for CRUD operations.
i wonder why i should use that one and not doing CRUD directly in phpmyadmin?
what are the benefits with an admin panel?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most important : You can implement a business logic and check what data are entered by the user.
E.g. : you don’t want to allow the user to change the unique ids of the products. You don’t want the user to change historized data, like older orders.
It is also about graphical and readability access. When you show a restaurant, do you want to see the Owner’s id (e.g. : “A253”), or his name/telephone ?