DEV Community

Discussion on: How to Implement CRUD Operations in Your Application Using PHP and MySQL

Collapse
 
agitri profile image
agitri

one free advice; use laravel / symfony next time save you alot of time :)

Collapse
 
ibonkonesa profile image
Ibon

I agree you about using a framework is the right option in a real life project, but I think this post is useful for people who are learning. It's necessary they understand how the system works before using a framework that will make the dirty work.

Collapse
 
brandondamue profile image
Brandon Damue

I thought as much Ibon. A framework kind of like hides some detail that's why I made this post to show how it is done in pure PHP. Thanks for you review.