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