Advertisement
Guest User

Bananas

a guest
Aug 11th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 4.42 KB | None | 0 0
  1. object(WP_Query)#244 (46) { ["query"]=> array(7) { ["post_type"]=> string(7) "bananas" ["post_status"]=> string(7) "publish" ["posts_per_page"]=> INT(-1) ["orderby"]=> string(10) "meta_value" ["order"]=> string(3) "ASC" ["meta_key"]=> string(13) "_bananas_size" ["meta_query"]=> array(1) { [0]=> array(4) { ["key"]=> string(13) "_bananas_size" ["value"]=> NULL ["compare"]=> string(2) ">=" ["type"]=> string(7) "NUMERIC" } } } ["query_vars"]=> array(64) { ["post_type"]=> string(7) "bananas" ["post_status"]=> string(7) "publish" ["posts_per_page"]=> INT(-1) ["orderby"]=> string(10) "meta_value" ["order"]=> string(3) "ASC" ["meta_key"]=> string(13) "_bananas_size" ["meta_query"]=> array(1) { [0]=> array(4) { ["key"]=> string(13) "_bananas_size" ["value"]=> NULL ["compare"]=> string(2) ">=" ["type"]=> string(7) "NUMERIC" } } ["error"]=> string(0) "" ["m"]=> string(0) "" ["p"]=> INT(0) ["post_parent"]=> string(0) "" ["subpost"]=> string(0) "" ["subpost_id"]=> string(0) "" ["attachment"]=> string(0) "" ["attachment_id"]=> INT(0) ["name"]=> string(0) "" ["static"]=> string(0) "" ["pagename"]=> string(0) "" ["page_id"]=> INT(0) ["second"]=> string(0) "" ["minute"]=> string(0) "" ["hour"]=> string(0) "" ["day"]=> INT(0) ["monthnum"]=> INT(0) ["year"]=> INT(0) ["w"]=> INT(0) ["category_name"]=> string(0) "" ["tag"]=> string(0) "" ["cat"]=> string(0) "" ["tag_id"]=> string(0) "" ["author"]=> string(0) "" ["author_name"]=> string(0) "" ["feed"]=> string(0) "" ["tb"]=> string(0) "" ["paged"]=> INT(0) ["comments_popup"]=> string(0) "" ["meta_value"]=> string(0) "" ["preview"]=> string(0) "" ["s"]=> string(0) "" ["sentence"]=> string(0) "" ["fields"]=> string(0) "" ["menu_order"]=> string(0) "" ["category__in"]=> array(0) { } ["category__not_in"]=> array(0) { } ["category__and"]=> array(0) { } ["post__in"]=> array(0) { } ["post__not_in"]=> array(0) { } ["tag__in"]=> array(0) { } ["tag__not_in"]=> array(0) { } ["tag__and"]=> array(0) { } ["tag_slug__in"]=> array(0) { } ["tag_slug__and"]=> array(0) { } ["post_parent__in"]=> array(0) { } ["post_parent__not_in"]=> array(0) { } ["author__in"]=> array(0) { } ["author__not_in"]=> array(0) { } ["ignore_sticky_posts"]=> bool(FALSE) ["suppress_filters"]=> bool(FALSE) ["cache_results"]=> bool(TRUE) ["update_post_term_cache"]=> bool(TRUE) ["update_post_meta_cache"]=> bool(TRUE) ["nopaging"]=> bool(TRUE) ["comments_per_page"]=> string(2) "50" ["no_found_rows"]=> bool(FALSE) } ["tax_query"]=> object(WP_Tax_Query)#247 (2) { ["queries"]=> array(0) { } ["relation"]=> string(3) "AND" } ["meta_query"]=> object(WP_Meta_Query)#246 (2) { ["queries"]=> array(2) { [0]=> array(1) { ["key"]=> string(13) "_bananas_size" } [1]=> array(4) { ["key"]=> string(13) "_bananas_size" ["value"]=> NULL ["compare"]=> string(2) ">=" ["type"]=> string(7) "NUMERIC" } } ["relation"]=> string(3) "AND" } ["date_query"]=> bool(FALSE) ["request"]=> string(427) "SELECT wp_posts.* FROM wp_posts INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) INNER JOIN wp_postmeta AS mt1 ON (wp_posts.ID = mt1.post_id) WHERE 1=1 AND wp_posts.post_type = 'bananas' AND ((wp_posts.post_status = 'publish')) AND (wp_postmeta.meta_key = '_bananas_size' AND (mt1.meta_key = '_bananas_size' AND CAST(mt1.meta_value AS SIGNED) >= '') ) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value ASC " ["posts"]=> array(0) { } ["post_count"]=> INT(0) ["current_post"]=> INT(-1) ["in_the_loop"]=> bool(FALSE) ["comment_count"]=> INT(0) ["current_comment"]=> INT(-1) ["found_posts"]=> INT(0) ["max_num_pages"]=> INT(0) ["max_num_comment_pages"]=> INT(0) ["is_single"]=> bool(FALSE) ["is_preview"]=> bool(FALSE) ["is_page"]=> bool(FALSE) ["is_archive"]=> bool(TRUE) ["is_date"]=> bool(FALSE) ["is_year"]=> bool(FALSE) ["is_month"]=> bool(FALSE) ["is_day"]=> bool(FALSE) ["is_time"]=> bool(FALSE) ["is_author"]=> bool(FALSE) ["is_category"]=> bool(FALSE) ["is_tag"]=> bool(FALSE) ["is_tax"]=> bool(FALSE) ["is_search"]=> bool(FALSE) ["is_feed"]=> bool(FALSE) ["is_comment_feed"]=> bool(FALSE) ["is_trackback"]=> bool(FALSE) ["is_home"]=> bool(FALSE) ["is_404"]=> bool(FALSE) ["is_comments_popup"]=> bool(FALSE) ["is_paged"]=> bool(FALSE) ["is_admin"]=> bool(FALSE) ["is_attachment"]=> bool(FALSE) ["is_singular"]=> bool(FALSE) ["is_robots"]=> bool(FALSE) ["is_posts_page"]=> bool(FALSE) ["is_post_type_archive"]=> bool(TRUE) ["query_vars_hash"]=> string(32) "aca2e090e48ab20de2c4f428e3e6903e" ["query_vars_changed"]=> bool(FALSE) ["thumbnails_cached"]=> bool(FALSE) ["stopwords":"WP_Query":private]=> NULL }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement