Basic SQL Interpreter

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Re: Basic SQL Interpreter

Post by Jenk »

Yeah, this is effectively PHP Linq. Linq is handy at times (I've used in .NET,) but only when dealing with large amounts of data in an array, or a deeply nested array.
Post Reply