Home | Features | Requirements | Examples | FAQ | Contribute | Credits | Contact |
---|
A set of PHP classes mimicing C#3.0's LINQ (Language Integrated Query) extension methods.
Checkout the Examples and
Features this class set provides!
Want to bookmark this page? Please use http://www.phplinq.net as the URL.
We are aware of other PHP LINQ implementations (http://plinq.codeplex.com/ and http://linqforphp.codeplex.com/). We received numerous comments about the fact that PHPLinq is not using closures. The reason for this is simple: closures would be our preferred way of doing things, however closures would make it impossible to do things described in this blog post: one query that you write in PHP can be translated into SQL statements. If someone knows of a good way of parsing and tokenizing closures at runtime, we can proceed in the good direction... |
Please refer the Contribute page.
Current release: PHPLinq 0.4.0
Snapshot:
http://www.codeplex.com/PHPLinq/SourceControl/ListDownloadableCommits.aspx
Check my blog at http://blog.maartenballiauw.be/post/2009/01/29/PHPLinq-040-released-on-CodePlex!.aspx for a post on PHPLinq.
Check the release page for PHPLinq 0.4.0.
Check the release page for PHPLinq 0.3.0.
Check the release page for PHPLinq 0.2.0.
Check the initial release PHPLinq 0.1.0.
Check the Credits for a complete list of team members.