Search found 1 match

by Roemer
Fri Jan 06, 2012 5:27 pm
Forum: PHP - Code
Topic: Simple Entity Framework with SQL-Generation
Replies: 2
Views: 1293

Simple Entity Framework with SQL-Generation

Hi All I'm working on a small php project where I need some Selects/Inserts/Updates/Deletes from a MySQL database and since I don't like to write SQL by hand, I took the time to create a simple Entity Framework with handles this for me. I deployed the whole thing on google code: entitydataaccess - G...