Advertisement
Guest User

Untitled

a guest
Jul 5th, 2011
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 10.45 KB | None | 0 0
  1. wpdb Object
  2. (
  3.     [show_errors] => 1
  4.     [suppress_errors] =>
  5.     [last_error] =>
  6.     [num_queries] => 15
  7.     [num_rows] => 0
  8.     [rows_affected] => 1
  9.     [insert_id] => 5149
  10.     [last_query] => SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (5149)
  11.     [last_result] => Array
  12.         (
  13.         )
  14.  
  15.     [col_info] => Array
  16.         (
  17.             [0] => stdClass Object
  18.                 (
  19.                     [name] => post_id
  20.                     [table] => wp_postmeta
  21.                     [def] =>
  22.                     [max_length] => 0
  23.                     [not_null] => 1
  24.                     [primary_key] => 0
  25.                     [multiple_key] => 1
  26.                     [unique_key] => 0
  27.                     [numeric] => 1
  28.                     [blob] => 0
  29.                     [type] => int
  30.                     [unsigned] => 1
  31.                     [zerofill] => 0
  32.                 )
  33.  
  34.             [1] => stdClass Object
  35.                 (
  36.                     [name] => meta_key
  37.                     [table] => wp_postmeta
  38.                     [def] =>
  39.                     [max_length] => 0
  40.                     [not_null] => 0
  41.                     [primary_key] => 0
  42.                     [multiple_key] => 1
  43.                     [unique_key] => 0
  44.                     [numeric] => 0
  45.                     [blob] => 0
  46.                     [type] => string
  47.                     [unsigned] => 0
  48.                     [zerofill] => 0
  49.                 )
  50.  
  51.             [2] => stdClass Object
  52.                 (
  53.                     [name] => meta_value
  54.                     [table] => wp_postmeta
  55.                     [def] =>
  56.                     [max_length] => 0
  57.                     [not_null] => 0
  58.                     [primary_key] => 0
  59.                     [multiple_key] => 0
  60.                     [unique_key] => 0
  61.                     [numeric] => 0
  62.                     [blob] => 1
  63.                     [type] => blob
  64.                     [unsigned] => 0
  65.                     [zerofill] => 0
  66.                 )
  67.  
  68.         )
  69.  
  70.     [queries] => Array
  71.         (
  72.             [0] => Array
  73.                 (
  74.                     [0] => SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
  75.                     [1] => 0.00073599815368652
  76.                     [2] => require_once, require_once, require_once, require_once, wp_not_installed, is_blog_installed, wp_load_alloptions
  77.                 )
  78.  
  79.             [1] => Array
  80.                 (
  81.                     [0] => SELECT * FROM wp_users WHERE user_login = 'FJ Kaiser'
  82.                     [1] => 0.00033187866210938
  83.                     [2] => require_once, require_once, require_once, require_once, WP->init, wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie, get_userdatabylogin, get_user_by
  84.                 )
  85.  
  86.             [2] => Array
  87.                 (
  88.                     [0] => SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1)
  89.                     [1] => 0.00049018859863281
  90.                     [2] => require_once, require_once, require_once, require_once, WP->init, wp_get_current_user, get_currentuserinfo, wp_validate_auth_cookie, get_userdatabylogin, get_user_by, _fill_user, get_user_metavalues, update_meta_cache
  91.                 )
  92.  
  93.             [3] => Array
  94.                 (
  95.                     [0] => SELECT option_value FROM wp_options WHERE option_name = 'dismissed_update_core' LIMIT 1
  96.                     [1] => 0.00027704238891602
  97.                     [2] => require_once, require, get_core_updates, get_site_option, get_option
  98.                 )
  99.  
  100.             [4] => Array
  101.                 (
  102.                     [0] => SELECT comment_approved, COUNT( * ) AS num_comments FROM wp_comments  GROUP BY comment_approved
  103.                     [1] => 0.00017309188842773
  104.                     [2] => require_once, require, wp_count_comments
  105.                 )
  106.  
  107.             [5] => Array
  108.                 (
  109.                     [0] => SELECT option_value FROM wp_options WHERE option_name = 'menu_items' LIMIT 1
  110.                     [1] => 0.00011610984802246
  111.                     [2] => require_once, require, get_site_option, get_option
  112.                 )
  113.  
  114.             [6] => Array
  115.                 (
  116.                     [0] => SELECT ID FROM wp_posts WHERE post_status = 'auto-draft' AND DATE_SUB( NOW(), INTERVAL 7 DAY ) > post_date
  117.                     [1] => 0.00075411796569824
  118.                     [2] => get_default_post_to_edit
  119.                 )
  120.  
  121.             [7] => Array
  122.                 (
  123.                     [0] => INSERT INTO `wp_posts` (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`) VALUES ('1','2011-07-05 17:37:33','0000-00-00 00:00:00','','','Auto Draft','','auto-draft','post','open','open','','','','','2011-07-05 17:37:33','0000-00-00 00:00:00','0','0','')
  124.                     [1] => 0.00029110908508301
  125.                     [2] => get_default_post_to_edit, wp_insert_post
  126.                 )
  127.  
  128.             [8] => Array
  129.                 (
  130.                     [0] => SELECT * FROM wp_posts WHERE ID = 5149 LIMIT 1
  131.                     [1] => 0.00021791458129883
  132.                     [2] => get_default_post_to_edit, wp_insert_post, wp_set_post_categories, get_post_type, get_post
  133.                 )
  134.  
  135.             [9] => Array
  136.                 (
  137.                     [0] => SELECT tr.term_taxonomy_id FROM wp_term_relationships AS tr INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tr.object_id IN (5149) AND tt.taxonomy IN ('category')  
  138.                     [1] => 0.00024986267089844
  139.                     [2] => get_default_post_to_edit, wp_insert_post, wp_set_post_categories, wp_set_object_terms, wp_get_object_terms
  140.                 )
  141.  
  142.             [10] => Array
  143.                 (
  144.                     [0] => SELECT ID FROM wp_posts WHERE post_parent = 5149
  145.                     [1] => 0.00014090538024902
  146.                     [2] => get_default_post_to_edit, wp_insert_post, clean_post_cache
  147.                 )
  148.  
  149.             [11] => Array
  150.                 (
  151.                     [0] => SELECT * FROM wp_posts WHERE ID = 5149 LIMIT 1
  152.                     [1] => 0.00022983551025391
  153.                     [2] => get_default_post_to_edit, wp_insert_post, get_permalink, get_post
  154.                 )
  155.  
  156.             [12] => Array
  157.                 (
  158.                     [0] => UPDATE `wp_posts` SET `guid` = 'http://wordpress.dev/?p=5149' WHERE `ID` = 5149
  159.                     [1] => 0.00020194053649902
  160.                     [2] => get_default_post_to_edit, wp_insert_post
  161.                 )
  162.  
  163.             [13] => Array
  164.                 (
  165.                     [0] => SELECT ID FROM wp_posts WHERE post_parent = 5149
  166.                     [1] => 0.00015878677368164
  167.                     [2] => get_default_post_to_edit, wp_insert_post, do_action, call_user_func_array, _save_post_hook, clean_post_cache
  168.                 )
  169.  
  170.             [14] => Array
  171.                 (
  172.                     [0] => SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (5149)
  173.                     [1] => 0.00015497207641602
  174.                     [2] => get_default_post_to_edit, wp_insert_post, do_action, call_user_func_array, WP_Embed->delete_oembed_caches, get_post_custom_keys, get_post_custom, update_postmeta_cache, update_meta_cache
  175.                 )
  176.  
  177.         )
  178.  
  179.     [prefix] => wp_
  180.     [ready] => 1
  181.     [blogid] => 0
  182.     [siteid] => 0
  183.     [tables] => Array
  184.         (
  185.             [0] => posts
  186.             [1] => comments
  187.             [2] => links
  188.             [3] => options
  189.             [4] => postmeta
  190.             [5] => terms
  191.             [6] => term_taxonomy
  192.             [7] => term_relationships
  193.             [8] => commentmeta
  194.         )
  195.  
  196.     [old_tables] => Array
  197.         (
  198.             [0] => categories
  199.             [1] => post2cat
  200.             [2] => link2cat
  201.         )
  202.  
  203.     [global_tables] => Array
  204.         (
  205.             [0] => users
  206.             [1] => usermeta
  207.         )
  208.  
  209.     [ms_global_tables] => Array
  210.         (
  211.             [0] => blogs
  212.             [1] => signups
  213.             [2] => site
  214.             [3] => sitemeta
  215.             [4] => sitecategories
  216.             [5] => registration_log
  217.             [6] => blog_versions
  218.         )
  219.  
  220.     [comments] => wp_comments
  221.     [commentmeta] => wp_commentmeta
  222.     [links] => wp_links
  223.     [options] => wp_options
  224.     [postmeta] => wp_postmeta
  225.     [posts] => wp_posts
  226.     [terms] => wp_terms
  227.     [term_relationships] => wp_term_relationships
  228.     [term_taxonomy] => wp_term_taxonomy
  229.     [usermeta] => wp_usermeta
  230.     [users] => wp_users
  231.     [blogs] =>
  232.     [blog_versions] =>
  233.     [registration_log] =>
  234.     [signups] =>
  235.     [site] =>
  236.     [sitecategories] =>
  237.     [sitemeta] =>
  238.     [field_types] => Array
  239.         (
  240.             [post_author] => %d
  241.             [post_parent] => %d
  242.             [menu_order] => %d
  243.             [term_id] => %d
  244.             [term_group] => %d
  245.             [term_taxonomy_id] => %d
  246.             [parent] => %d
  247.             [count] => %d
  248.             [object_id] => %d
  249.             [term_order] => %d
  250.             [ID] => %d
  251.             [commment_ID] => %d
  252.             [comment_post_ID] => %d
  253.             [comment_parent] => %d
  254.             [user_id] => %d
  255.             [link_id] => %d
  256.             [link_owner] => %d
  257.             [link_rating] => %d
  258.             [option_id] => %d
  259.             [blog_id] => %d
  260.             [meta_id] => %d
  261.             [post_id] => %d
  262.             [user_status] => %d
  263.             [umeta_id] => %d
  264.             [comment_karma] => %d
  265.             [comment_count] => %d
  266.             [active] => %d
  267.             [cat_id] => %d
  268.             [deleted] => %d
  269.             [lang_id] => %d
  270.             [mature] => %d
  271.             [public] => %d
  272.             [site_id] => %d
  273.             [spam] => %d
  274.         )
  275.  
  276.     [charset] => utf8
  277.     [collate] =>
  278.     [real_escape] => 1
  279.     [dbuser] => root
  280.     [func_call] => $db->query("SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (5149)")
  281.     [dbpassword] => 5IIfmK82
  282.     [dbname] => wordpress
  283.     [dbhost] => localhost
  284.     [dbh] => Resource id #15
  285.    [base_prefix] => wp_
  286.     [categories] => wp_categories
  287.     [post2cat] => wp_post2cat
  288.     [link2cat] => wp_link2cat
  289.     [time_start] => 1309887453.9715
  290.     [result] => Resource id #404
  291. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement