3070 Posts in 869 Topics by 651 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 229 Views |
-
DataObject::get with specific Select

5 December 2012 at 8:59pm
Hi
I read the doc, and I only saw DataObject::get(). without the ability to restrict the Select.
With get you can have access to all the fields available for the class.But is it possible to restrict the result, I mean something like MyClass::get(array('fied1','field2')); which generates a SELECT field1, filed2 whereas withe the get() you have SELECT *
I do not see this possibility in the Doc/Api. Is there a way to do this ?
Thanks
-
Re: DataObject::get with specific Select

8 December 2012 at 4:49pm
No not with the ORM but you could bypass the ORM and use SQLQuery if you don't want to work with full objects.
| 229 Views | ||
|
Page:
1
|
Go to Top |


