Grocery CRUD is an open source library that makes a developer's life easier. Few simple lines of code and you can create a full stable CRUD with nice views. A completely automatic system that even a newbie in PHP can work with! Do you want to know how? Let's start with the installation guide. $crud = new GroceryCrud(); // Seriously! This is all the code you need! $crud->setTable('customers'); $cru