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: Feb 14 at 8:40 PM by mortezakhademan | Created: Dec 26, 2011 at 4:14 PM by mortezakhademan
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 strc...
Id #8834 | Release:
None
| Updated: Feb 14 at 8:40 PM by garybla | Created: Oct 18, 2011 at 5:18 PM by garybla
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 14 at 8:40 PM by dh06 | Created: Feb 26, 2011 at 3:05 AM by dh06
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: Feb 14 at 8:40 PM by maartenba | Created: Feb 23, 2009 at 6:34 AM by maartenba