Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Mike Borozdin's Blog:
Is PHPLinq As Cool As Real LINQ?
Jul 08, 2008 @ 16:14:28

In a recent blog entry Mike Borozdin takes a look at a version of a data query language implemented in PHP, LINQ, as PHPLinq.

I read about the PHP Implementation of LINQ called PHPLinq. Frankly, I was skeptical about it. Finally, I gave it a try. I still remain skeptical...Let me explain why

He includes an example of a query on an array and how it's "less correct" than a more true to form LINQ implementation. Despite reservations though, he still feels that this implementation of LINQ for PHP has some "cool features" in its own right and it worth checking out.

tagged: linq phplinq test language integrated query

Link:


Trending Topics: