开发者

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

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 a开发者_运维技巧m looking for. Thanks


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/


Look into CakePHP. The code generation (or scaffolding) will get you a working CRUD interface in a few minutes.


I know this question is fairly old, but I came across this jQGrid + PHP component, and for straight out install-and-go simplicity, it's hard to beat.


Hard to say with so few informations...

CouchDB + PHPillow if you don't neccessarily need SQL - works quite nice, Zend_DB + (Sqlite|MySql|Postgress) otherwise ...


Try Symfony. It's got good performance. Both Symfony and Doctrine (ORM used) have really good documentation sites.

http://www.symfony-project.org/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜