Une erreur est survenue :
Erreur inconnue


Si vous souhaitez obtenir de plus amples informations
merci de contacter le responsable du site.




< retourner à la page précédente

DEBUG INFOS :
Exception de type Zend_Db_Table_Select_Exception Select query cannot join with another table envoyée dans /home/reseaudigital/library/Zend/Db/Table/Select.php à la ligne 212

Stack Trace :

object(Zend_Db_Table_Select_Exception)#66 (6) {
  ["message:protected"] => string(43) "Select query cannot join with another table"
  ["string:private"] => string(0) ""
  ["code:protected"] => int(0)
  ["file:protected"] => string(52) "/home/reseaudigital/library/Zend/Db/Table/Select.php"
  ["line:protected"] => int(212)
  ["trace:private"] => array(11) {
    [0] => array(6) {
      ["file"] => string(56) "/home/reseaudigital/library/Zend/Db/Adapter/Abstract.php"
      ["line"] => int(452)
      ["function"] => string(8) "assemble"
      ["class"] => string(20) "Zend_Db_Table_Select"
      ["type"] => string(2) "->"
      ["args"] => array(0) {
      }
    }
    [1] => array(6) {
      ["file"] => string(60) "/home/reseaudigital/library/Zend/Db/Adapter/Pdo/Abstract.php"
      ["line"] => int(232)
      ["function"] => string(5) "query"
      ["class"] => string(24) "Zend_Db_Adapter_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(2) {
        [0] => object(Zend_Db_Table_Select)#67 (7) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(16) "textes_corporate"
            ["cols"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["primary"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["metadata"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(true)
          ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
            ["_name:protected"] => string(16) "textes_corporate"
            ["_primary:protected"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
              ["_pdoType:protected"] => string(5) "mysql"
              ["_numericDataTypes:protected"] => array(16) {
                [0] => int(0)
                [1] => int(1)
                [2] => int(2)
                ["INT"] => int(0)
                ["INTEGER"] => int(0)
                ["MEDIUMINT"] => int(0)
                ["SMALLINT"] => int(0)
                ["TINYINT"] => int(0)
                ["BIGINT"] => int(1)
                ["SERIAL"] => int(1)
                ["DEC"] => int(2)
                ["DECIMAL"] => int(2)
                ["DOUBLE"] => int(2)
                ["DOUBLE PRECISION"] => int(2)
                ["FIXED"] => int(2)
                ["FLOAT"] => int(2)
              }
              ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
              ["_config:protected"] => array(7) {
                ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                ["username"] => string(13) "reseaudigital"
                ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                ["dbname"] => string(13) "reseaudigital"
                ["driver_options"] => array(1) {
                  [1002] => string(15) "SET NAMES UTF8;"
                }
                ["charset"] => NULL
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                ["_queryProfiles:protected"] => array(0) {
                }
                ["_enabled:protected"] => bool(false)
                ["_filterElapsedSecs:protected"] => NULL
                ["_filterTypes:protected"] => NULL
              }
              ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
              ["_connection:protected"] => object(PDO)#42 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
              ["_allowSerialization:protected"] => bool(true)
              ["_autoReconnectOnUnserialize:protected"] => bool(false)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(1800)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
                ["_options:protected"] => array(0) {
                }
              }
              ["_options:protected"] => array(9) {
                ["write_control"] => bool(true)
                ["caching"] => bool(true)
                ["cache_id_prefix"] => NULL
                ["automatic_serialization"] => bool(true)
                ["automatic_cleaning_factor"] => int(10)
                ["lifetime"] => int(1800)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(false)
                ["tags"] => bool(false)
                ["expired_read"] => bool(false)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(false)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
            ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_bind:protected"] => array(0) {
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
            ["_pdoType:protected"] => string(5) "mysql"
            ["_numericDataTypes:protected"] => array(16) {
              [0] => int(0)
              [1] => int(1)
              [2] => int(2)
              ["INT"] => int(0)
              ["INTEGER"] => int(0)
              ["MEDIUMINT"] => int(0)
              ["SMALLINT"] => int(0)
              ["TINYINT"] => int(0)
              ["BIGINT"] => int(1)
              ["SERIAL"] => int(1)
              ["DEC"] => int(2)
              ["DECIMAL"] => int(2)
              ["DOUBLE"] => int(2)
              ["DOUBLE PRECISION"] => int(2)
              ["FIXED"] => int(2)
              ["FLOAT"] => int(2)
            }
            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
            ["_config:protected"] => array(7) {
              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
              ["username"] => string(13) "reseaudigital"
              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
              ["dbname"] => string(13) "reseaudigital"
              ["driver_options"] => array(1) {
                [1002] => string(15) "SET NAMES UTF8;"
              }
              ["charset"] => NULL
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
              ["_queryProfiles:protected"] => array(0) {
              }
              ["_enabled:protected"] => bool(false)
              ["_filterElapsedSecs:protected"] => NULL
              ["_filterTypes:protected"] => NULL
            }
            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
            ["_connection:protected"] => object(PDO)#42 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
            ["_allowSerialization:protected"] => bool(true)
            ["_autoReconnectOnUnserialize:protected"] => bool(false)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(1) {
              [0] => array(3) {
                [0] => string(15) "txt_corp_robots"
                [1] => string(3) "txt"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["textes_corporate"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(16) "textes_corporate"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(2) {
              [0] => string(27) "(txt_corp_page = 'accueil')"
              [1] => string(32) "AND (txt_corp_field = 'accueil')"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
        [1] => array(0) {
        }
      }
    }
    [2] => array(6) {
      ["file"] => string(54) "/home/reseaudigital/library/Zend/Db/Table/Abstract.php"
      ["line"] => int(1393)
      ["function"] => string(5) "query"
      ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#67 (7) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(16) "textes_corporate"
            ["cols"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["primary"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["metadata"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(true)
          ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
            ["_name:protected"] => string(16) "textes_corporate"
            ["_primary:protected"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
              ["_pdoType:protected"] => string(5) "mysql"
              ["_numericDataTypes:protected"] => array(16) {
                [0] => int(0)
                [1] => int(1)
                [2] => int(2)
                ["INT"] => int(0)
                ["INTEGER"] => int(0)
                ["MEDIUMINT"] => int(0)
                ["SMALLINT"] => int(0)
                ["TINYINT"] => int(0)
                ["BIGINT"] => int(1)
                ["SERIAL"] => int(1)
                ["DEC"] => int(2)
                ["DECIMAL"] => int(2)
                ["DOUBLE"] => int(2)
                ["DOUBLE PRECISION"] => int(2)
                ["FIXED"] => int(2)
                ["FLOAT"] => int(2)
              }
              ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
              ["_config:protected"] => array(7) {
                ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                ["username"] => string(13) "reseaudigital"
                ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                ["dbname"] => string(13) "reseaudigital"
                ["driver_options"] => array(1) {
                  [1002] => string(15) "SET NAMES UTF8;"
                }
                ["charset"] => NULL
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                ["_queryProfiles:protected"] => array(0) {
                }
                ["_enabled:protected"] => bool(false)
                ["_filterElapsedSecs:protected"] => NULL
                ["_filterTypes:protected"] => NULL
              }
              ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
              ["_connection:protected"] => object(PDO)#42 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
              ["_allowSerialization:protected"] => bool(true)
              ["_autoReconnectOnUnserialize:protected"] => bool(false)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(1800)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
                ["_options:protected"] => array(0) {
                }
              }
              ["_options:protected"] => array(9) {
                ["write_control"] => bool(true)
                ["caching"] => bool(true)
                ["cache_id_prefix"] => NULL
                ["automatic_serialization"] => bool(true)
                ["automatic_cleaning_factor"] => int(10)
                ["lifetime"] => int(1800)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(false)
                ["tags"] => bool(false)
                ["expired_read"] => bool(false)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(false)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
            ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_bind:protected"] => array(0) {
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
            ["_pdoType:protected"] => string(5) "mysql"
            ["_numericDataTypes:protected"] => array(16) {
              [0] => int(0)
              [1] => int(1)
              [2] => int(2)
              ["INT"] => int(0)
              ["INTEGER"] => int(0)
              ["MEDIUMINT"] => int(0)
              ["SMALLINT"] => int(0)
              ["TINYINT"] => int(0)
              ["BIGINT"] => int(1)
              ["SERIAL"] => int(1)
              ["DEC"] => int(2)
              ["DECIMAL"] => int(2)
              ["DOUBLE"] => int(2)
              ["DOUBLE PRECISION"] => int(2)
              ["FIXED"] => int(2)
              ["FLOAT"] => int(2)
            }
            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
            ["_config:protected"] => array(7) {
              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
              ["username"] => string(13) "reseaudigital"
              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
              ["dbname"] => string(13) "reseaudigital"
              ["driver_options"] => array(1) {
                [1002] => string(15) "SET NAMES UTF8;"
              }
              ["charset"] => NULL
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
              ["_queryProfiles:protected"] => array(0) {
              }
              ["_enabled:protected"] => bool(false)
              ["_filterElapsedSecs:protected"] => NULL
              ["_filterTypes:protected"] => NULL
            }
            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
            ["_connection:protected"] => object(PDO)#42 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
            ["_allowSerialization:protected"] => bool(true)
            ["_autoReconnectOnUnserialize:protected"] => bool(false)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(1) {
              [0] => array(3) {
                [0] => string(15) "txt_corp_robots"
                [1] => string(3) "txt"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["textes_corporate"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(16) "textes_corporate"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(2) {
              [0] => string(27) "(txt_corp_page = 'accueil')"
              [1] => string(32) "AND (txt_corp_field = 'accueil')"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
      }
    }
    [3] => array(6) {
      ["file"] => string(54) "/home/reseaudigital/library/Zend/Db/Table/Abstract.php"
      ["line"] => int(1257)
      ["function"] => string(6) "_fetch"
      ["class"] => string(22) "Zend_Db_Table_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#67 (7) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(16) "textes_corporate"
            ["cols"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["primary"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["metadata"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(true)
          ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
            ["_name:protected"] => string(16) "textes_corporate"
            ["_primary:protected"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
              ["_pdoType:protected"] => string(5) "mysql"
              ["_numericDataTypes:protected"] => array(16) {
                [0] => int(0)
                [1] => int(1)
                [2] => int(2)
                ["INT"] => int(0)
                ["INTEGER"] => int(0)
                ["MEDIUMINT"] => int(0)
                ["SMALLINT"] => int(0)
                ["TINYINT"] => int(0)
                ["BIGINT"] => int(1)
                ["SERIAL"] => int(1)
                ["DEC"] => int(2)
                ["DECIMAL"] => int(2)
                ["DOUBLE"] => int(2)
                ["DOUBLE PRECISION"] => int(2)
                ["FIXED"] => int(2)
                ["FLOAT"] => int(2)
              }
              ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
              ["_config:protected"] => array(7) {
                ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                ["username"] => string(13) "reseaudigital"
                ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                ["dbname"] => string(13) "reseaudigital"
                ["driver_options"] => array(1) {
                  [1002] => string(15) "SET NAMES UTF8;"
                }
                ["charset"] => NULL
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                ["_queryProfiles:protected"] => array(0) {
                }
                ["_enabled:protected"] => bool(false)
                ["_filterElapsedSecs:protected"] => NULL
                ["_filterTypes:protected"] => NULL
              }
              ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
              ["_connection:protected"] => object(PDO)#42 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
              ["_allowSerialization:protected"] => bool(true)
              ["_autoReconnectOnUnserialize:protected"] => bool(false)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(1800)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
                ["_options:protected"] => array(0) {
                }
              }
              ["_options:protected"] => array(9) {
                ["write_control"] => bool(true)
                ["caching"] => bool(true)
                ["cache_id_prefix"] => NULL
                ["automatic_serialization"] => bool(true)
                ["automatic_cleaning_factor"] => int(10)
                ["lifetime"] => int(1800)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(false)
                ["tags"] => bool(false)
                ["expired_read"] => bool(false)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(false)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
            ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_bind:protected"] => array(0) {
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
            ["_pdoType:protected"] => string(5) "mysql"
            ["_numericDataTypes:protected"] => array(16) {
              [0] => int(0)
              [1] => int(1)
              [2] => int(2)
              ["INT"] => int(0)
              ["INTEGER"] => int(0)
              ["MEDIUMINT"] => int(0)
              ["SMALLINT"] => int(0)
              ["TINYINT"] => int(0)
              ["BIGINT"] => int(1)
              ["SERIAL"] => int(1)
              ["DEC"] => int(2)
              ["DECIMAL"] => int(2)
              ["DOUBLE"] => int(2)
              ["DOUBLE PRECISION"] => int(2)
              ["FIXED"] => int(2)
              ["FLOAT"] => int(2)
            }
            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
            ["_config:protected"] => array(7) {
              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
              ["username"] => string(13) "reseaudigital"
              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
              ["dbname"] => string(13) "reseaudigital"
              ["driver_options"] => array(1) {
                [1002] => string(15) "SET NAMES UTF8;"
              }
              ["charset"] => NULL
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
              ["_queryProfiles:protected"] => array(0) {
              }
              ["_enabled:protected"] => bool(false)
              ["_filterElapsedSecs:protected"] => NULL
              ["_filterTypes:protected"] => NULL
            }
            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
            ["_connection:protected"] => object(PDO)#42 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
            ["_allowSerialization:protected"] => bool(true)
            ["_autoReconnectOnUnserialize:protected"] => bool(false)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(1) {
              [0] => array(3) {
                [0] => string(15) "txt_corp_robots"
                [1] => string(3) "txt"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["textes_corporate"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(16) "textes_corporate"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(2) {
              [0] => string(27) "(txt_corp_page = 'accueil')"
              [1] => string(32) "AND (txt_corp_field = 'accueil')"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
      }
    }
    [4] => array(6) {
      ["file"] => string(72) "/home/reseaudigital/application/default/models/TCorporateTextContent.php"
      ["line"] => int(14)
      ["function"] => string(8) "fetchRow"
      ["class"] => string(22) "Zend_Db_Table_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#67 (7) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(16) "textes_corporate"
            ["cols"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["primary"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["metadata"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(true)
          ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
            ["_name:protected"] => string(16) "textes_corporate"
            ["_primary:protected"] => array(1) {
              [1] => string(11) "txt_corp_id"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
              ["_pdoType:protected"] => string(5) "mysql"
              ["_numericDataTypes:protected"] => array(16) {
                [0] => int(0)
                [1] => int(1)
                [2] => int(2)
                ["INT"] => int(0)
                ["INTEGER"] => int(0)
                ["MEDIUMINT"] => int(0)
                ["SMALLINT"] => int(0)
                ["TINYINT"] => int(0)
                ["BIGINT"] => int(1)
                ["SERIAL"] => int(1)
                ["DEC"] => int(2)
                ["DECIMAL"] => int(2)
                ["DOUBLE"] => int(2)
                ["DOUBLE PRECISION"] => int(2)
                ["FIXED"] => int(2)
                ["FLOAT"] => int(2)
              }
              ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
              ["_config:protected"] => array(7) {
                ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                ["username"] => string(13) "reseaudigital"
                ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                ["dbname"] => string(13) "reseaudigital"
                ["driver_options"] => array(1) {
                  [1002] => string(15) "SET NAMES UTF8;"
                }
                ["charset"] => NULL
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                ["_queryProfiles:protected"] => array(0) {
                }
                ["_enabled:protected"] => bool(false)
                ["_filterElapsedSecs:protected"] => NULL
                ["_filterTypes:protected"] => NULL
              }
              ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
              ["_connection:protected"] => object(PDO)#42 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
              ["_allowSerialization:protected"] => bool(true)
              ["_autoReconnectOnUnserialize:protected"] => bool(false)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(5) {
              [0] => string(11) "txt_corp_id"
              [1] => string(13) "txt_corp_page"
              [2] => string(14) "txt_corp_field"
              [3] => string(11) "txt_corp_fr"
              [4] => string(11) "txt_corp_en"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(5) {
              ["txt_corp_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["txt_corp_page"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(13) "txt_corp_page"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_field"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(14) "txt_corp_field"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(3) "255"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_fr"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["txt_corp_en"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(16) "textes_corporate"
                ["COLUMN_NAME"] => string(11) "txt_corp_en"
                ["COLUMN_POSITION"] => int(5)
                ["DATA_TYPE"] => string(4) "text"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(1800)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
                ["_options:protected"] => array(0) {
                }
              }
              ["_options:protected"] => array(9) {
                ["write_control"] => bool(true)
                ["caching"] => bool(true)
                ["cache_id_prefix"] => NULL
                ["automatic_serialization"] => bool(true)
                ["automatic_cleaning_factor"] => int(10)
                ["lifetime"] => int(1800)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(false)
                ["tags"] => bool(false)
                ["expired_read"] => bool(false)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(false)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
            ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_bind:protected"] => array(0) {
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
            ["_pdoType:protected"] => string(5) "mysql"
            ["_numericDataTypes:protected"] => array(16) {
              [0] => int(0)
              [1] => int(1)
              [2] => int(2)
              ["INT"] => int(0)
              ["INTEGER"] => int(0)
              ["MEDIUMINT"] => int(0)
              ["SMALLINT"] => int(0)
              ["TINYINT"] => int(0)
              ["BIGINT"] => int(1)
              ["SERIAL"] => int(1)
              ["DEC"] => int(2)
              ["DECIMAL"] => int(2)
              ["DOUBLE"] => int(2)
              ["DOUBLE PRECISION"] => int(2)
              ["FIXED"] => int(2)
              ["FLOAT"] => int(2)
            }
            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
            ["_config:protected"] => array(7) {
              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
              ["username"] => string(13) "reseaudigital"
              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
              ["dbname"] => string(13) "reseaudigital"
              ["driver_options"] => array(1) {
                [1002] => string(15) "SET NAMES UTF8;"
              }
              ["charset"] => NULL
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
              ["_queryProfiles:protected"] => array(0) {
              }
              ["_enabled:protected"] => bool(false)
              ["_filterElapsedSecs:protected"] => NULL
              ["_filterTypes:protected"] => NULL
            }
            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
            ["_connection:protected"] => object(PDO)#42 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
            ["_allowSerialization:protected"] => bool(true)
            ["_autoReconnectOnUnserialize:protected"] => bool(false)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(1) {
              [0] => array(3) {
                [0] => string(15) "txt_corp_robots"
                [1] => string(3) "txt"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["textes_corporate"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(16) "textes_corporate"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(2) {
              [0] => string(27) "(txt_corp_page = 'accueil')"
              [1] => string(32) "AND (txt_corp_field = 'accueil')"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
      }
    }
    [5] => array(6) {
      ["file"] => string(71) "/home/reseaudigital/application/default/controllers/IndexController.php"
      ["line"] => int(15)
      ["function"] => string(14) "getContentText"
      ["class"] => string(21) "TCorporateTextContent"
      ["type"] => string(2) "->"
      ["args"] => array(3) {
        [0] => string(10) "robots.txt"
        [1] => string(7) "accueil"
        [2] => string(7) "accueil"
      }
    }
    [6] => array(6) {
      ["file"] => string(54) "/home/reseaudigital/library/Zend/Controller/Action.php"
      ["line"] => int(512)
      ["function"] => string(11) "indexAction"
      ["class"] => string(15) "IndexController"
      ["type"] => string(2) "->"
      ["args"] => array(0) {
      }
    }
    [7] => array(6) {
      ["file"] => string(67) "/home/reseaudigital/library/Zend/Controller/Dispatcher/Standard.php"
      ["line"] => int(288)
      ["function"] => string(8) "dispatch"
      ["class"] => string(22) "Zend_Controller_Action"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => string(11) "indexAction"
      }
    }
    [8] => array(6) {
      ["file"] => string(53) "/home/reseaudigital/library/Zend/Controller/Front.php"
      ["line"] => int(945)
      ["function"] => string(8) "dispatch"
      ["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
      ["type"] => string(2) "->"
      ["args"] => array(2) {
        [0] => object(Zend_Controller_Request_Http)#22 (14) {
          ["_paramSources:protected"] => array(2) {
            [0] => string(4) "_GET"
            [1] => string(5) "_POST"
          }
          ["_requestUri:protected"] => string(11) "/robots.txt"
          ["_baseUrl:protected"] => string(0) ""
          ["_basePath:protected"] => NULL
          ["_pathInfo:protected"] => string(11) "/robots.txt"
          ["_params:protected"] => array(5) {
            ["language"] => string(10) "robots.txt"
            ["module"] => string(7) "default"
            ["controller"] => string(5) "index"
            ["action"] => string(5) "index"
            ["error_handler"] => object(ArrayObject)#69 (3) {
              ["exception"] => object(Zend_Db_Table_Select_Exception)#66 (6) {
                ["message:protected"] => string(43) "Select query cannot join with another table"
                ["string:private"] => string(0) ""
                ["code:protected"] => int(0)
                ["file:protected"] => string(52) "/home/reseaudigital/library/Zend/Db/Table/Select.php"
                ["line:protected"] => int(212)
                ["trace:private"] => array(11) {
                  [0] => array(6) {
                    ["file"] => string(56) "/home/reseaudigital/library/Zend/Db/Adapter/Abstract.php"
                    ["line"] => int(452)
                    ["function"] => string(8) "assemble"
                    ["class"] => string(20) "Zend_Db_Table_Select"
                    ["type"] => string(2) "->"
                    ["args"] => array(0) {
                    }
                  }
                  [1] => array(6) {
                    ["file"] => string(60) "/home/reseaudigital/library/Zend/Db/Adapter/Pdo/Abstract.php"
                    ["line"] => int(232)
                    ["function"] => string(5) "query"
                    ["class"] => string(24) "Zend_Db_Adapter_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(2) {
                      [0] => object(Zend_Db_Table_Select)#67 (7) {
                        ["_info:protected"] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(16) "textes_corporate"
                          ["cols"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["primary"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["metadata"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck:protected"] => bool(true)
                        ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                          ["_name:protected"] => string(16) "textes_corporate"
                          ["_primary:protected"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                            ["_pdoType:protected"] => string(5) "mysql"
                            ["_numericDataTypes:protected"] => array(16) {
                              [0] => int(0)
                              [1] => int(1)
                              [2] => int(2)
                              ["INT"] => int(0)
                              ["INTEGER"] => int(0)
                              ["MEDIUMINT"] => int(0)
                              ["SMALLINT"] => int(0)
                              ["TINYINT"] => int(0)
                              ["BIGINT"] => int(1)
                              ["SERIAL"] => int(1)
                              ["DEC"] => int(2)
                              ["DECIMAL"] => int(2)
                              ["DOUBLE"] => int(2)
                              ["DOUBLE PRECISION"] => int(2)
                              ["FIXED"] => int(2)
                              ["FLOAT"] => int(2)
                            }
                            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                            ["_config:protected"] => array(7) {
                              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                              ["username"] => string(13) "reseaudigital"
                              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                              ["dbname"] => string(13) "reseaudigital"
                              ["driver_options"] => array(1) {
                                [1002] => string(15) "SET NAMES UTF8;"
                              }
                              ["charset"] => NULL
                              ["options"] => array(2) {
                                ["caseFolding"] => int(0)
                                ["autoQuoteIdentifiers"] => bool(true)
                              }
                            }
                            ["_fetchMode:protected"] => int(2)
                            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                              ["_queryProfiles:protected"] => array(0) {
                              }
                              ["_enabled:protected"] => bool(false)
                              ["_filterElapsedSecs:protected"] => NULL
                              ["_filterTypes:protected"] => NULL
                            }
                            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                            ["_connection:protected"] => object(PDO)#42 (0) {
                            }
                            ["_caseFolding:protected"] => int(0)
                            ["_autoQuoteIdentifiers:protected"] => bool(true)
                            ["_allowSerialization:protected"] => bool(true)
                            ["_autoReconnectOnUnserialize:protected"] => bool(false)
                          }
                          ["_schema:protected"] => NULL
                          ["_cols:protected"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["_identity:protected"] => int(1)
                          ["_sequence:protected"] => bool(true)
                          ["_metadata:protected"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                            ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                              ["_directives:protected"] => array(3) {
                                ["lifetime"] => int(1800)
                                ["logging"] => bool(false)
                                ["logger"] => NULL
                              }
                              ["_options:protected"] => array(0) {
                              }
                            }
                            ["_options:protected"] => array(9) {
                              ["write_control"] => bool(true)
                              ["caching"] => bool(true)
                              ["cache_id_prefix"] => NULL
                              ["automatic_serialization"] => bool(true)
                              ["automatic_cleaning_factor"] => int(10)
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                              ["ignore_user_abort"] => bool(false)
                            }
                            ["_specificOptions:protected"] => array(0) {
                            }
                            ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                            ["_extendedBackend:protected"] => bool(true)
                            ["_backendCapabilities:protected"] => array(6) {
                              ["automatic_cleaning"] => bool(false)
                              ["tags"] => bool(false)
                              ["expired_read"] => bool(false)
                              ["priority"] => bool(false)
                              ["infinite_lifetime"] => bool(false)
                              ["get_list"] => bool(true)
                            }
                          }
                          ["_metadataCacheInClass:protected"] => bool(true)
                          ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                          ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                          ["_referenceMap:protected"] => array(0) {
                          }
                          ["_dependentTables:protected"] => array(0) {
                          }
                          ["_defaultSource:protected"] => string(11) "defaultNone"
                          ["_defaultValues:protected"] => array(0) {
                          }
                        }
                        ["_bind:protected"] => array(0) {
                        }
                        ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_parts:protected"] => array(11) {
                          ["distinct"] => bool(false)
                          ["columns"] => array(1) {
                            [0] => array(3) {
                              [0] => string(15) "txt_corp_robots"
                              [1] => string(3) "txt"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["textes_corporate"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(16) "textes_corporate"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(2) {
                            [0] => string(27) "(txt_corp_page = 'accueil')"
                            [1] => string(32) "AND (txt_corp_field = 'accueil')"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols:protected"] => array(0) {
                        }
                      }
                      [1] => array(0) {
                      }
                    }
                  }
                  [2] => array(6) {
                    ["file"] => string(54) "/home/reseaudigital/library/Zend/Db/Table/Abstract.php"
                    ["line"] => int(1393)
                    ["function"] => string(5) "query"
                    ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => object(Zend_Db_Table_Select)#67 (7) {
                        ["_info:protected"] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(16) "textes_corporate"
                          ["cols"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["primary"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["metadata"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck:protected"] => bool(true)
                        ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                          ["_name:protected"] => string(16) "textes_corporate"
                          ["_primary:protected"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                            ["_pdoType:protected"] => string(5) "mysql"
                            ["_numericDataTypes:protected"] => array(16) {
                              [0] => int(0)
                              [1] => int(1)
                              [2] => int(2)
                              ["INT"] => int(0)
                              ["INTEGER"] => int(0)
                              ["MEDIUMINT"] => int(0)
                              ["SMALLINT"] => int(0)
                              ["TINYINT"] => int(0)
                              ["BIGINT"] => int(1)
                              ["SERIAL"] => int(1)
                              ["DEC"] => int(2)
                              ["DECIMAL"] => int(2)
                              ["DOUBLE"] => int(2)
                              ["DOUBLE PRECISION"] => int(2)
                              ["FIXED"] => int(2)
                              ["FLOAT"] => int(2)
                            }
                            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                            ["_config:protected"] => array(7) {
                              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                              ["username"] => string(13) "reseaudigital"
                              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                              ["dbname"] => string(13) "reseaudigital"
                              ["driver_options"] => array(1) {
                                [1002] => string(15) "SET NAMES UTF8;"
                              }
                              ["charset"] => NULL
                              ["options"] => array(2) {
                                ["caseFolding"] => int(0)
                                ["autoQuoteIdentifiers"] => bool(true)
                              }
                            }
                            ["_fetchMode:protected"] => int(2)
                            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                              ["_queryProfiles:protected"] => array(0) {
                              }
                              ["_enabled:protected"] => bool(false)
                              ["_filterElapsedSecs:protected"] => NULL
                              ["_filterTypes:protected"] => NULL
                            }
                            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                            ["_connection:protected"] => object(PDO)#42 (0) {
                            }
                            ["_caseFolding:protected"] => int(0)
                            ["_autoQuoteIdentifiers:protected"] => bool(true)
                            ["_allowSerialization:protected"] => bool(true)
                            ["_autoReconnectOnUnserialize:protected"] => bool(false)
                          }
                          ["_schema:protected"] => NULL
                          ["_cols:protected"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["_identity:protected"] => int(1)
                          ["_sequence:protected"] => bool(true)
                          ["_metadata:protected"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                            ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                              ["_directives:protected"] => array(3) {
                                ["lifetime"] => int(1800)
                                ["logging"] => bool(false)
                                ["logger"] => NULL
                              }
                              ["_options:protected"] => array(0) {
                              }
                            }
                            ["_options:protected"] => array(9) {
                              ["write_control"] => bool(true)
                              ["caching"] => bool(true)
                              ["cache_id_prefix"] => NULL
                              ["automatic_serialization"] => bool(true)
                              ["automatic_cleaning_factor"] => int(10)
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                              ["ignore_user_abort"] => bool(false)
                            }
                            ["_specificOptions:protected"] => array(0) {
                            }
                            ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                            ["_extendedBackend:protected"] => bool(true)
                            ["_backendCapabilities:protected"] => array(6) {
                              ["automatic_cleaning"] => bool(false)
                              ["tags"] => bool(false)
                              ["expired_read"] => bool(false)
                              ["priority"] => bool(false)
                              ["infinite_lifetime"] => bool(false)
                              ["get_list"] => bool(true)
                            }
                          }
                          ["_metadataCacheInClass:protected"] => bool(true)
                          ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                          ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                          ["_referenceMap:protected"] => array(0) {
                          }
                          ["_dependentTables:protected"] => array(0) {
                          }
                          ["_defaultSource:protected"] => string(11) "defaultNone"
                          ["_defaultValues:protected"] => array(0) {
                          }
                        }
                        ["_bind:protected"] => array(0) {
                        }
                        ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_parts:protected"] => array(11) {
                          ["distinct"] => bool(false)
                          ["columns"] => array(1) {
                            [0] => array(3) {
                              [0] => string(15) "txt_corp_robots"
                              [1] => string(3) "txt"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["textes_corporate"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(16) "textes_corporate"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(2) {
                            [0] => string(27) "(txt_corp_page = 'accueil')"
                            [1] => string(32) "AND (txt_corp_field = 'accueil')"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols:protected"] => array(0) {
                        }
                      }
                    }
                  }
                  [3] => array(6) {
                    ["file"] => string(54) "/home/reseaudigital/library/Zend/Db/Table/Abstract.php"
                    ["line"] => int(1257)
                    ["function"] => string(6) "_fetch"
                    ["class"] => string(22) "Zend_Db_Table_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => object(Zend_Db_Table_Select)#67 (7) {
                        ["_info:protected"] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(16) "textes_corporate"
                          ["cols"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["primary"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["metadata"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck:protected"] => bool(true)
                        ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                          ["_name:protected"] => string(16) "textes_corporate"
                          ["_primary:protected"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                            ["_pdoType:protected"] => string(5) "mysql"
                            ["_numericDataTypes:protected"] => array(16) {
                              [0] => int(0)
                              [1] => int(1)
                              [2] => int(2)
                              ["INT"] => int(0)
                              ["INTEGER"] => int(0)
                              ["MEDIUMINT"] => int(0)
                              ["SMALLINT"] => int(0)
                              ["TINYINT"] => int(0)
                              ["BIGINT"] => int(1)
                              ["SERIAL"] => int(1)
                              ["DEC"] => int(2)
                              ["DECIMAL"] => int(2)
                              ["DOUBLE"] => int(2)
                              ["DOUBLE PRECISION"] => int(2)
                              ["FIXED"] => int(2)
                              ["FLOAT"] => int(2)
                            }
                            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                            ["_config:protected"] => array(7) {
                              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                              ["username"] => string(13) "reseaudigital"
                              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                              ["dbname"] => string(13) "reseaudigital"
                              ["driver_options"] => array(1) {
                                [1002] => string(15) "SET NAMES UTF8;"
                              }
                              ["charset"] => NULL
                              ["options"] => array(2) {
                                ["caseFolding"] => int(0)
                                ["autoQuoteIdentifiers"] => bool(true)
                              }
                            }
                            ["_fetchMode:protected"] => int(2)
                            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                              ["_queryProfiles:protected"] => array(0) {
                              }
                              ["_enabled:protected"] => bool(false)
                              ["_filterElapsedSecs:protected"] => NULL
                              ["_filterTypes:protected"] => NULL
                            }
                            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                            ["_connection:protected"] => object(PDO)#42 (0) {
                            }
                            ["_caseFolding:protected"] => int(0)
                            ["_autoQuoteIdentifiers:protected"] => bool(true)
                            ["_allowSerialization:protected"] => bool(true)
                            ["_autoReconnectOnUnserialize:protected"] => bool(false)
                          }
                          ["_schema:protected"] => NULL
                          ["_cols:protected"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["_identity:protected"] => int(1)
                          ["_sequence:protected"] => bool(true)
                          ["_metadata:protected"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                            ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                              ["_directives:protected"] => array(3) {
                                ["lifetime"] => int(1800)
                                ["logging"] => bool(false)
                                ["logger"] => NULL
                              }
                              ["_options:protected"] => array(0) {
                              }
                            }
                            ["_options:protected"] => array(9) {
                              ["write_control"] => bool(true)
                              ["caching"] => bool(true)
                              ["cache_id_prefix"] => NULL
                              ["automatic_serialization"] => bool(true)
                              ["automatic_cleaning_factor"] => int(10)
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                              ["ignore_user_abort"] => bool(false)
                            }
                            ["_specificOptions:protected"] => array(0) {
                            }
                            ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                            ["_extendedBackend:protected"] => bool(true)
                            ["_backendCapabilities:protected"] => array(6) {
                              ["automatic_cleaning"] => bool(false)
                              ["tags"] => bool(false)
                              ["expired_read"] => bool(false)
                              ["priority"] => bool(false)
                              ["infinite_lifetime"] => bool(false)
                              ["get_list"] => bool(true)
                            }
                          }
                          ["_metadataCacheInClass:protected"] => bool(true)
                          ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                          ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                          ["_referenceMap:protected"] => array(0) {
                          }
                          ["_dependentTables:protected"] => array(0) {
                          }
                          ["_defaultSource:protected"] => string(11) "defaultNone"
                          ["_defaultValues:protected"] => array(0) {
                          }
                        }
                        ["_bind:protected"] => array(0) {
                        }
                        ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_parts:protected"] => array(11) {
                          ["distinct"] => bool(false)
                          ["columns"] => array(1) {
                            [0] => array(3) {
                              [0] => string(15) "txt_corp_robots"
                              [1] => string(3) "txt"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["textes_corporate"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(16) "textes_corporate"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(2) {
                            [0] => string(27) "(txt_corp_page = 'accueil')"
                            [1] => string(32) "AND (txt_corp_field = 'accueil')"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols:protected"] => array(0) {
                        }
                      }
                    }
                  }
                  [4] => array(6) {
                    ["file"] => string(72) "/home/reseaudigital/application/default/models/TCorporateTextContent.php"
                    ["line"] => int(14)
                    ["function"] => string(8) "fetchRow"
                    ["class"] => string(22) "Zend_Db_Table_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => object(Zend_Db_Table_Select)#67 (7) {
                        ["_info:protected"] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(16) "textes_corporate"
                          ["cols"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["primary"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["metadata"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck:protected"] => bool(true)
                        ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                          ["_name:protected"] => string(16) "textes_corporate"
                          ["_primary:protected"] => array(1) {
                            [1] => string(11) "txt_corp_id"
                          }
                          ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                            ["_pdoType:protected"] => string(5) "mysql"
                            ["_numericDataTypes:protected"] => array(16) {
                              [0] => int(0)
                              [1] => int(1)
                              [2] => int(2)
                              ["INT"] => int(0)
                              ["INTEGER"] => int(0)
                              ["MEDIUMINT"] => int(0)
                              ["SMALLINT"] => int(0)
                              ["TINYINT"] => int(0)
                              ["BIGINT"] => int(1)
                              ["SERIAL"] => int(1)
                              ["DEC"] => int(2)
                              ["DECIMAL"] => int(2)
                              ["DOUBLE"] => int(2)
                              ["DOUBLE PRECISION"] => int(2)
                              ["FIXED"] => int(2)
                              ["FLOAT"] => int(2)
                            }
                            ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                            ["_config:protected"] => array(7) {
                              ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                              ["username"] => string(13) "reseaudigital"
                              ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                              ["dbname"] => string(13) "reseaudigital"
                              ["driver_options"] => array(1) {
                                [1002] => string(15) "SET NAMES UTF8;"
                              }
                              ["charset"] => NULL
                              ["options"] => array(2) {
                                ["caseFolding"] => int(0)
                                ["autoQuoteIdentifiers"] => bool(true)
                              }
                            }
                            ["_fetchMode:protected"] => int(2)
                            ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                              ["_queryProfiles:protected"] => array(0) {
                              }
                              ["_enabled:protected"] => bool(false)
                              ["_filterElapsedSecs:protected"] => NULL
                              ["_filterTypes:protected"] => NULL
                            }
                            ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                            ["_connection:protected"] => object(PDO)#42 (0) {
                            }
                            ["_caseFolding:protected"] => int(0)
                            ["_autoQuoteIdentifiers:protected"] => bool(true)
                            ["_allowSerialization:protected"] => bool(true)
                            ["_autoReconnectOnUnserialize:protected"] => bool(false)
                          }
                          ["_schema:protected"] => NULL
                          ["_cols:protected"] => array(5) {
                            [0] => string(11) "txt_corp_id"
                            [1] => string(13) "txt_corp_page"
                            [2] => string(14) "txt_corp_field"
                            [3] => string(11) "txt_corp_fr"
                            [4] => string(11) "txt_corp_en"
                          }
                          ["_identity:protected"] => int(1)
                          ["_sequence:protected"] => bool(true)
                          ["_metadata:protected"] => array(5) {
                            ["txt_corp_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(3) "int"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["txt_corp_page"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(13) "txt_corp_page"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_field"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(14) "txt_corp_field"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(3) "255"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_fr"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["txt_corp_en"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(16) "textes_corporate"
                              ["COLUMN_NAME"] => string(11) "txt_corp_en"
                              ["COLUMN_POSITION"] => int(5)
                              ["DATA_TYPE"] => string(4) "text"
                              ["DEFAULT"] => string(0) ""
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                          }
                          ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                            ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                              ["_directives:protected"] => array(3) {
                                ["lifetime"] => int(1800)
                                ["logging"] => bool(false)
                                ["logger"] => NULL
                              }
                              ["_options:protected"] => array(0) {
                              }
                            }
                            ["_options:protected"] => array(9) {
                              ["write_control"] => bool(true)
                              ["caching"] => bool(true)
                              ["cache_id_prefix"] => NULL
                              ["automatic_serialization"] => bool(true)
                              ["automatic_cleaning_factor"] => int(10)
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                              ["ignore_user_abort"] => bool(false)
                            }
                            ["_specificOptions:protected"] => array(0) {
                            }
                            ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                            ["_extendedBackend:protected"] => bool(true)
                            ["_backendCapabilities:protected"] => array(6) {
                              ["automatic_cleaning"] => bool(false)
                              ["tags"] => bool(false)
                              ["expired_read"] => bool(false)
                              ["priority"] => bool(false)
                              ["infinite_lifetime"] => bool(false)
                              ["get_list"] => bool(true)
                            }
                          }
                          ["_metadataCacheInClass:protected"] => bool(true)
                          ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                          ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                          ["_referenceMap:protected"] => array(0) {
                          }
                          ["_dependentTables:protected"] => array(0) {
                          }
                          ["_defaultSource:protected"] => string(11) "defaultNone"
                          ["_defaultValues:protected"] => array(0) {
                          }
                        }
                        ["_bind:protected"] => array(0) {
                        }
                        ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_parts:protected"] => array(11) {
                          ["distinct"] => bool(false)
                          ["columns"] => array(1) {
                            [0] => array(3) {
                              [0] => string(15) "txt_corp_robots"
                              [1] => string(3) "txt"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["textes_corporate"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(16) "textes_corporate"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(2) {
                            [0] => string(27) "(txt_corp_page = 'accueil')"
                            [1] => string(32) "AND (txt_corp_field = 'accueil')"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols:protected"] => array(0) {
                        }
                      }
                    }
                  }
                  [5] => array(6) {
                    ["file"] => string(71) "/home/reseaudigital/application/default/controllers/IndexController.php"
                    ["line"] => int(15)
                    ["function"] => string(14) "getContentText"
                    ["class"] => string(21) "TCorporateTextContent"
                    ["type"] => string(2) "->"
                    ["args"] => array(3) {
                      [0] => string(10) "robots.txt"
                      [1] => string(7) "accueil"
                      [2] => string(7) "accueil"
                    }
                  }
                  [6] => array(6) {
                    ["file"] => string(54) "/home/reseaudigital/library/Zend/Controller/Action.php"
                    ["line"] => int(512)
                    ["function"] => string(11) "indexAction"
                    ["class"] => string(15) "IndexController"
                    ["type"] => string(2) "->"
                    ["args"] => array(0) {
                    }
                  }
                  [7] => array(6) {
                    ["file"] => string(67) "/home/reseaudigital/library/Zend/Controller/Dispatcher/Standard.php"
                    ["line"] => int(288)
                    ["function"] => string(8) "dispatch"
                    ["class"] => string(22) "Zend_Controller_Action"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => string(11) "indexAction"
                    }
                  }
                  [8] => array(6) {
                    ["file"] => string(53) "/home/reseaudigital/library/Zend/Controller/Front.php"
                    ["line"] => int(945)
                    ["function"] => string(8) "dispatch"
                    ["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
                    ["type"] => string(2) "->"
                    ["args"] => array(2) {
                      [0] => object(Zend_Controller_Request_Http)#22 (14) {
                        ["_paramSources:protected"] => array(2) {
                          [0] => string(4) "_GET"
                          [1] => string(5) "_POST"
                        }
                        ["_requestUri:protected"] => string(11) "/robots.txt"
                        ["_baseUrl:protected"] => string(0) ""
                        ["_basePath:protected"] => NULL
                        ["_pathInfo:protected"] => string(11) "/robots.txt"
                        ["_params:protected"] => array(5) {
                          ["language"] => string(10) "robots.txt"
                          ["module"] => string(7) "default"
                          ["controller"] => string(5) "index"
                          ["action"] => string(5) "index"
                          ["error_handler"] => object(ArrayObject)#69 (3) {
                            ["exception"] => *RECURSION*
                            ["type"] => string(15) "EXCEPTION_OTHER"
                            ["request"] => object(Zend_Controller_Request_Http)#70 (14) {
                              ["_paramSources:protected"] => array(2) {
                                [0] => string(4) "_GET"
                                [1] => string(5) "_POST"
                              }
                              ["_requestUri:protected"] => string(11) "/robots.txt"
                              ["_baseUrl:protected"] => string(0) ""
                              ["_basePath:protected"] => NULL
                              ["_pathInfo:protected"] => string(11) "/robots.txt"
                              ["_params:protected"] => array(4) {
                                ["language"] => string(10) "robots.txt"
                                ["module"] => string(7) "default"
                                ["controller"] => string(5) "index"
                                ["action"] => string(5) "index"
                              }
                              ["_aliases:protected"] => array(0) {
                              }
                              ["_dispatched:protected"] => bool(true)
                              ["_module:protected"] => string(7) "default"
                              ["_moduleKey:protected"] => string(6) "module"
                              ["_controller:protected"] => string(5) "index"
                              ["_controllerKey:protected"] => string(10) "controller"
                              ["_action:protected"] => string(5) "index"
                              ["_actionKey:protected"] => string(6) "action"
                            }
                          }
                        }
                        ["_aliases:protected"] => array(0) {
                        }
                        ["_dispatched:protected"] => bool(true)
                        ["_module:protected"] => string(7) "default"
                        ["_moduleKey:protected"] => string(6) "module"
                        ["_controller:protected"] => string(5) "error"
                        ["_controllerKey:protected"] => string(10) "controller"
                        ["_action:protected"] => string(5) "error"
                        ["_actionKey:protected"] => string(6) "action"
                      }
                      [1] => object(Zend_Controller_Response_Http)#23 (8) {
                        ["_body:protected"] => array(0) {
                        }
                        ["_exceptions:protected"] => array(1) {
                          [0] => *RECURSION*
                        }
                        ["_headers:protected"] => array(0) {
                        }
                        ["_headersRaw:protected"] => array(0) {
                        }
                        ["_httpResponseCode:protected"] => int(200)
                        ["_isRedirect:protected"] => bool(false)
                        ["_renderExceptions:protected"] => bool(false)
                        ["headersSentThrowsException"] => bool(true)
                      }
                    }
                  }
                  [9] => array(6) {
                    ["file"] => string(45) "/home/reseaudigital/application/bootstrap.php"
                    ["line"] => int(63)
                    ["function"] => string(8) "dispatch"
                    ["class"] => string(21) "Zend_Controller_Front"
                    ["type"] => string(2) "->"
                    ["args"] => array(0) {
                    }
                  }
                  [10] => array(4) {
                    ["file"] => string(41) "/home/reseaudigital/public_html/index.php"
                    ["line"] => int(3)
                    ["args"] => array(1) {
                      [0] => string(45) "/home/reseaudigital/application/bootstrap.php"
                    }
                    ["function"] => string(7) "require"
                  }
                }
              }
              ["type"] => string(15) "EXCEPTION_OTHER"
              ["request"] => object(Zend_Controller_Request_Http)#70 (14) {
                ["_paramSources:protected"] => array(2) {
                  [0] => string(4) "_GET"
                  [1] => string(5) "_POST"
                }
                ["_requestUri:protected"] => string(11) "/robots.txt"
                ["_baseUrl:protected"] => string(0) ""
                ["_basePath:protected"] => NULL
                ["_pathInfo:protected"] => string(11) "/robots.txt"
                ["_params:protected"] => array(4) {
                  ["language"] => string(10) "robots.txt"
                  ["module"] => string(7) "default"
                  ["controller"] => string(5) "index"
                  ["action"] => string(5) "index"
                }
                ["_aliases:protected"] => array(0) {
                }
                ["_dispatched:protected"] => bool(true)
                ["_module:protected"] => string(7) "default"
                ["_moduleKey:protected"] => string(6) "module"
                ["_controller:protected"] => string(5) "index"
                ["_controllerKey:protected"] => string(10) "controller"
                ["_action:protected"] => string(5) "index"
                ["_actionKey:protected"] => string(6) "action"
              }
            }
          }
          ["_aliases:protected"] => array(0) {
          }
          ["_dispatched:protected"] => bool(true)
          ["_module:protected"] => string(7) "default"
          ["_moduleKey:protected"] => string(6) "module"
          ["_controller:protected"] => string(5) "error"
          ["_controllerKey:protected"] => string(10) "controller"
          ["_action:protected"] => string(5) "error"
          ["_actionKey:protected"] => string(6) "action"
        }
        [1] => object(Zend_Controller_Response_Http)#23 (8) {
          ["_body:protected"] => array(0) {
          }
          ["_exceptions:protected"] => array(1) {
            [0] => object(Zend_Db_Table_Select_Exception)#66 (6) {
              ["message:protected"] => string(43) "Select query cannot join with another table"
              ["string:private"] => string(0) ""
              ["code:protected"] => int(0)
              ["file:protected"] => string(52) "/home/reseaudigital/library/Zend/Db/Table/Select.php"
              ["line:protected"] => int(212)
              ["trace:private"] => array(11) {
                [0] => array(6) {
                  ["file"] => string(56) "/home/reseaudigital/library/Zend/Db/Adapter/Abstract.php"
                  ["line"] => int(452)
                  ["function"] => string(8) "assemble"
                  ["class"] => string(20) "Zend_Db_Table_Select"
                  ["type"] => string(2) "->"
                  ["args"] => array(0) {
                  }
                }
                [1] => array(6) {
                  ["file"] => string(60) "/home/reseaudigital/library/Zend/Db/Adapter/Pdo/Abstract.php"
                  ["line"] => int(232)
                  ["function"] => string(5) "query"
                  ["class"] => string(24) "Zend_Db_Adapter_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(2) {
                    [0] => object(Zend_Db_Table_Select)#67 (7) {
                      ["_info:protected"] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(16) "textes_corporate"
                        ["cols"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["primary"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["metadata"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck:protected"] => bool(true)
                      ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                        ["_name:protected"] => string(16) "textes_corporate"
                        ["_primary:protected"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_schema:protected"] => NULL
                        ["_cols:protected"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["_identity:protected"] => int(1)
                        ["_sequence:protected"] => bool(true)
                        ["_metadata:protected"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                          ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                            ["_directives:protected"] => array(3) {
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                            }
                            ["_options:protected"] => array(0) {
                            }
                          }
                          ["_options:protected"] => array(9) {
                            ["write_control"] => bool(true)
                            ["caching"] => bool(true)
                            ["cache_id_prefix"] => NULL
                            ["automatic_serialization"] => bool(true)
                            ["automatic_cleaning_factor"] => int(10)
                            ["lifetime"] => int(1800)
                            ["logging"] => bool(false)
                            ["logger"] => NULL
                            ["ignore_user_abort"] => bool(false)
                          }
                          ["_specificOptions:protected"] => array(0) {
                          }
                          ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                          ["_extendedBackend:protected"] => bool(true)
                          ["_backendCapabilities:protected"] => array(6) {
                            ["automatic_cleaning"] => bool(false)
                            ["tags"] => bool(false)
                            ["expired_read"] => bool(false)
                            ["priority"] => bool(false)
                            ["infinite_lifetime"] => bool(false)
                            ["get_list"] => bool(true)
                          }
                        }
                        ["_metadataCacheInClass:protected"] => bool(true)
                        ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                        ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                        ["_referenceMap:protected"] => array(0) {
                        }
                        ["_dependentTables:protected"] => array(0) {
                        }
                        ["_defaultSource:protected"] => string(11) "defaultNone"
                        ["_defaultValues:protected"] => array(0) {
                        }
                      }
                      ["_bind:protected"] => array(0) {
                      }
                      ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                        ["_pdoType:protected"] => string(5) "mysql"
                        ["_numericDataTypes:protected"] => array(16) {
                          [0] => int(0)
                          [1] => int(1)
                          [2] => int(2)
                          ["INT"] => int(0)
                          ["INTEGER"] => int(0)
                          ["MEDIUMINT"] => int(0)
                          ["SMALLINT"] => int(0)
                          ["TINYINT"] => int(0)
                          ["BIGINT"] => int(1)
                          ["SERIAL"] => int(1)
                          ["DEC"] => int(2)
                          ["DECIMAL"] => int(2)
                          ["DOUBLE"] => int(2)
                          ["DOUBLE PRECISION"] => int(2)
                          ["FIXED"] => int(2)
                          ["FLOAT"] => int(2)
                        }
                        ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                        ["_config:protected"] => array(7) {
                          ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                          ["username"] => string(13) "reseaudigital"
                          ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                          ["dbname"] => string(13) "reseaudigital"
                          ["driver_options"] => array(1) {
                            [1002] => string(15) "SET NAMES UTF8;"
                          }
                          ["charset"] => NULL
                          ["options"] => array(2) {
                            ["caseFolding"] => int(0)
                            ["autoQuoteIdentifiers"] => bool(true)
                          }
                        }
                        ["_fetchMode:protected"] => int(2)
                        ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                          ["_queryProfiles:protected"] => array(0) {
                          }
                          ["_enabled:protected"] => bool(false)
                          ["_filterElapsedSecs:protected"] => NULL
                          ["_filterTypes:protected"] => NULL
                        }
                        ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                        ["_connection:protected"] => object(PDO)#42 (0) {
                        }
                        ["_caseFolding:protected"] => int(0)
                        ["_autoQuoteIdentifiers:protected"] => bool(true)
                        ["_allowSerialization:protected"] => bool(true)
                        ["_autoReconnectOnUnserialize:protected"] => bool(false)
                      }
                      ["_parts:protected"] => array(11) {
                        ["distinct"] => bool(false)
                        ["columns"] => array(1) {
                          [0] => array(3) {
                            [0] => string(15) "txt_corp_robots"
                            [1] => string(3) "txt"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["textes_corporate"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(16) "textes_corporate"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(2) {
                          [0] => string(27) "(txt_corp_page = 'accueil')"
                          [1] => string(32) "AND (txt_corp_field = 'accueil')"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols:protected"] => array(0) {
                      }
                    }
                    [1] => array(0) {
                    }
                  }
                }
                [2] => array(6) {
                  ["file"] => string(54) "/home/reseaudigital/library/Zend/Db/Table/Abstract.php"
                  ["line"] => int(1393)
                  ["function"] => string(5) "query"
                  ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => object(Zend_Db_Table_Select)#67 (7) {
                      ["_info:protected"] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(16) "textes_corporate"
                        ["cols"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["primary"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["metadata"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck:protected"] => bool(true)
                      ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                        ["_name:protected"] => string(16) "textes_corporate"
                        ["_primary:protected"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_schema:protected"] => NULL
                        ["_cols:protected"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["_identity:protected"] => int(1)
                        ["_sequence:protected"] => bool(true)
                        ["_metadata:protected"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                          ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                            ["_directives:protected"] => array(3) {
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                            }
                            ["_options:protected"] => array(0) {
                            }
                          }
                          ["_options:protected"] => array(9) {
                            ["write_control"] => bool(true)
                            ["caching"] => bool(true)
                            ["cache_id_prefix"] => NULL
                            ["automatic_serialization"] => bool(true)
                            ["automatic_cleaning_factor"] => int(10)
                            ["lifetime"] => int(1800)
                            ["logging"] => bool(false)
                            ["logger"] => NULL
                            ["ignore_user_abort"] => bool(false)
                          }
                          ["_specificOptions:protected"] => array(0) {
                          }
                          ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                          ["_extendedBackend:protected"] => bool(true)
                          ["_backendCapabilities:protected"] => array(6) {
                            ["automatic_cleaning"] => bool(false)
                            ["tags"] => bool(false)
                            ["expired_read"] => bool(false)
                            ["priority"] => bool(false)
                            ["infinite_lifetime"] => bool(false)
                            ["get_list"] => bool(true)
                          }
                        }
                        ["_metadataCacheInClass:protected"] => bool(true)
                        ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                        ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                        ["_referenceMap:protected"] => array(0) {
                        }
                        ["_dependentTables:protected"] => array(0) {
                        }
                        ["_defaultSource:protected"] => string(11) "defaultNone"
                        ["_defaultValues:protected"] => array(0) {
                        }
                      }
                      ["_bind:protected"] => array(0) {
                      }
                      ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                        ["_pdoType:protected"] => string(5) "mysql"
                        ["_numericDataTypes:protected"] => array(16) {
                          [0] => int(0)
                          [1] => int(1)
                          [2] => int(2)
                          ["INT"] => int(0)
                          ["INTEGER"] => int(0)
                          ["MEDIUMINT"] => int(0)
                          ["SMALLINT"] => int(0)
                          ["TINYINT"] => int(0)
                          ["BIGINT"] => int(1)
                          ["SERIAL"] => int(1)
                          ["DEC"] => int(2)
                          ["DECIMAL"] => int(2)
                          ["DOUBLE"] => int(2)
                          ["DOUBLE PRECISION"] => int(2)
                          ["FIXED"] => int(2)
                          ["FLOAT"] => int(2)
                        }
                        ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                        ["_config:protected"] => array(7) {
                          ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                          ["username"] => string(13) "reseaudigital"
                          ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                          ["dbname"] => string(13) "reseaudigital"
                          ["driver_options"] => array(1) {
                            [1002] => string(15) "SET NAMES UTF8;"
                          }
                          ["charset"] => NULL
                          ["options"] => array(2) {
                            ["caseFolding"] => int(0)
                            ["autoQuoteIdentifiers"] => bool(true)
                          }
                        }
                        ["_fetchMode:protected"] => int(2)
                        ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                          ["_queryProfiles:protected"] => array(0) {
                          }
                          ["_enabled:protected"] => bool(false)
                          ["_filterElapsedSecs:protected"] => NULL
                          ["_filterTypes:protected"] => NULL
                        }
                        ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                        ["_connection:protected"] => object(PDO)#42 (0) {
                        }
                        ["_caseFolding:protected"] => int(0)
                        ["_autoQuoteIdentifiers:protected"] => bool(true)
                        ["_allowSerialization:protected"] => bool(true)
                        ["_autoReconnectOnUnserialize:protected"] => bool(false)
                      }
                      ["_parts:protected"] => array(11) {
                        ["distinct"] => bool(false)
                        ["columns"] => array(1) {
                          [0] => array(3) {
                            [0] => string(15) "txt_corp_robots"
                            [1] => string(3) "txt"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["textes_corporate"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(16) "textes_corporate"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(2) {
                          [0] => string(27) "(txt_corp_page = 'accueil')"
                          [1] => string(32) "AND (txt_corp_field = 'accueil')"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols:protected"] => array(0) {
                      }
                    }
                  }
                }
                [3] => array(6) {
                  ["file"] => string(54) "/home/reseaudigital/library/Zend/Db/Table/Abstract.php"
                  ["line"] => int(1257)
                  ["function"] => string(6) "_fetch"
                  ["class"] => string(22) "Zend_Db_Table_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => object(Zend_Db_Table_Select)#67 (7) {
                      ["_info:protected"] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(16) "textes_corporate"
                        ["cols"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["primary"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["metadata"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck:protected"] => bool(true)
                      ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                        ["_name:protected"] => string(16) "textes_corporate"
                        ["_primary:protected"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_schema:protected"] => NULL
                        ["_cols:protected"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["_identity:protected"] => int(1)
                        ["_sequence:protected"] => bool(true)
                        ["_metadata:protected"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                          ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                            ["_directives:protected"] => array(3) {
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                            }
                            ["_options:protected"] => array(0) {
                            }
                          }
                          ["_options:protected"] => array(9) {
                            ["write_control"] => bool(true)
                            ["caching"] => bool(true)
                            ["cache_id_prefix"] => NULL
                            ["automatic_serialization"] => bool(true)
                            ["automatic_cleaning_factor"] => int(10)
                            ["lifetime"] => int(1800)
                            ["logging"] => bool(false)
                            ["logger"] => NULL
                            ["ignore_user_abort"] => bool(false)
                          }
                          ["_specificOptions:protected"] => array(0) {
                          }
                          ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                          ["_extendedBackend:protected"] => bool(true)
                          ["_backendCapabilities:protected"] => array(6) {
                            ["automatic_cleaning"] => bool(false)
                            ["tags"] => bool(false)
                            ["expired_read"] => bool(false)
                            ["priority"] => bool(false)
                            ["infinite_lifetime"] => bool(false)
                            ["get_list"] => bool(true)
                          }
                        }
                        ["_metadataCacheInClass:protected"] => bool(true)
                        ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                        ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                        ["_referenceMap:protected"] => array(0) {
                        }
                        ["_dependentTables:protected"] => array(0) {
                        }
                        ["_defaultSource:protected"] => string(11) "defaultNone"
                        ["_defaultValues:protected"] => array(0) {
                        }
                      }
                      ["_bind:protected"] => array(0) {
                      }
                      ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                        ["_pdoType:protected"] => string(5) "mysql"
                        ["_numericDataTypes:protected"] => array(16) {
                          [0] => int(0)
                          [1] => int(1)
                          [2] => int(2)
                          ["INT"] => int(0)
                          ["INTEGER"] => int(0)
                          ["MEDIUMINT"] => int(0)
                          ["SMALLINT"] => int(0)
                          ["TINYINT"] => int(0)
                          ["BIGINT"] => int(1)
                          ["SERIAL"] => int(1)
                          ["DEC"] => int(2)
                          ["DECIMAL"] => int(2)
                          ["DOUBLE"] => int(2)
                          ["DOUBLE PRECISION"] => int(2)
                          ["FIXED"] => int(2)
                          ["FLOAT"] => int(2)
                        }
                        ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                        ["_config:protected"] => array(7) {
                          ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                          ["username"] => string(13) "reseaudigital"
                          ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                          ["dbname"] => string(13) "reseaudigital"
                          ["driver_options"] => array(1) {
                            [1002] => string(15) "SET NAMES UTF8;"
                          }
                          ["charset"] => NULL
                          ["options"] => array(2) {
                            ["caseFolding"] => int(0)
                            ["autoQuoteIdentifiers"] => bool(true)
                          }
                        }
                        ["_fetchMode:protected"] => int(2)
                        ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                          ["_queryProfiles:protected"] => array(0) {
                          }
                          ["_enabled:protected"] => bool(false)
                          ["_filterElapsedSecs:protected"] => NULL
                          ["_filterTypes:protected"] => NULL
                        }
                        ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                        ["_connection:protected"] => object(PDO)#42 (0) {
                        }
                        ["_caseFolding:protected"] => int(0)
                        ["_autoQuoteIdentifiers:protected"] => bool(true)
                        ["_allowSerialization:protected"] => bool(true)
                        ["_autoReconnectOnUnserialize:protected"] => bool(false)
                      }
                      ["_parts:protected"] => array(11) {
                        ["distinct"] => bool(false)
                        ["columns"] => array(1) {
                          [0] => array(3) {
                            [0] => string(15) "txt_corp_robots"
                            [1] => string(3) "txt"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["textes_corporate"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(16) "textes_corporate"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(2) {
                          [0] => string(27) "(txt_corp_page = 'accueil')"
                          [1] => string(32) "AND (txt_corp_field = 'accueil')"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols:protected"] => array(0) {
                      }
                    }
                  }
                }
                [4] => array(6) {
                  ["file"] => string(72) "/home/reseaudigital/application/default/models/TCorporateTextContent.php"
                  ["line"] => int(14)
                  ["function"] => string(8) "fetchRow"
                  ["class"] => string(22) "Zend_Db_Table_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => object(Zend_Db_Table_Select)#67 (7) {
                      ["_info:protected"] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(16) "textes_corporate"
                        ["cols"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["primary"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["metadata"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck:protected"] => bool(true)
                      ["_table:protected"] => object(TCorporateTextContent)#68 (16) {
                        ["_name:protected"] => string(16) "textes_corporate"
                        ["_primary:protected"] => array(1) {
                          [1] => string(11) "txt_corp_id"
                        }
                        ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                          ["_pdoType:protected"] => string(5) "mysql"
                          ["_numericDataTypes:protected"] => array(16) {
                            [0] => int(0)
                            [1] => int(1)
                            [2] => int(2)
                            ["INT"] => int(0)
                            ["INTEGER"] => int(0)
                            ["MEDIUMINT"] => int(0)
                            ["SMALLINT"] => int(0)
                            ["TINYINT"] => int(0)
                            ["BIGINT"] => int(1)
                            ["SERIAL"] => int(1)
                            ["DEC"] => int(2)
                            ["DECIMAL"] => int(2)
                            ["DOUBLE"] => int(2)
                            ["DOUBLE PRECISION"] => int(2)
                            ["FIXED"] => int(2)
                            ["FLOAT"] => int(2)
                          }
                          ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                          ["_config:protected"] => array(7) {
                            ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                            ["username"] => string(13) "reseaudigital"
                            ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                            ["dbname"] => string(13) "reseaudigital"
                            ["driver_options"] => array(1) {
                              [1002] => string(15) "SET NAMES UTF8;"
                            }
                            ["charset"] => NULL
                            ["options"] => array(2) {
                              ["caseFolding"] => int(0)
                              ["autoQuoteIdentifiers"] => bool(true)
                            }
                          }
                          ["_fetchMode:protected"] => int(2)
                          ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                            ["_queryProfiles:protected"] => array(0) {
                            }
                            ["_enabled:protected"] => bool(false)
                            ["_filterElapsedSecs:protected"] => NULL
                            ["_filterTypes:protected"] => NULL
                          }
                          ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                          ["_connection:protected"] => object(PDO)#42 (0) {
                          }
                          ["_caseFolding:protected"] => int(0)
                          ["_autoQuoteIdentifiers:protected"] => bool(true)
                          ["_allowSerialization:protected"] => bool(true)
                          ["_autoReconnectOnUnserialize:protected"] => bool(false)
                        }
                        ["_schema:protected"] => NULL
                        ["_cols:protected"] => array(5) {
                          [0] => string(11) "txt_corp_id"
                          [1] => string(13) "txt_corp_page"
                          [2] => string(14) "txt_corp_field"
                          [3] => string(11) "txt_corp_fr"
                          [4] => string(11) "txt_corp_en"
                        }
                        ["_identity:protected"] => int(1)
                        ["_sequence:protected"] => bool(true)
                        ["_metadata:protected"] => array(5) {
                          ["txt_corp_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(3) "int"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["txt_corp_page"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(13) "txt_corp_page"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_field"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(14) "txt_corp_field"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(3) "255"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_fr"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_fr"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["txt_corp_en"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(16) "textes_corporate"
                            ["COLUMN_NAME"] => string(11) "txt_corp_en"
                            ["COLUMN_POSITION"] => int(5)
                            ["DATA_TYPE"] => string(4) "text"
                            ["DEFAULT"] => string(0) ""
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                        }
                        ["_metadataCache:protected"] => object(Zend_Cache_Core)#20 (6) {
                          ["_backend:protected"] => object(Zend_Cache_Backend_Apc)#19 (2) {
                            ["_directives:protected"] => array(3) {
                              ["lifetime"] => int(1800)
                              ["logging"] => bool(false)
                              ["logger"] => NULL
                            }
                            ["_options:protected"] => array(0) {
                            }
                          }
                          ["_options:protected"] => array(9) {
                            ["write_control"] => bool(true)
                            ["caching"] => bool(true)
                            ["cache_id_prefix"] => NULL
                            ["automatic_serialization"] => bool(true)
                            ["automatic_cleaning_factor"] => int(10)
                            ["lifetime"] => int(1800)
                            ["logging"] => bool(false)
                            ["logger"] => NULL
                            ["ignore_user_abort"] => bool(false)
                          }
                          ["_specificOptions:protected"] => array(0) {
                          }
                          ["_lastId:private"] => string(32) "d3789eeb5d1abed9e539fd8d000869d5"
                          ["_extendedBackend:protected"] => bool(true)
                          ["_backendCapabilities:protected"] => array(6) {
                            ["automatic_cleaning"] => bool(false)
                            ["tags"] => bool(false)
                            ["expired_read"] => bool(false)
                            ["priority"] => bool(false)
                            ["infinite_lifetime"] => bool(false)
                            ["get_list"] => bool(true)
                          }
                        }
                        ["_metadataCacheInClass:protected"] => bool(true)
                        ["_rowClass:protected"] => string(17) "Zend_Db_Table_Row"
                        ["_rowsetClass:protected"] => string(20) "Zend_Db_Table_Rowset"
                        ["_referenceMap:protected"] => array(0) {
                        }
                        ["_dependentTables:protected"] => array(0) {
                        }
                        ["_defaultSource:protected"] => string(11) "defaultNone"
                        ["_defaultValues:protected"] => array(0) {
                        }
                      }
                      ["_bind:protected"] => array(0) {
                      }
                      ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#26 (12) {
                        ["_pdoType:protected"] => string(5) "mysql"
                        ["_numericDataTypes:protected"] => array(16) {
                          [0] => int(0)
                          [1] => int(1)
                          [2] => int(2)
                          ["INT"] => int(0)
                          ["INTEGER"] => int(0)
                          ["MEDIUMINT"] => int(0)
                          ["SMALLINT"] => int(0)
                          ["TINYINT"] => int(0)
                          ["BIGINT"] => int(1)
                          ["SERIAL"] => int(1)
                          ["DEC"] => int(2)
                          ["DECIMAL"] => int(2)
                          ["DOUBLE"] => int(2)
                          ["DOUBLE PRECISION"] => int(2)
                          ["FIXED"] => int(2)
                          ["FLOAT"] => int(2)
                        }
                        ["_defaultStmtClass:protected"] => string(21) "Zend_Db_Statement_Pdo"
                        ["_config:protected"] => array(7) {
                          ["host"] => string(34) "pma.reseaudc1-sql.serveur-dedie.fr"
                          ["username"] => string(13) "reseaudigital"
                          ["password"] => string(16) "Z7Xb2GqMvfHGZHcX"
                          ["dbname"] => string(13) "reseaudigital"
                          ["driver_options"] => array(1) {
                            [1002] => string(15) "SET NAMES UTF8;"
                          }
                          ["charset"] => NULL
                          ["options"] => array(2) {
                            ["caseFolding"] => int(0)
                            ["autoQuoteIdentifiers"] => bool(true)
                          }
                        }
                        ["_fetchMode:protected"] => int(2)
                        ["_profiler:protected"] => object(Zend_Db_Profiler)#27 (4) {
                          ["_queryProfiles:protected"] => array(0) {
                          }
                          ["_enabled:protected"] => bool(false)
                          ["_filterElapsedSecs:protected"] => NULL
                          ["_filterTypes:protected"] => NULL
                        }
                        ["_defaultProfilerClass:protected"] => string(16) "Zend_Db_Profiler"
                        ["_connection:protected"] => object(PDO)#42 (0) {
                        }
                        ["_caseFolding:protected"] => int(0)
                        ["_autoQuoteIdentifiers:protected"] => bool(true)
                        ["_allowSerialization:protected"] => bool(true)
                        ["_autoReconnectOnUnserialize:protected"] => bool(false)
                      }
                      ["_parts:protected"] => array(11) {
                        ["distinct"] => bool(false)
                        ["columns"] => array(1) {
                          [0] => array(3) {
                            [0] => string(15) "txt_corp_robots"
                            [1] => string(3) "txt"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["textes_corporate"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(16) "textes_corporate"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(2) {
                          [0] => string(27) "(txt_corp_page = 'accueil')"
                          [1] => string(32) "AND (txt_corp_field = 'accueil')"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols:protected"] => array(0) {
                      }
                    }
                  }
                }
                [5] => array(6) {
                  ["file"] => string(71) "/home/reseaudigital/application/default/controllers/IndexController.php"
                  ["line"] => int(15)
                  ["function"] => string(14) "getContentText"
                  ["class"] => string(21) "TCorporateTextContent"
                  ["type"] => string(2) "->"
                  ["args"] => array(3) {
                    [0] => string(10) "robots.txt"
                    [1] => string(7) "accueil"
                    [2] => string(7) "accueil"
                  }
                }
                [6] => array(6) {
                  ["file"] => string(54) "/home/reseaudigital/library/Zend/Controller/Action.php"
                  ["line"] => int(512)
                  ["function"] => string(11) "indexAction"
                  ["class"] => string(15) "IndexController"
                  ["type"] => string(2) "->"
                  ["args"] => array(0) {
                  }
                }
                [7] => array(6) {
                  ["file"] => string(67) "/home/reseaudigital/library/Zend/Controller/Dispatcher/Standard.php"
                  ["line"] => int(288)
                  ["function"] => string(8) "dispatch"
                  ["class"] => string(22) "Zend_Controller_Action"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => string(11) "indexAction"
                  }
                }
                [8] => array(6) {
                  ["file"] => string(53) "/home/reseaudigital/library/Zend/Controller/Front.php"
                  ["line"] => int(945)
                  ["function"] => string(8) "dispatch"
                  ["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
                  ["type"] => string(2) "->"
                  ["args"] => array(2) {
                    [0] => object(Zend_Controller_Request_Http)#22 (14) {
                      ["_paramSources:protected"] => array(2) {
                        [0] => string(4) "_GET"
                        [1] => string(5) "_POST"
                      }
                      ["_requestUri:protected"] => string(11) "/robots.txt"
                      ["_baseUrl:protected"] => string(0) ""
                      ["_basePath:protected"] => NULL
                      ["_pathInfo:protected"] => string(11) "/robots.txt"
                      ["_params:protected"] => array(5) {
                        ["language"] => string(10) "robots.txt"
                        ["module"] => string(7) "default"
                        ["controller"] => string(5) "index"
                        ["action"] => string(5) "index"
                        ["error_handler"] => object(ArrayObject)#69 (3) {
                          ["exception"] => *RECURSION*
                          ["type"] => string(15) "EXCEPTION_OTHER"
                          ["request"] => object(Zend_Controller_Request_Http)#70 (14) {
                            ["_paramSources:protected"] => array(2) {
                              [0] => string(4) "_GET"
                              [1] => string(5) "_POST"
                            }
                            ["_requestUri:protected"] => string(11) "/robots.txt"
                            ["_baseUrl:protected"] => string(0) ""
                            ["_basePath:protected"] => NULL
                            ["_pathInfo:protected"] => string(11) "/robots.txt"
                            ["_params:protected"] => array(4) {
                              ["language"] => string(10) "robots.txt"
                              ["module"] => string(7) "default"
                              ["controller"] => string(5) "index"
                              ["action"] => string(5) "index"
                            }
                            ["_aliases:protected"] => array(0) {
                            }
                            ["_dispatched:protected"] => bool(true)
                            ["_module:protected"] => string(7) "default"
                            ["_moduleKey:protected"] => string(6) "module"
                            ["_controller:protected"] => string(5) "index"
                            ["_controllerKey:protected"] => string(10) "controller"
                            ["_action:protected"] => string(5) "index"
                            ["_actionKey:protected"] => string(6) "action"
                          }
                        }
                      }
                      ["_aliases:protected"] => array(0) {
                      }
                      ["_dispatched:protected"] => bool(true)
                      ["_module:protected"] => string(7) "default"
                      ["_moduleKey:protected"] => string(6) "module"
                      ["_controller:protected"] => string(5) "error"
                      ["_controllerKey:protected"] => string(10) "controller"
                      ["_action:protected"] => string(5) "error"
                      ["_actionKey:protected"] => string(6) "action"
                    }
                    [1] => object(Zend_Controller_Response_Http)#23 (8) {
                      ["_body:protected"] => array(0) {
                      }
                      ["_exceptions:protected"] => array(1) {
                        [0] => *RECURSION*
                      }
                      ["_headers:protected"] => array(0) {
                      }
                      ["_headersRaw:protected"] => array(0) {
                      }
                      ["_httpResponseCode:protected"] => int(200)
                      ["_isRedirect:protected"] => bool(false)
                      ["_renderExceptions:protected"] => bool(false)
                      ["headersSentThrowsException"] => bool(true)
                    }
                  }
                }
                [9] => array(6) {
                  ["file"] => string(45) "/home/reseaudigital/application/bootstrap.php"
                  ["line"] => int(63)
                  ["function"] => string(8) "dispatch"
                  ["class"] => string(21) "Zend_Controller_Front"
                  ["type"] => string(2) "->"
                  ["args"] => array(0) {
                  }
                }
                [10] => array(4) {
                  ["file"] => string(41) "/home/reseaudigital/public_html/index.php"
                  ["line"] => int(3)
                  ["args"] => array(1) {
                    [0] => string(45) "/home/reseaudigital/application/bootstrap.php"
                  }
                  ["function"] => string(7) "require"
                }
              }
            }
          }
          ["_headers:protected"] => array(0) {
          }
          ["_headersRaw:protected"] => array(0) {
          }
          ["_httpResponseCode:protected"] => int(200)
          ["_isRedirect:protected"] => bool(false)
          ["_renderExceptions:protected"] => bool(false)
          ["headersSentThrowsException"] => bool(true)
        }
      }
    }
    [9] => array(6) {
      ["file"] => string(45) "/home/reseaudigital/application/bootstrap.php"
      ["line"] => int(63)
      ["function"] => string(8) "dispatch"
      ["class"] => string(21) "Zend_Controller_Front"
      ["type"] => string(2) "->"
      ["args"] => array(0) {
      }
    }
    [10] => array(4) {
      ["file"] => string(41) "/home/reseaudigital/public_html/index.php"
      ["line"] => int(3)
      ["args"] => array(1) {
        [0] => string(45) "/home/reseaudigital/application/bootstrap.php"
      }
      ["function"] => string(7) "require"
    }
  }
}