1. Just found an interesting problem w/D7 queries

    Image representing Drupal as depicted in Crunc...
    Image via CrunchBase

    So Drupal 7 dynamic queries…love them, and hate them.

    I just noticed that if you set execute the query, then use the results in a foreach you can’t reuse that result set in another foreach?!  So if you’re looking to make a menu for dynamic content on the page (like a JQuery UI tab switcher dealy…that’s what I’m doing) you evidently can’t use the same query to populate both the ul and the content of each div?  Lame.

     
    1. revjtanton posted this