Simple answer (if i understand your question correct): No
And what would be the reason for wanting this? Just 1 or 2 fields less to pull from the database without writing out all the fieldnames? This could be only really usefull if these fields contain large amounts of data. You could write a function that does so, but that would probably mean extra queries to create the list, so kinda useless i think.
|