<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 12 Oct 2008 13:26:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mike Borozdin's Blog: Is PHPLinq As Cool As Real LINQ?]]></title>
      <guid>http://www.phpdeveloper.org/news/10563</guid>
      <link>http://www.phpdeveloper.org/news/10563</link>
      <description><![CDATA[<p>
In a recent blog entry <i>Mike Borozdin</i> <a href="http://www.mikeborozdin.com/post/Is-PHPLinq-As-Cool-As-Real-LINQ.aspx">takes a look at</a> a version of a data query language implemented in PHP, LINQ, as <a href="http://www.codeplex.com/PHPLinq">PHPLinq</a>.
</p>
<blockquote>
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
</blockquote>
<p>
He <a href="http://www.mikeborozdin.com/post/Is-PHPLinq-As-Cool-As-Real-LINQ.aspx">includes an example</a> 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 <a href="http://www.codeplex.com/PHPLinq">this implementation</a> of LINQ for PHP has some "cool features" in its own right and it worth checking out.
</p>]]></description>
      <pubDate>Tue, 08 Jul 2008 11:14:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: LINQ for PHP (Language Integrated Query for PHP)]]></title>
      <guid>http://www.phpdeveloper.org/news/9484</guid>
      <link>http://www.phpdeveloper.org/news/9484</link>
      <description><![CDATA[<p>
<i>Maarten Balliauw</i> has <a href="http://blog.maartenballiauw.be/post/2008/01/LINQ-for-PHP-Language-Integrated-Query-for-PHP.aspx">posted about</a> an interesting new development he's made and is sharing with the PHP community - <a href="http://www.codeplex.com/PHPLinq">PHPLinq</a> (Language Integrated Query).
</p>
<blockquote>
Perhaps you have already heard of C# 3.5's "LINQ" component. LINQ, or Language Integrated Query, is a component inside the .NET framework which enables you to perform queries on a variety of data sources like arrays, XML, SQL server, ... These queries are defined using a syntax which is very similar to SQL. [...] I thought of creating a similar concept for PHP. So here's the result of a few days coding.
</blockquote>
<p>
The library is <a href="http://www.codeplex.com/PHPLinq">available for download</a> and some examples are <a href="http://blog.maartenballiauw.be/post/2008/01/LINQ-for-PHP-Language-Integrated-Query-for-PHP.aspx">included</a> to show it in action (both in a simple example and in a more complex search on a series of objects).
</p>]]></description>
      <pubDate>Thu, 24 Jan 2008 08:45:00 -0600</pubDate>
    </item>
  </channel>
</rss>
