Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. object(Default_Model_DbTable_Toto)[40]
  2. protected '_name' => string 'toto' (length=4)
  3. protected '_definition' => null
  4. protected '_definitionConfigName' => null
  5. protected '_db' =>
  6. object(Zend_Db_Adapter_Pdo_Mysql)[31]
  7. protected '_pdoType' => string 'mysql' (length=5)
  8. protected '_numericDataTypes' =>
  9. array
  10. 0 => int 0
  11. 1 => int 1
  12. 2 => int 2
  13. 'INT' => int 0
  14. 'INTEGER' => int 0
  15. 'MEDIUMINT' => int 0
  16. 'SMALLINT' => int 0
  17. 'TINYINT' => int 0
  18. 'BIGINT' => int 1
  19. 'SERIAL' => int 1
  20. 'DEC' => int 2
  21. 'DECIMAL' => int 2
  22. 'DOUBLE' => int 2
  23. 'DOUBLE PRECISION' => int 2
  24. 'FIXED' => int 2
  25. 'FLOAT' => int 2
  26. protected '_defaultStmtClass' => string 'Zend_Db_Statement_Pdo' (length=21)
  27. protected '_config' =>
  28. array
  29. 'host' => string 'localhost' (length=9)
  30. 'username' => string 'root' (length=4)
  31. 'password' => string 'root' (length=4)
  32. 'dbname' => string 'guestbook' (length=9)
  33. 'charset' => null
  34. 'persistent' => boolean false
  35. 'options' =>
  36. array
  37. ...
  38. 'driver_options' =>
  39. array
  40. ...
  41. protected '_fetchMode' => int 2
  42. protected '_profiler' =>
  43. object(Zend_Db_Profiler)[32]
  44. protected '_queryProfiles' =>
  45. array
  46. ...
  47. protected '_enabled' => boolean false
  48. protected '_filterElapsedSecs' => null
  49. protected '_filterTypes' => null
  50. protected '_defaultProfilerClass' => string 'Zend_Db_Profiler' (length=16)
  51. protected '_connection' => null
  52. protected '_caseFolding' => int 0
  53. protected '_autoQuoteIdentifiers' => boolean true
  54. protected '_allowSerialization' => boolean true
  55. protected '_autoReconnectOnUnserialize' => boolean false
  56. protected '_schema' => null
  57. protected '_cols' => null
  58. protected '_primary' => null
  59. protected '_identity' => int 1
  60. protected '_sequence' => boolean true
  61. protected '_metadata' =>
  62. array
  63. empty
  64. protected '_metadataCache' => null
  65. protected '_metadataCacheInClass' => boolean true
  66. protected '_rowClass' => string 'Zend_Db_Table_Row' (length=17)
  67. protected '_rowsetClass' => string 'Zend_Db_Table_Rowset' (length=20)
  68. protected '_referenceMap' =>
  69. array
  70. empty
  71. protected '_dependentTables' =>
  72. array
  73. empty
  74. protected '_defaultSource' => string 'defaultNone' (length=11)
  75. protected '_defaultValues' =>
  76. array
  77. empty
Add Comment
Please, Sign In to add comment