set property name in select

in c# linq from o in arr select new {o.Title}; result: a list of class that contain property : Title but in php linq from('$o')->in($arr)->select('new {$o->Title}'); result: a array of class that c...

Id #9060 | Release: None | Updated: Dec 26 2011 at 4:14 PM by mortezakhademan | Created: Dec 26 2011 at 4:14 PM by mortezakhademan

unsignedShort sorted like a string instead of a number...

unsignedShort sorted like a string instead of a number... 970 96 47 450 22 instead of the expected: 970 450 96 47 22 I addressed this in my copy of the code by using strnatcmp instead of strcmp ...

Id #8834 | Release: None | Updated: Oct 18 2011 at 9:06 PM by garybla | Created: Oct 18 2011 at 5:18 PM by garybla

elementAt (LinqToObjects) assumes it is dealing with an array of arrays

The function elementAt in LinqToObjects assumes that it is dealing with an array of arrays. If the result from the query is not an array it returns null. This breaks this feature and the test. Also...

Id #7960 | Release: None | Updated: Feb 26 2011 at 3:05 AM by dh06 | Created: Feb 26 2011 at 3:05 AM by dh06

Investigate use of closures in PHPLinq

Investigate use of closures, allowing better parse-time error notifications. http://codeutopia.net/blog/2009/02/20/closures-coming-in-php-53-and-thats-a-good-thing/

Id #3870 | Release: None | Updated: Mar 30 2011 at 11:16 AM by maartenba | Created: Feb 23 2009 at 6:34 AM by maartenba

  • 1-4 of 4 Work Items
    • Previous
    • 1
    • Next
    • Showing
    • All
    • Work Items