[development] Views question

Simon Lindsay simon at dirtbike.ws
Fri Feb 17 21:27:25 UTC 2006


Earl Miles wrote:
> You don't have to.
> 
> You can do:
> 
> 'fields' => array(
>   'arbitrary_internal_name' => array(
>     'name' => t("arbitrary_internal_name"),
>     'notafield' => TRUE,
>     // The below isn't even necessary if there is simply no field
>     'field' => 'real_field' (OR) => array('real_field1', 'real_field2')
>   ),
> ),
> 
> Is this what you want?

Yes, exactly. Excellent!

Thankyou Earl!


More information about the development mailing list