It seems that this part of the quickstart guide :
var_dump($this);
Does not work anymore, perhaps this is a views-compatibilty issue.
I've had a js popup : An error occurred at /drupal/admin/build/views/ajax/preview/myview
However,
var_dump($this->query);
shows me the structure of the query.
I'm pretty sure views_modify_query will make my day !
Comments
Comment #1
bathizte commentedI Change the component from doc to code, because the module homepage shows a correct quickstart.
This is inline doc, when tuning the view filter, which is not up-to-date.