mOrloff

var_dump($this)

Jun 30th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. object(Zend_View)#24 (19) {
  2. ["_useViewStream:private"]=>
  3. bool(true)
  4. ["_useStreamWrapper:private"]=>
  5. bool(false)
  6. ["_path:private"]=>
  7. array(3) {
  8. ["script"]=>
  9. array(1) {
  10. [0]=>
  11. string(62) "C:/wamp/NetBeansProjects/ZendSchool/application/views\scripts/"
  12. }
  13. ["helper"]=>
  14. array(0) {
  15. }
  16. ["filter"]=>
  17. array(0) {
  18. }
  19. }
  20. ["_file:private"]=>
  21. string(77) "C:/wamp/NetBeansProjects/ZendSchool/application/views\scripts/user/user.phtml"
  22. ["_helper:private"]=>
  23. array(0) {
  24. }
  25. ["_helperLoaded:private"]=>
  26. array(0) {
  27. }
  28. ["_helperLoadedDir:private"]=>
  29. array(0) {
  30. }
  31. ["_filter:private"]=>
  32. array(0) {
  33. }
  34. ["_filterClass:private"]=>
  35. array(0) {
  36. }
  37. ["_filterLoaded:private"]=>
  38. array(0) {
  39. }
  40. ["_filterLoadedDir:private"]=>
  41. array(0) {
  42. }
  43. ["_escape:private"]=>
  44. string(16) "htmlspecialchars"
  45. ["_encoding:private"]=>
  46. string(5) "UTF-8"
  47. ["_lfiProtectionOn:private"]=>
  48. bool(true)
  49. ["_loaders:private"]=>
  50. array(2) {
  51. ["filter"]=>
  52. object(Zend_Loader_PluginLoader)#25 (4) {
  53. ["_loadedPluginPaths:protected"]=>
  54. array(0) {
  55. }
  56. ["_loadedPlugins:protected"]=>
  57. array(0) {
  58. }
  59. ["_prefixToPaths:protected"]=>
  60. array(1) {
  61. ["Zend_View_Filter_"]=>
  62. array(2) {
  63. [0]=>
  64. string(17) "Zend/View/Filter/"
  65. [1]=>
  66. string(62) "C:/wamp/NetBeansProjects/ZendSchool/application/views\filters/"
  67. }
  68. }
  69. ["_useStaticRegistry:protected"]=>
  70. NULL
  71. }
  72. ["helper"]=>
  73. object(Zend_Loader_PluginLoader)#37 (4) {
  74. ["_loadedPluginPaths:protected"]=>
  75. array(0) {
  76. }
  77. ["_loadedPlugins:protected"]=>
  78. array(0) {
  79. }
  80. ["_prefixToPaths:protected"]=>
  81. array(1) {
  82. ["Zend_View_Helper_"]=>
  83. array(2) {
  84. [0]=>
  85. string(17) "Zend/View/Helper/"
  86. [1]=>
  87. string(62) "C:/wamp/NetBeansProjects/ZendSchool/application/views\helpers/"
  88. }
  89. }
  90. ["_useStaticRegistry:protected"]=>
  91. NULL
  92. }
  93. }
  94. ["_loaderTypes:private"]=>
  95. array(2) {
  96. [0]=>
  97. string(6) "filter"
  98. [1]=>
  99. string(6) "helper"
  100. }
  101. ["_strictVars:private"]=>
  102. bool(false)
  103. ["username"]=>
  104. string(5) "Steve"
  105. ["count"]=>
  106. int(1)
  107. }
Add Comment
Please, Sign In to add comment