jindan

Untitled

Jul 29th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 27.38 KB | None | 0 0
  1. class ContentModelArticle#33 (14) {
  2.  protected $text_prefix =>
  3.   string(11) "COM_CONTENT"
  4.   protected $event_after_delete =>
  5.   string(20) "onContentAfterDelete"
  6.   protected $event_after_save =>
  7.   string(18) "onContentAfterSave"
  8.   protected $event_before_delete =>
  9.   string(21) "onContentBeforeDelete"
  10.   protected $event_before_save =>
  11.   string(19) "onContentBeforeSave"
  12.   protected $event_change_state =>
  13.   string(20) "onContentChangeState"
  14.   protected $_forms =>
  15.   array(0) {
  16.   }
  17.   protected $__state_set =>
  18.   NULL
  19.   protected $_db =>
  20.   class JDatabaseDriverMysqli#19 (21) {
  21.    public $name =>
  22.     string(6) "mysqli"
  23.     protected $nameQuote =>
  24.     string(1) "`"
  25.     protected $nullDate =>
  26.     string(19) "0000-00-00 00:00:00"
  27.     private $_database =>
  28.     string(4) "j314"
  29.     protected $connection =>
  30.     class mysqli#23 (19) {
  31.      public $affected_rows =>
  32.       NULL
  33.       public $client_info =>
  34.       NULL
  35.       public $client_version =>
  36.       NULL
  37.       public $connect_errno =>
  38.       NULL
  39.       public $connect_error =>
  40.       NULL
  41.       public $errno =>
  42.       NULL
  43.       public $error =>
  44.       NULL
  45.       public $error_list =>
  46.       NULL
  47.       public $field_count =>
  48.       NULL
  49.       public $host_info =>
  50.       NULL
  51.       public $info =>
  52.       NULL
  53.       public $insert_id =>
  54.       NULL
  55.       public $server_info =>
  56.       NULL
  57.       public $server_version =>
  58.       NULL
  59.       public $stat =>
  60.       NULL
  61.       public $sqlstate =>
  62.       NULL
  63.       public $protocol_version =>
  64.       NULL
  65.       public $thread_id =>
  66.       NULL
  67.       public $warning_count =>
  68.       NULL
  69.     }
  70.     protected $count =>
  71.     int(4)
  72.     protected $cursor =>
  73.     bool(true)
  74.     protected $debug =>
  75.     bool(true)
  76.     protected $limit =>
  77.     int(0)
  78.     protected $log =>
  79.     array(4) {
  80.       [0] =>
  81.       string(84) "SELECT `data`\nFROM `w0z9v_session`\nWHERE `session_id` = 'ipmdqj8us77ud74lophtj0fqh6'"
  82.       [1] =>
  83.       string(56) "DELETE \nFROM `w0z9v_session`\nWHERE `time` < '1375135771'"
  84.       [2] =>
  85.       string(101) "SELECT `session_id`\nFROM `w0z9v_session`\nWHERE `session_id` = 'ipmdqj8us77ud74lophtj0fqh6' LIMIT 0, 1"
  86.       [3] =>
  87.       string(119) "INSERT INTO `w0z9v_session`\n(`session_id`, `client_id`, `time`) VALUES \n('ipmdqj8us77ud74lophtj0fqh6', 0, '1375136671')"
  88.     }
  89.     protected $timings =>
  90.     array(8) {
  91.       [0] =>
  92.       double(1375136671.1831)
  93.       [1] =>
  94.       double(1375136671.1834)
  95.       [2] =>
  96.       double(1375136671.1868)
  97.       [3] =>
  98.       double(1375136671.226)
  99.       [4] =>
  100.       double(1375136671.2266)
  101.       [5] =>
  102.       double(1375136671.227)
  103.       [6] =>
  104.       double(1375136671.2276)
  105.       [7] =>
  106.       double(1375136671.2596)
  107.     }
  108.     protected $callStacks =>
  109.     array(4) {
  110.       [0] =>
  111.       array(11) {
  112.         ...
  113.       }
  114.       [1] =>
  115.       array(6) {
  116.         ...
  117.       }
  118.       [2] =>
  119.       array(8) {
  120.         ...
  121.       }
  122.       [3] =>
  123.       array(7) {
  124.         ...
  125.       }
  126.     }
  127.     protected $offset =>
  128.     int(0)
  129.     protected $options =>
  130.     array(9) {
  131.       'driver' =>
  132.       string(6) "mysqli"
  133.       'host' =>
  134.       string(9) "localhost"
  135.       'user' =>
  136.       string(4) "root"
  137.       'password' =>
  138.       string(8) "12347718"
  139.       'database' =>
  140.       string(4) "j314"
  141.       'prefix' =>
  142.       string(6) "w0z9v_"
  143.       'select' =>
  144.       bool(true)
  145.       'port' =>
  146.       NULL
  147.       'socket' =>
  148.       NULL
  149.     }
  150.     protected $sql =>
  151.     class JDatabaseQueryMysqli#20 (24) {
  152.      protected $offset =>
  153.       int(0)
  154.       protected $limit =>
  155.       int(0)
  156.       protected $db =>
  157.               ...
  158.  
  159.       protected $sql =>
  160.       NULL
  161.       protected $type =>
  162.       string(6) "insert"
  163.       protected $element =>
  164.       NULL
  165.       protected $select =>
  166.       NULL
  167.       protected $delete =>
  168.       NULL
  169.       protected $update =>
  170.       NULL
  171.       protected $insert =>
  172.       class JDatabaseQueryElement#21 (3) {
  173.        ...
  174.       }
  175.       protected $from =>
  176.       NULL
  177.       protected $join =>
  178.       NULL
  179.       protected $set =>
  180.       NULL
  181.       protected $where =>
  182.       NULL
  183.       protected $group =>
  184.       NULL
  185.       protected $having =>
  186.       NULL
  187.       protected $columns =>
  188.       class JDatabaseQueryElement#22 (3) {
  189.        ...
  190.       }
  191.       protected $values =>
  192.       class JDatabaseQueryElement#24 (3) {
  193.        ...
  194.       }
  195.       protected $order =>
  196.       NULL
  197.       protected $autoIncrementField =>
  198.       bool(false)
  199.       protected $call =>
  200.       NULL
  201.       protected $exec =>
  202.       NULL
  203.       protected $union =>
  204.       NULL
  205.       protected $unionAll =>
  206.       NULL
  207.     }
  208.     protected $tablePrefix =>
  209.     string(6) "w0z9v_"
  210.     protected $utf =>
  211.     bool(true)
  212.     protected $errorNum =>
  213.     int(0)
  214.     protected $errorMsg =>
  215.     string(0) ""
  216.     protected $transactionDepth =>
  217.     int(0)
  218.     protected $disconnectHandlers =>
  219.     array(0) {
  220.     }
  221.   }
  222.   protected $name =>
  223.   string(7) "article"
  224.   protected $option =>
  225.   string(11) "com_content"
  226.   protected $state =>
  227.   class JObject#36 (2) {
  228.    protected $_errors =>
  229.     array(0) {
  230.     }
  231.     public $article.id =>
  232.     int(0)
  233.   }
  234.   protected $event_clean_cache =>
  235.   string(19) "onContentCleanCache"
  236.   protected $_errors =>
  237.   array(0) {
  238.   }
  239. }
  240. class ContentModelArticle#33 (14) {
  241.  protected $text_prefix =>
  242.   string(11) "COM_CONTENT"
  243.   protected $event_after_delete =>
  244.   string(20) "onContentAfterDelete"
  245.   protected $event_after_save =>
  246.   string(18) "onContentAfterSave"
  247.   protected $event_before_delete =>
  248.   string(21) "onContentBeforeDelete"
  249.   protected $event_before_save =>
  250.   string(19) "onContentBeforeSave"
  251.   protected $event_change_state =>
  252.   string(20) "onContentChangeState"
  253.   protected $_forms =>
  254.   array(0) {
  255.   }
  256.   protected $__state_set =>
  257.   bool(true)
  258.   protected $_db =>
  259.   class JDatabaseDriverMysqli#19 (21) {
  260.    public $name =>
  261.     string(6) "mysqli"
  262.     protected $nameQuote =>
  263.     string(1) "`"
  264.     protected $nullDate =>
  265.     string(19) "0000-00-00 00:00:00"
  266.     private $_database =>
  267.     string(4) "j314"
  268.     protected $connection =>
  269.     class mysqli#23 (19) {
  270.      public $affected_rows =>
  271.       NULL
  272.       public $client_info =>
  273.       NULL
  274.       public $client_version =>
  275.       NULL
  276.       public $connect_errno =>
  277.       NULL
  278.       public $connect_error =>
  279.       NULL
  280.       public $errno =>
  281.       NULL
  282.       public $error =>
  283.       NULL
  284.       public $error_list =>
  285.       NULL
  286.       public $field_count =>
  287.       NULL
  288.       public $host_info =>
  289.       NULL
  290.       public $info =>
  291.       NULL
  292.       public $insert_id =>
  293.       NULL
  294.       public $server_info =>
  295.       NULL
  296.       public $server_version =>
  297.       NULL
  298.       public $stat =>
  299.       NULL
  300.       public $sqlstate =>
  301.       NULL
  302.       public $protocol_version =>
  303.       NULL
  304.       public $thread_id =>
  305.       NULL
  306.       public $warning_count =>
  307.       NULL
  308.     }
  309.     protected $count =>
  310.     int(24)
  311.     protected $cursor =>
  312.     bool(true)
  313.     protected $debug =>
  314.     bool(true)
  315.     protected $limit =>
  316.     int(0)
  317.     protected $log =>
  318.     array(24) {
  319.       [0] =>
  320.       string(84) "SELECT `data`\nFROM `w0z9v_session`\nWHERE `session_id` = 'ipmdqj8us77ud74lophtj0fqh6'"
  321.       [1] =>
  322.       string(56) "DELETE \nFROM `w0z9v_session`\nWHERE `time` < '1375135771'"
  323.       [2] =>
  324.       string(101) "SELECT `session_id`\nFROM `w0z9v_session`\nWHERE `session_id` = 'ipmdqj8us77ud74lophtj0fqh6' LIMIT 0, 1"
  325.       [3] =>
  326.       string(119) "INSERT INTO `w0z9v_session`\n(`session_id`, `client_id`, `time`) VALUES \n('ipmdqj8us77ud74lophtj0fqh6', 0, '1375136671')"
  327.       [4] =>
  328.       string(38) "SHOW FULL COLUMNS FROM `w0z9v_content`"
  329.       [5] =>
  330.       string(142) "SELECT extension_id AS id, element AS "option", params, enabled\nFROM w0z9v_extensions\nWHERE `type` = 'component' AND `element` = 'com_content'"
  331.       [6] =>
  332.       string(140) "SELECT extension_id AS id, element AS "option", params, enabled\nFROM w0z9v_extensions\nWHERE `type` = 'component' AND `element` = 'com_users'"
  333.       [7] =>
  334.       string(122) "SELECT b.id\nFROM w0z9v_usergroups AS a\nLEFT JOIN w0z9v_usergroups AS b ON b.lft <= a.lft AND b.rgt >= a.rgt\nWHERE a.id = 9"
  335.       [8] =>
  336.       string(40) "SELECT id, rules\nFROM `w0z9v_viewlevels`"
  337.       [9] =>
  338.       string(161) "SELECT folder AS type, element AS name, params\nFROM w0z9v_extensions\nWHERE enabled >= 1 AND type ='plugin' AND state >= 0 AND access IN (1,1,5)\nORDER BY ordering"
  339.       [10] =>
  340.       string(105) "SELECT id, ordering\nFROM w0z9v_content\nWHERE ordering >= 0 AND catid = 8 AND state >= 0\nORDER BY ordering"
  341.       [11] =>
  342.       string(74) "SELECT *\nFROM w0z9v_content\nWHERE `alias` = '1375136671' AND `catid` = '8'"
  343.       [12] =>
  344.       string(210) "INSERT INTO `w0z9v_content`\n(`title`,`alias`,`introtext`,`fulltext`,`catid`,`created`,`created_by`,`version`,`access`) VALUES \n('title 1','1375136671','my intro text','','8','2013-07-29 22:24:31','434','1','1')"
  345.       [13] =>
  346.       string(56) "SELECT `asset_id`\nFROM `w0z9v_categories`\nWHERE `id` = 8"
  347.       [14] =>
  348.       string(37) "SHOW FULL COLUMNS FROM `w0z9v_assets`"
  349.       [15] =>
  350.       string(70) "SELECT `id`\nFROM `w0z9v_assets`\nWHERE `name` = 'com_content.article.2'"
  351.       [16] =>
  352.       string(52) "SELECT COUNT(id)\nFROM `w0z9v_assets`\nWHERE `id` = 37"
  353.       [17] =>
  354.       string(32) "LOCK TABLES `w0z9v_assets` WRITE"
  355.       [18] =>
  356.       string(80) "SELECT id, parent_id, level, lft, rgt\nFROM w0z9v_assets\nWHERE id = 37 LIMIT 0, 1"
  357.       [19] =>
  358.       string(52) "UPDATE w0z9v_assets\nSET lft = lft + 2\nWHERE lft > 23"
  359.       [20] =>
  360.       string(53) "UPDATE w0z9v_assets\nSET rgt = rgt + 2\nWHERE rgt >= 23"
  361.       [21] =>
  362.       string(138) "INSERT INTO `w0z9v_assets`\n(`name`,`title`,`parent_id`,`level`,`lft`,`rgt`) VALUES \n('com_content.article.2','title 1','37','3','23','24')"
  363.       [22] =>
  364.       string(13) "UNLOCK TABLES"
  365.       [23] =>
  366.       string(55) "UPDATE `w0z9v_content`\nSET asset_id = 43\nWHERE `id` = 2"
  367.     }
  368.     protected $timings =>
  369.     array(48) {
  370.       [0] =>
  371.       double(1375136671.1831)
  372.       [1] =>
  373.       double(1375136671.1834)
  374.       [2] =>
  375.       double(1375136671.1868)
  376.       [3] =>
  377.       double(1375136671.226)
  378.       [4] =>
  379.       double(1375136671.2266)
  380.       [5] =>
  381.       double(1375136671.227)
  382.       [6] =>
  383.       double(1375136671.2276)
  384.       [7] =>
  385.       double(1375136671.2596)
  386.       [8] =>
  387.       double(1375136671.289)
  388.       [9] =>
  389.       double(1375136671.2931)
  390.       [10] =>
  391.       double(1375136671.3188)
  392.       [11] =>
  393.       double(1375136671.3201)
  394.       [12] =>
  395.       double(1375136671.3283)
  396.       [13] =>
  397.       double(1375136671.3293)
  398.       [14] =>
  399.       double(1375136671.331)
  400.       [15] =>
  401.       double(1375136671.332)
  402.       [16] =>
  403.       double(1375136671.3353)
  404.       [17] =>
  405.       double(1375136671.3361)
  406.       [18] =>
  407.       double(1375136671.338)
  408.       [19] =>
  409.       double(1375136671.3404)
  410.       [20] =>
  411.       double(1375136671.3678)
  412.       [21] =>
  413.       double(1375136671.369)
  414.       [22] =>
  415.       double(1375136671.3809)
  416.       [23] =>
  417.       double(1375136671.3821)
  418.       [24] =>
  419.       double(1375136671.3851)
  420.       [25] =>
  421.       double(1375136671.4181)
  422.       [26] =>
  423.       double(1375136671.4193)
  424.       [27] =>
  425.       double(1375136671.4202)
  426.       [28] =>
  427.       double(1375136671.4304)
  428.       [29] =>
  429.       double(1375136671.4327)
  430.       [30] =>
  431.       double(1375136671.4344)
  432.       [31] =>
  433.       double(1375136671.4352)
  434.       [32] =>
  435.       double(1375136671.4362)
  436.       [33] =>
  437.       double(1375136671.4369)
  438.       [34] =>
  439.       double(1375136671.4375)
  440.       [35] =>
  441.       double(1375136671.4379)
  442.       [36] =>
  443.       double(1375136671.4389)
  444.       [37] =>
  445.       double(1375136671.4397)
  446.       [38] =>
  447.       double(1375136671.4407)
  448.       [39] =>
  449.       double(1375136671.4765)
  450.       [40] =>
  451.       double(1375136671.4775)
  452.       [41] =>
  453.       double(1375136671.5098)
  454.       [42] =>
  455.       double(1375136671.5117)
  456.       [43] =>
  457.       double(1375136671.5433)
  458.       [44] =>
  459.       double(1375136671.5439)
  460.       [45] =>
  461.       double(1375136671.5441)
  462.       [46] =>
  463.       double(1375136671.545)
  464.       [47] =>
  465.       double(1375136671.5768)
  466.     }
  467.     protected $callStacks =>
  468.     array(24) {
  469.       [0] =>
  470.       array(11) {
  471.         ...
  472.       }
  473.       [1] =>
  474.       array(6) {
  475.         ...
  476.       }
  477.       [2] =>
  478.       array(8) {
  479.         ...
  480.       }
  481.       [3] =>
  482.       array(7) {
  483.         ...
  484.       }
  485.       [4] =>
  486.       array(10) {
  487.         ...
  488.       }
  489.       [5] =>
  490.       array(11) {
  491.         ...
  492.       }
  493.       [6] =>
  494.       array(14) {
  495.         ...
  496.       }
  497.       [7] =>
  498.       array(9) {
  499.         ...
  500.       }
  501.       [8] =>
  502.       array(8) {
  503.         ...
  504.       }
  505.       [9] =>
  506.       array(6) {
  507.         ...
  508.       }
  509.       [10] =>
  510.       array(6) {
  511.         ...
  512.       }
  513.       [11] =>
  514.       array(6) {
  515.         ...
  516.       }
  517.       [12] =>
  518.       array(6) {
  519.         ...
  520.       }
  521.       [13] =>
  522.       array(7) {
  523.         ...
  524.       }
  525.       [14] =>
  526.       array(11) {
  527.         ...
  528.       }
  529.       [15] =>
  530.       array(7) {
  531.         ...
  532.       }
  533.       [16] =>
  534.       array(7) {
  535.         ...
  536.       }
  537.       [17] =>
  538.       array(8) {
  539.         ...
  540.       }
  541.       [18] =>
  542.       array(8) {
  543.         ...
  544.       }
  545.       [19] =>
  546.       array(7) {
  547.         ...
  548.       }
  549.       [20] =>
  550.       array(7) {
  551.         ...
  552.       }
  553.       [21] =>
  554.       array(8) {
  555.         ...
  556.       }
  557.       [22] =>
  558.       array(8) {
  559.         ...
  560.       }
  561.       [23] =>
  562.       array(5) {
  563.         ...
  564.       }
  565.     }
  566.     protected $offset =>
  567.     int(0)
  568.     protected $options =>
  569.     array(9) {
  570.       'driver' =>
  571.       string(6) "mysqli"
  572.       'host' =>
  573.       string(9) "localhost"
  574.       'user' =>
  575.       string(4) "root"
  576.       'password' =>
  577.       string(8) "12347718"
  578.       'database' =>
  579.       string(4) "j314"
  580.       'prefix' =>
  581.       string(6) "w0z9v_"
  582.       'select' =>
  583.       bool(true)
  584.       'port' =>
  585.       NULL
  586.       'socket' =>
  587.       NULL
  588.     }
  589.     protected $sql =>
  590.     class JDatabaseQueryMysqli#152 (24) {
  591.      protected $offset =>
  592.       NULL
  593.       protected $limit =>
  594.       NULL
  595.       protected $db =>
  596.               ...
  597.  
  598.       protected $sql =>
  599.       NULL
  600.       protected $type =>
  601.       string(6) "update"
  602.       protected $element =>
  603.       NULL
  604.       protected $select =>
  605.       NULL
  606.       protected $delete =>
  607.       NULL
  608.       protected $update =>
  609.       class JDatabaseQueryElement#155 (3) {
  610.        ...
  611.       }
  612.       protected $insert =>
  613.       NULL
  614.       protected $from =>
  615.       NULL
  616.       protected $join =>
  617.       NULL
  618.       protected $set =>
  619.       class JDatabaseQueryElement#154 (3) {
  620.        ...
  621.       }
  622.       protected $where =>
  623.       class JDatabaseQueryElement#153 (3) {
  624.        ...
  625.       }
  626.       protected $group =>
  627.       NULL
  628.       protected $having =>
  629.       NULL
  630.       protected $columns =>
  631.       NULL
  632.       protected $values =>
  633.       NULL
  634.       protected $order =>
  635.       NULL
  636.       protected $autoIncrementField =>
  637.       NULL
  638.       protected $call =>
  639.       NULL
  640.       protected $exec =>
  641.       NULL
  642.       protected $union =>
  643.       NULL
  644.       protected $unionAll =>
  645.       NULL
  646.     }
  647.     protected $tablePrefix =>
  648.     string(6) "w0z9v_"
  649.     protected $utf =>
  650.     bool(true)
  651.     protected $errorNum =>
  652.     int(0)
  653.     protected $errorMsg =>
  654.     string(0) ""
  655.     protected $transactionDepth =>
  656.     int(0)
  657.     protected $disconnectHandlers =>
  658.     array(0) {
  659.     }
  660.   }
  661.   protected $name =>
  662.   string(7) "article"
  663.   protected $option =>
  664.   string(11) "com_content"
  665.   protected $state =>
  666.   class JObject#36 (4) {
  667.    protected $_errors =>
  668.     array(0) {
  669.     }
  670.     public $article.id =>
  671.     int(0)
  672.     public $params =>
  673.     class JRegistry#76 (1) {
  674.      protected $data =>
  675.       class stdClass#77 (66) {
  676.        ...
  677.       }
  678.     }
  679.     public $article.new =>
  680.     bool(true)
  681.   }
  682.   protected $event_clean_cache =>
  683.   string(19) "onContentCleanCache"
  684.   protected $_errors =>
  685.   array(0) {
  686.   }
  687. }
  688. class ContentModelArticle#33 (14) {
  689.  protected $text_prefix =>
  690.   string(11) "COM_CONTENT"
  691.   protected $event_after_delete =>
  692.   string(20) "onContentAfterDelete"
  693.   protected $event_after_save =>
  694.   string(18) "onContentAfterSave"
  695.   protected $event_before_delete =>
  696.   string(21) "onContentBeforeDelete"
  697.   protected $event_before_save =>
  698.   string(19) "onContentBeforeSave"
  699.   protected $event_change_state =>
  700.   string(20) "onContentChangeState"
  701.   protected $_forms =>
  702.   array(0) {
  703.   }
  704.   protected $__state_set =>
  705.   bool(true)
  706.   protected $_db =>
  707.   class JDatabaseDriverMysqli#19 (21) {
  708.    public $name =>
  709.     string(6) "mysqli"
  710.     protected $nameQuote =>
  711.     string(1) "`"
  712.     protected $nullDate =>
  713.     string(19) "0000-00-00 00:00:00"
  714.     private $_database =>
  715.     string(4) "j314"
  716.     protected $connection =>
  717.     class mysqli#23 (19) {
  718.      public $affected_rows =>
  719.       NULL
  720.       public $client_info =>
  721.       NULL
  722.       public $client_version =>
  723.       NULL
  724.       public $connect_errno =>
  725.       NULL
  726.       public $connect_error =>
  727.       NULL
  728.       public $errno =>
  729.       NULL
  730.       public $error =>
  731.       NULL
  732.       public $error_list =>
  733.       NULL
  734.       public $field_count =>
  735.       NULL
  736.       public $host_info =>
  737.       NULL
  738.       public $info =>
  739.       NULL
  740.       public $insert_id =>
  741.       NULL
  742.       public $server_info =>
  743.       NULL
  744.       public $server_version =>
  745.       NULL
  746.       public $stat =>
  747.       NULL
  748.       public $sqlstate =>
  749.       NULL
  750.       public $protocol_version =>
  751.       NULL
  752.       public $thread_id =>
  753.       NULL
  754.       public $warning_count =>
  755.       NULL
  756.     }
  757.     protected $count =>
  758.     int(27)
  759.     protected $cursor =>
  760.     NULL
  761.     protected $debug =>
  762.     bool(true)
  763.     protected $limit =>
  764.     int(0)
  765.     protected $log =>
  766.     array(27) {
  767.       [0] =>
  768.       string(84) "SELECT `data`\nFROM `w0z9v_session`\nWHERE `session_id` = 'ipmdqj8us77ud74lophtj0fqh6'"
  769.       [1] =>
  770.       string(56) "DELETE \nFROM `w0z9v_session`\nWHERE `time` < '1375135771'"
  771.       [2] =>
  772.       string(101) "SELECT `session_id`\nFROM `w0z9v_session`\nWHERE `session_id` = 'ipmdqj8us77ud74lophtj0fqh6' LIMIT 0, 1"
  773.       [3] =>
  774.       string(119) "INSERT INTO `w0z9v_session`\n(`session_id`, `client_id`, `time`) VALUES \n('ipmdqj8us77ud74lophtj0fqh6', 0, '1375136671')"
  775.       [4] =>
  776.       string(38) "SHOW FULL COLUMNS FROM `w0z9v_content`"
  777.       [5] =>
  778.       string(142) "SELECT extension_id AS id, element AS "option", params, enabled\nFROM w0z9v_extensions\nWHERE `type` = 'component' AND `element` = 'com_content'"
  779.       [6] =>
  780.       string(140) "SELECT extension_id AS id, element AS "option", params, enabled\nFROM w0z9v_extensions\nWHERE `type` = 'component' AND `element` = 'com_users'"
  781.       [7] =>
  782.       string(122) "SELECT b.id\nFROM w0z9v_usergroups AS a\nLEFT JOIN w0z9v_usergroups AS b ON b.lft <= a.lft AND b.rgt >= a.rgt\nWHERE a.id = 9"
  783.       [8] =>
  784.       string(40) "SELECT id, rules\nFROM `w0z9v_viewlevels`"
  785.       [9] =>
  786.       string(161) "SELECT folder AS type, element AS name, params\nFROM w0z9v_extensions\nWHERE enabled >= 1 AND type ='plugin' AND state >= 0 AND access IN (1,1,5)\nORDER BY ordering"
  787.       [10] =>
  788.       string(105) "SELECT id, ordering\nFROM w0z9v_content\nWHERE ordering >= 0 AND catid = 8 AND state >= 0\nORDER BY ordering"
  789.       [11] =>
  790.       string(74) "SELECT *\nFROM w0z9v_content\nWHERE `alias` = '1375136671' AND `catid` = '8'"
  791.       [12] =>
  792.       string(210) "INSERT INTO `w0z9v_content`\n(`title`,`alias`,`introtext`,`fulltext`,`catid`,`created`,`created_by`,`version`,`access`) VALUES \n('title 1','1375136671','my intro text','','8','2013-07-29 22:24:31','434','1','1')"
  793.       [13] =>
  794.       string(56) "SELECT `asset_id`\nFROM `w0z9v_categories`\nWHERE `id` = 8"
  795.       [14] =>
  796.       string(37) "SHOW FULL COLUMNS FROM `w0z9v_assets`"
  797.       [15] =>
  798.       string(70) "SELECT `id`\nFROM `w0z9v_assets`\nWHERE `name` = 'com_content.article.2'"
  799.       [16] =>
  800.       string(52) "SELECT COUNT(id)\nFROM `w0z9v_assets`\nWHERE `id` = 37"
  801.       [17] =>
  802.       string(32) "LOCK TABLES `w0z9v_assets` WRITE"
  803.       [18] =>
  804.       string(80) "SELECT id, parent_id, level, lft, rgt\nFROM w0z9v_assets\nWHERE id = 37 LIMIT 0, 1"
  805.       [19] =>
  806.       string(52) "UPDATE w0z9v_assets\nSET lft = lft + 2\nWHERE lft > 23"
  807.       [20] =>
  808.       string(53) "UPDATE w0z9v_assets\nSET rgt = rgt + 2\nWHERE rgt >= 23"
  809.       [21] =>
  810.       string(138) "INSERT INTO `w0z9v_assets`\n(`name`,`title`,`parent_id`,`level`,`lft`,`rgt`) VALUES \n('com_content.article.2','title 1','37','3','23','24')"
  811.       [22] =>
  812.       string(13) "UNLOCK TABLES"
  813.       [23] =>
  814.       string(55) "UPDATE `w0z9v_content`\nSET asset_id = 43\nWHERE `id` = 2"
  815.       [24] =>
  816.       string(105) "SELECT id, ordering\nFROM w0z9v_content\nWHERE ordering >= 0 AND catid = 8 AND state >= 0\nORDER BY ordering"
  817.       [25] =>
  818.       string(52) "UPDATE w0z9v_content\nSET ordering = 1\nWHERE id = '2'"
  819.       [26] =>
  820.       string(74) "SELECT *\nFROM w0z9v_content\nWHERE `alias` = '1375136671' AND `catid` = '8'"
  821.     }
  822.     protected $timings =>
  823.     array(54) {
  824.       [0] =>
  825.       double(1375136671.1831)
  826.       [1] =>
  827.       double(1375136671.1834)
  828.       [2] =>
  829.       double(1375136671.1868)
  830.       [3] =>
  831.       double(1375136671.226)
  832.       [4] =>
  833.       double(1375136671.2266)
  834.       [5] =>
  835.       double(1375136671.227)
  836.       [6] =>
  837.       double(1375136671.2276)
  838.       [7] =>
  839.       double(1375136671.2596)
  840.       [8] =>
  841.       double(1375136671.289)
  842.       [9] =>
  843.       double(1375136671.2931)
  844.       [10] =>
  845.       double(1375136671.3188)
  846.       [11] =>
  847.       double(1375136671.3201)
  848.       [12] =>
  849.       double(1375136671.3283)
  850.       [13] =>
  851.       double(1375136671.3293)
  852.       [14] =>
  853.       double(1375136671.331)
  854.       [15] =>
  855.       double(1375136671.332)
  856.       [16] =>
  857.       double(1375136671.3353)
  858.       [17] =>
  859.       double(1375136671.3361)
  860.       [18] =>
  861.       double(1375136671.338)
  862.       [19] =>
  863.       double(1375136671.3404)
  864.       [20] =>
  865.       double(1375136671.3678)
  866.       [21] =>
  867.       double(1375136671.369)
  868.       [22] =>
  869.       double(1375136671.3809)
  870.       [23] =>
  871.       double(1375136671.3821)
  872.       [24] =>
  873.       double(1375136671.3851)
  874.       [25] =>
  875.       double(1375136671.4181)
  876.       [26] =>
  877.       double(1375136671.4193)
  878.       [27] =>
  879.       double(1375136671.4202)
  880.       [28] =>
  881.       double(1375136671.4304)
  882.       [29] =>
  883.       double(1375136671.4327)
  884.       [30] =>
  885.       double(1375136671.4344)
  886.       [31] =>
  887.       double(1375136671.4352)
  888.       [32] =>
  889.       double(1375136671.4362)
  890.       [33] =>
  891.       double(1375136671.4369)
  892.       [34] =>
  893.       double(1375136671.4375)
  894.       [35] =>
  895.       double(1375136671.4379)
  896.       [36] =>
  897.       double(1375136671.4389)
  898.       [37] =>
  899.       double(1375136671.4397)
  900.       [38] =>
  901.       double(1375136671.4407)
  902.       [39] =>
  903.       double(1375136671.4765)
  904.       [40] =>
  905.       double(1375136671.4775)
  906.       [41] =>
  907.       double(1375136671.5098)
  908.       [42] =>
  909.       double(1375136671.5117)
  910.       [43] =>
  911.       double(1375136671.5433)
  912.       [44] =>
  913.       double(1375136671.5439)
  914.       [45] =>
  915.       double(1375136671.5441)
  916.       [46] =>
  917.       double(1375136671.545)
  918.       [47] =>
  919.       double(1375136671.5768)
  920.       [48] =>
  921.       double(1375136671.5952)
  922.       [49] =>
  923.       double(1375136671.5964)
  924.       [50] =>
  925.       double(1375136671.5974)
  926.       [51] =>
  927.       double(1375136671.627)
  928.       [52] =>
  929.       double(1375136671.6308)
  930.       [53] =>
  931.       double(1375136671.632)
  932.     }
  933.     protected $callStacks =>
  934.     array(27) {
  935.       [0] =>
  936.       array(11) {
  937.         ...
  938.       }
  939.       [1] =>
  940.       array(6) {
  941.         ...
  942.       }
  943.       [2] =>
  944.       array(8) {
  945.         ...
  946.       }
  947.       [3] =>
  948.       array(7) {
  949.         ...
  950.       }
  951.       [4] =>
  952.       array(10) {
  953.         ...
  954.       }
  955.       [5] =>
  956.       array(11) {
  957.         ...
  958.       }
  959.       [6] =>
  960.       array(14) {
  961.         ...
  962.       }
  963.       [7] =>
  964.       array(9) {
  965.         ...
  966.       }
  967.       [8] =>
  968.       array(8) {
  969.         ...
  970.       }
  971.       [9] =>
  972.       array(6) {
  973.         ...
  974.       }
  975.       [10] =>
  976.       array(6) {
  977.         ...
  978.       }
  979.       [11] =>
  980.       array(6) {
  981.         ...
  982.       }
  983.       [12] =>
  984.       array(6) {
  985.         ...
  986.       }
  987.       [13] =>
  988.       array(7) {
  989.         ...
  990.       }
  991.       [14] =>
  992.       array(11) {
  993.         ...
  994.       }
  995.       [15] =>
  996.       array(7) {
  997.         ...
  998.       }
  999.       [16] =>
  1000.       array(7) {
  1001.         ...
  1002.       }
  1003.       [17] =>
  1004.       array(8) {
  1005.         ...
  1006.       }
  1007.       [18] =>
  1008.       array(8) {
  1009.         ...
  1010.       }
  1011.       [19] =>
  1012.       array(7) {
  1013.         ...
  1014.       }
  1015.       [20] =>
  1016.       array(7) {
  1017.         ...
  1018.       }
  1019.       [21] =>
  1020.       array(8) {
  1021.         ...
  1022.       }
  1023.       [22] =>
  1024.       array(8) {
  1025.         ...
  1026.       }
  1027.       [23] =>
  1028.       array(5) {
  1029.         ...
  1030.       }
  1031.       [24] =>
  1032.       array(6) {
  1033.         ...
  1034.       }
  1035.       [25] =>
  1036.       array(5) {
  1037.         ...
  1038.       }
  1039.       [26] =>
  1040.       array(6) {
  1041.         ...
  1042.       }
  1043.     }
  1044.     protected $offset =>
  1045.     int(0)
  1046.     protected $options =>
  1047.     array(9) {
  1048.       'driver' =>
  1049.       string(6) "mysqli"
  1050.       'host' =>
  1051.       string(9) "localhost"
  1052.       'user' =>
  1053.       string(4) "root"
  1054.       'password' =>
  1055.       string(8) "12347718"
  1056.       'database' =>
  1057.       string(4) "j314"
  1058.       'prefix' =>
  1059.       string(6) "w0z9v_"
  1060.       'select' =>
  1061.       bool(true)
  1062.       'port' =>
  1063.       NULL
  1064.       'socket' =>
  1065.       NULL
  1066.     }
  1067.     protected $sql =>
  1068.     class JDatabaseQueryMysqli#169 (24) {
  1069.      protected $offset =>
  1070.       NULL
  1071.       protected $limit =>
  1072.       NULL
  1073.       protected $db =>
  1074.               ...
  1075.  
  1076.       protected $sql =>
  1077.       NULL
  1078.       protected $type =>
  1079.       string(6) "select"
  1080.       protected $element =>
  1081.       NULL
  1082.       protected $select =>
  1083.       class JDatabaseQueryElement#170 (3) {
  1084.        ...
  1085.       }
  1086.       protected $delete =>
  1087.       NULL
  1088.       protected $update =>
  1089.       NULL
  1090.       protected $insert =>
  1091.       NULL
  1092.       protected $from =>
  1093.       class JDatabaseQueryElement#171 (3) {
  1094.        ...
  1095.       }
  1096.       protected $join =>
  1097.       NULL
  1098.       protected $set =>
  1099.       NULL
  1100.       protected $where =>
  1101.       class JDatabaseQueryElement#172 (3) {
  1102.        ...
  1103.       }
  1104.       protected $group =>
  1105.       NULL
  1106.       protected $having =>
  1107.       NULL
  1108.       protected $columns =>
  1109.       NULL
  1110.       protected $values =>
  1111.       NULL
  1112.       protected $order =>
  1113.       NULL
  1114.       protected $autoIncrementField =>
  1115.       NULL
  1116.       protected $call =>
  1117.       NULL
  1118.       protected $exec =>
  1119.       NULL
  1120.       protected $union =>
  1121.       NULL
  1122.       protected $unionAll =>
  1123.       NULL
  1124.     }
  1125.     protected $tablePrefix =>
  1126.     string(6) "w0z9v_"
  1127.     protected $utf =>
  1128.     bool(true)
  1129.     protected $errorNum =>
  1130.     int(0)
  1131.     protected $errorMsg =>
  1132.     string(0) ""
  1133.     protected $transactionDepth =>
  1134.     int(0)
  1135.     protected $disconnectHandlers =>
  1136.     array(0) {
  1137.     }
  1138.   }
  1139.   protected $name =>
  1140.   string(7) "article"
  1141.   protected $option =>
  1142.   string(11) "com_content"
  1143.   protected $state =>
  1144.   class JObject#36 (4) {
  1145.    protected $_errors =>
  1146.     array(0) {
  1147.     }
  1148.     public $article.id =>
  1149.     int(0)
  1150.     public $params =>
  1151.     class JRegistry#76 (1) {
  1152.      protected $data =>
  1153.       class stdClass#77 (66) {
  1154.        ...
  1155.       }
  1156.     }
  1157.     public $article.new =>
  1158.     bool(true)
  1159.   }
  1160.   protected $event_clean_cache =>
  1161.   string(19) "onContentCleanCache"
  1162.   protected $_errors =>
  1163.   array(1) {
  1164.     [0] =>
  1165.     string(40) "JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS"
  1166.   }
  1167. }
Advertisement
Add Comment
Please, Sign In to add comment