1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
| bject(Zend_View)#48 (19) {
["_useViewStream:private"] => bool(false)
["_useStreamWrapper:private"] => bool(false)
["_path:private"] => array(3) {
["script"] => array(2) {
[0] => string(59) "application/views/scripts/"
[1] => string(16) "./views/scripts/"
}
["helper"] => array(0) {
}
["filter"] => array(0) {
}
}
["_file:private"] => NULL
["_helper:private"] => array(0) {
}
["_helperLoaded:private"] => array(0) {
}
["_helperLoadedDir:private"] => array(0) {
}
["_filter:private"] => array(0) {
}
["_filterClass:private"] => array(0) {
}
["_filterLoaded:private"] => array(0) {
}
["_filterLoadedDir:private"] => array(0) {
}
["_escape:private"] => string(16) "htmlspecialchars"
["_encoding:private"] => string(5) "UTF-8"
["_lfiProtectionOn:private"] => bool(true)
["_loaders:private"] => array(2) {
["filter"] => object(Zend_Loader_PluginLoader)#49 (4) {
["_loadedPluginPaths:protected"] => array(0) {
}
["_loadedPlugins:protected"] => array(0) {
}
["_prefixToPaths:protected"] => array(1) {
["Zend_View_Filter_"] => array(3) {
[0] => string(17) "Zend/View/Filter/"
[1] => string(16) "./views/filters/"
[2] => string(59) "application/views/filters/"
}
}
["_useStaticRegistry:protected"] => NULL
}
["helper"] => object(Zend_Loader_PluginLoader)#50 (4) {
["_loadedPluginPaths:protected"] => array(0) {
}
["_loadedPlugins:protected"] => array(0) {
}
["_prefixToPaths:protected"] => array(1) {
["Zend_View_Helper_"] => array(3) {
[0] => string(17) "Zend/View/Helper/"
[1] => string(16) "./views/helpers/"
[2] => string(59) "application/views/helpers/"
}
}
["_useStaticRegistry:protected"] => NULL
}
}
["_loaderTypes:private"] => array(2) {
[0] => string(6) "filter"
[1] => string(6) "helper"
}
["_strictVars:private"] => bool(false)
["title"] => string(8) "HOMEPAGE"
["subtitle"] => string(8) "HOMEPAGE" |
Partager