why use symfony's admin panel instead of phpmyadmin for CRUD?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-05-16T16:37:27Z Indexed on 2010/05/16 16:40 UTC
Read the original article Hit count: 128

Filed under:
|

in 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

© Stack Overflow or respective owner

Related posts about symfony

Related posts about framework