Advertisement
chaminga

invoice_man_code_2

Oct 17th, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.51 KB | None | 0 0
  1. object(JDatabaseMySQL)[15]
  2.   public 'name' => string 'mysql' (length=5)
  3.   protected 'nameQuote' => string '`' (length=1)
  4.   protected 'nullDate' => string '0000-00-00 00:00:00' (length=19)
  5.   protected 'dbMinimum' => string '5.0.4' (length=5)
  6.   private '_database' (JDatabase) => string 'joomlatest2' (length=11)
  7.   protected 'connection' => resource(33, mysql link)
  8.   protected 'count' => int 0
  9.   protected 'cursor' => boolean false
  10.   protected 'debug' => boolean false
  11.   protected 'limit' => int 0
  12.   protected 'log' =>
  13.     array (size=0)
  14.       empty
  15.   protected 'offset' => int 0
  16.   protected 'sql' =>
  17.     object(JDatabaseQueryMySQL)[159]
  18.       protected 'db' =>
  19.         &object(JDatabaseMySQL)[15]
  20.       protected 'type' => string 'update' (length=6)
  21.       protected 'element' => null
  22.       protected 'select' => null
  23.       protected 'delete' => null
  24.       protected 'update' =>
  25.         object(JDatabaseQueryElement)[158]
  26.           protected 'name' => string 'UPDATE' (length=6)
  27.           protected 'elements' =>
  28.             array (size=1)
  29.               ...
  30.           protected 'glue' => string ',' (length=1)
  31.       protected 'insert' => null
  32.       protected 'from' => null
  33.       protected 'join' => null
  34.       protected 'set' =>
  35.         object(JDatabaseQueryElement)[157]
  36.           protected 'name' => string 'SET' (length=3)
  37.           protected 'elements' =>
  38.             array (size=1)
  39.               ...
  40.           protected 'glue' => string '
  41.     , ' (length=4)
  42.       protected 'where' =>
  43.         object(JDatabaseQueryElement)[156]
  44.           protected 'name' => string 'WHERE' (length=5)
  45.           protected 'elements' =>
  46.             array (size=1)
  47.               ...
  48.           protected 'glue' => string ' AND ' (length=5)
  49.       protected 'group' => null
  50.       protected 'having' => null
  51.       protected 'columns' => null
  52.       protected 'values' => null
  53.       protected 'order' => null
  54.       protected 'union' => null
  55.       protected 'autoIncrementField' => null
  56.   protected 'tablePrefix' => string 'n9dny_' (length=6)
  57.   protected 'utf' => boolean true
  58.   protected 'errorNum' => int 1064
  59.   protected 'errorMsg' => string 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= 'floating-1.12.js'
  60.  
  61. WHERE `id`=''' at line 2 SQL=UPDATE `n9dny_invoicemanager`
  62.  
  63. SET  = 'floating-1.12.js'
  64.  
  65. WHERE `id`=''' (length=257)
  66.   protected 'hasQuoted' => boolean false
  67.   protected 'quoted' =>
  68.     array (size=0)
  69.       empty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement