Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CRUD Class for PHP (Simple but will Allow Relational Data)

Tags:

php

mysql

orm

crud

I am building a database of products and manufacturers. I already have the database layout done. I am looking for a simple CRUD class that will let me setup Manufacturers and Products and create the records quickly and easily. I have looked at ORM's but they all seem to be over kill for what I am looking for. Thanks

like image 549
willlangford Avatar asked Jul 11 '10 21:07

willlangford


1 Answers

Take a look at Grocery CRUD, it is easy to use, has nice views with call backs. Might fit your needs. Check it out at http://www.web-and-development.com/grocery_crud/

like image 85
Matt Soltani Avatar answered Sep 21 '22 17:09

Matt Soltani