[development] Views question
Jeff Eaton
jeff at viapositiva.net
Fri Feb 17 16:03:07 UTC 2006
God bless you, this is exactly what I needed to do for VotingAPI, too.
--Jeff
> -----Original Message-----
> From: Earl Miles [mailto:merlin at logrus.com]
> Sent: Friday, February 17, 2006 9:24 AM
> To: development at drupal.org
> Subject: Re: [development] Views question
>
>
> 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?
More information about the development
mailing list