object(Zend_Db_Statement_Exception)#91 (6) {
  ["message:protected"] => string(67) "SQLSTATE[HY093]: Invalid parameter number: no parameters were bound"
  ["string:private"] => string(0) ""
  ["code:protected"] => int(0)
  ["file:protected"] => string(76) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Db/Statement/Pdo.php"
  ["line:protected"] => int(238)
  ["trace:private"] => array(11) {
    [0] => array(6) {
      ["file"] => string(72) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Db/Statement.php"
      ["line"] => int(283)
      ["function"] => string(8) "_execute"
      ["class"] => string(21) "Zend_Db_Statement_Pdo"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => array(0) {
        }
      }
    }
    [1] => array(6) {
      ["file"] => string(79) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Db/Adapter/Abstract.php"
      ["line"] => int(433)
      ["function"] => string(7) "execute"
      ["class"] => string(17) "Zend_Db_Statement"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => array(0) {
        }
      }
    }
    [2] => array(6) {
      ["file"] => string(83) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Db/Adapter/Pdo/Abstract.php"
      ["line"] => int(230)
      ["function"] => string(5) "query"
      ["class"] => string(24) "Zend_Db_Adapter_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(2) {
        [0] => object(Zend_Db_Table_Select)#85 (6) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(10) "blog_posts"
            ["cols"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["primary"] => array(1) {
              [1] => string(2) "id"
            }
            ["metadata"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "0"
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(9) "Blog_Post"
            ["rowsetClass"] => string(10) "Blog_Posts"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(false)
          ["_table:protected"] => object(Blog_PostsFactory)#84 (23) {
            ["_name:protected"] => string(10) "blog_posts"
            ["_rowsetClass:protected"] => string(10) "Blog_Posts"
            ["_rowClass:protected"] => string(9) "Blog_Post"
            ["db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_logPath:protected"] => NULL
            ["_paginateParam:protected"] => string(4) "page"
            ["_paginateLimit:protected"] => int(20)
            ["_curPageNumber:protected"] => string(1) "1"
            ["_disablePaginator:protected"] => bool(false)
            ["_paginationOptions:protected"] => array(1) {
              ["viewPartial"] => string(12) "paginate.php"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["_primary:protected"] => array(1) {
              [1] => string(2) "id"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "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)#42 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_File)#41 (3) {
                ["_options:protected"] => array(9) {
                  ["cache_dir"] => string(77) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/cache/db/metadata/"
                  ["file_locking"] => bool(true)
                  ["read_control"] => bool(true)
                  ["read_control_type"] => string(5) "crc32"
                  ["hashed_directory_level"] => int(0)
                  ["hashed_directory_umask"] => int(448)
                  ["file_name_prefix"] => string(5) "cache"
                  ["cache_file_umask"] => int(384)
                  ["metadatas_array_max_size"] => int(100)
                }
                ["_metadatasArray:private"] => array(3) {
                  ["563f7180cf36457231b210392f25b23e"] => array(4) {
                    ["hash"] => int(-164517179)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                  ["8ff1eaffd932ed8f96189081d07d871f"] => array(4) {
                    ["hash"] => int(-880050150)
                    ["mtime"] => int(1332065745)
                    ["expire"] => int(1363601745)
                    ["tags"] => array(0) {
                    }
                  }
                  ["a6a43fcb901ce0a0351101c39a5e3d9a"] => array(4) {
                    ["hash"] => int(21417954)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                }
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(31536000)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
              }
              ["_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(31536000)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "a6a43fcb901ce0a0351101c39a5e3d9a"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(true)
                ["tags"] => bool(true)
                ["expired_read"] => bool(true)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(true)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
            ["_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) {
              ["dbtype"] => string(9) "pdo_mysql"
              ["host"] => string(9) "localhost"
              ["username"] => string(6) "ceasar"
              ["password"] => string(11) "8a39f879cdf"
              ["dbname"] => string(13) "modelrepublik"
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
              ["driver_options"] => array(0) {
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(5) {
              [0] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#86 (1) {
                  ["_expression:protected"] => string(42) "SQL_CALC_FOUND_ROWS blog_posts.id AS theId"
                }
                [2] => NULL
              }
              [1] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => string(1) "*"
                [2] => NULL
              }
              [2] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#87 (1) {
                  ["_expression:protected"] => string(60) "(SELECT count(*) FROM blog_comments where record_id = theId)"
                }
                [2] => string(13) "commentsCount"
              }
              [3] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(12) "date_entered"
                [2] => string(11) "dateEntered"
              }
              [4] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(8) "filename"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(4) {
              ["blog_posts"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(10) "blog_posts"
                ["joinCondition"] => NULL
              }
              ["blog_posts_categories"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(21) "blog_posts_categories"
                ["joinCondition"] => string(47) "blog_posts.id = blog_posts_categories.record_id"
              }
              ["blog_posts_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(17) "blog_posts_images"
                ["joinCondition"] => string(43) "blog_posts_images.record_id = blog_posts.id"
              }
              ["blog_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(11) "blog_images"
                ["joinCondition"] => string(43) "blog_images.id = blog_posts_images.image_id"
              }
            }
            ["where"] => array(2) {
              [0] => string(34) "(blog_posts.published IS NOT NULL)"
              [1] => string(43) "AND (blog_posts_categories.category_id = ?)"
            }
            ["group"] => array(1) {
              [0] => string(13) "blog_posts.id"
            }
            ["having"] => array(0) {
            }
            ["order"] => array(1) {
              [0] => array(2) {
                [0] => string(2) "id"
                [1] => string(4) "DESC"
              }
            }
            ["limitcount"] => int(20)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
        [1] => array(0) {
        }
      }
    }
    [3] => array(6) {
      ["file"] => string(77) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Db/Table/Abstract.php"
      ["line"] => int(1330)
      ["function"] => string(5) "query"
      ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#85 (6) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(10) "blog_posts"
            ["cols"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["primary"] => array(1) {
              [1] => string(2) "id"
            }
            ["metadata"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "0"
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(9) "Blog_Post"
            ["rowsetClass"] => string(10) "Blog_Posts"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(false)
          ["_table:protected"] => object(Blog_PostsFactory)#84 (23) {
            ["_name:protected"] => string(10) "blog_posts"
            ["_rowsetClass:protected"] => string(10) "Blog_Posts"
            ["_rowClass:protected"] => string(9) "Blog_Post"
            ["db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_logPath:protected"] => NULL
            ["_paginateParam:protected"] => string(4) "page"
            ["_paginateLimit:protected"] => int(20)
            ["_curPageNumber:protected"] => string(1) "1"
            ["_disablePaginator:protected"] => bool(false)
            ["_paginationOptions:protected"] => array(1) {
              ["viewPartial"] => string(12) "paginate.php"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["_primary:protected"] => array(1) {
              [1] => string(2) "id"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "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)#42 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_File)#41 (3) {
                ["_options:protected"] => array(9) {
                  ["cache_dir"] => string(77) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/cache/db/metadata/"
                  ["file_locking"] => bool(true)
                  ["read_control"] => bool(true)
                  ["read_control_type"] => string(5) "crc32"
                  ["hashed_directory_level"] => int(0)
                  ["hashed_directory_umask"] => int(448)
                  ["file_name_prefix"] => string(5) "cache"
                  ["cache_file_umask"] => int(384)
                  ["metadatas_array_max_size"] => int(100)
                }
                ["_metadatasArray:private"] => array(3) {
                  ["563f7180cf36457231b210392f25b23e"] => array(4) {
                    ["hash"] => int(-164517179)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                  ["8ff1eaffd932ed8f96189081d07d871f"] => array(4) {
                    ["hash"] => int(-880050150)
                    ["mtime"] => int(1332065745)
                    ["expire"] => int(1363601745)
                    ["tags"] => array(0) {
                    }
                  }
                  ["a6a43fcb901ce0a0351101c39a5e3d9a"] => array(4) {
                    ["hash"] => int(21417954)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                }
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(31536000)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
              }
              ["_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(31536000)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "a6a43fcb901ce0a0351101c39a5e3d9a"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(true)
                ["tags"] => bool(true)
                ["expired_read"] => bool(true)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(true)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
            ["_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) {
              ["dbtype"] => string(9) "pdo_mysql"
              ["host"] => string(9) "localhost"
              ["username"] => string(6) "ceasar"
              ["password"] => string(11) "8a39f879cdf"
              ["dbname"] => string(13) "modelrepublik"
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
              ["driver_options"] => array(0) {
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(5) {
              [0] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#86 (1) {
                  ["_expression:protected"] => string(42) "SQL_CALC_FOUND_ROWS blog_posts.id AS theId"
                }
                [2] => NULL
              }
              [1] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => string(1) "*"
                [2] => NULL
              }
              [2] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#87 (1) {
                  ["_expression:protected"] => string(60) "(SELECT count(*) FROM blog_comments where record_id = theId)"
                }
                [2] => string(13) "commentsCount"
              }
              [3] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(12) "date_entered"
                [2] => string(11) "dateEntered"
              }
              [4] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(8) "filename"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(4) {
              ["blog_posts"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(10) "blog_posts"
                ["joinCondition"] => NULL
              }
              ["blog_posts_categories"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(21) "blog_posts_categories"
                ["joinCondition"] => string(47) "blog_posts.id = blog_posts_categories.record_id"
              }
              ["blog_posts_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(17) "blog_posts_images"
                ["joinCondition"] => string(43) "blog_posts_images.record_id = blog_posts.id"
              }
              ["blog_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(11) "blog_images"
                ["joinCondition"] => string(43) "blog_images.id = blog_posts_images.image_id"
              }
            }
            ["where"] => array(2) {
              [0] => string(34) "(blog_posts.published IS NOT NULL)"
              [1] => string(43) "AND (blog_posts_categories.category_id = ?)"
            }
            ["group"] => array(1) {
              [0] => string(13) "blog_posts.id"
            }
            ["having"] => array(0) {
            }
            ["order"] => array(1) {
              [0] => array(2) {
                [0] => string(2) "id"
                [1] => string(4) "DESC"
              }
            }
            ["limitcount"] => int(20)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
      }
    }
    [4] => array(6) {
      ["file"] => string(77) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Db/Table/Abstract.php"
      ["line"] => int(1158)
      ["function"] => string(6) "_fetch"
      ["class"] => string(22) "Zend_Db_Table_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#85 (6) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(10) "blog_posts"
            ["cols"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["primary"] => array(1) {
              [1] => string(2) "id"
            }
            ["metadata"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "0"
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(9) "Blog_Post"
            ["rowsetClass"] => string(10) "Blog_Posts"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(false)
          ["_table:protected"] => object(Blog_PostsFactory)#84 (23) {
            ["_name:protected"] => string(10) "blog_posts"
            ["_rowsetClass:protected"] => string(10) "Blog_Posts"
            ["_rowClass:protected"] => string(9) "Blog_Post"
            ["db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_logPath:protected"] => NULL
            ["_paginateParam:protected"] => string(4) "page"
            ["_paginateLimit:protected"] => int(20)
            ["_curPageNumber:protected"] => string(1) "1"
            ["_disablePaginator:protected"] => bool(false)
            ["_paginationOptions:protected"] => array(1) {
              ["viewPartial"] => string(12) "paginate.php"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["_primary:protected"] => array(1) {
              [1] => string(2) "id"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "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)#42 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_File)#41 (3) {
                ["_options:protected"] => array(9) {
                  ["cache_dir"] => string(77) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/cache/db/metadata/"
                  ["file_locking"] => bool(true)
                  ["read_control"] => bool(true)
                  ["read_control_type"] => string(5) "crc32"
                  ["hashed_directory_level"] => int(0)
                  ["hashed_directory_umask"] => int(448)
                  ["file_name_prefix"] => string(5) "cache"
                  ["cache_file_umask"] => int(384)
                  ["metadatas_array_max_size"] => int(100)
                }
                ["_metadatasArray:private"] => array(3) {
                  ["563f7180cf36457231b210392f25b23e"] => array(4) {
                    ["hash"] => int(-164517179)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                  ["8ff1eaffd932ed8f96189081d07d871f"] => array(4) {
                    ["hash"] => int(-880050150)
                    ["mtime"] => int(1332065745)
                    ["expire"] => int(1363601745)
                    ["tags"] => array(0) {
                    }
                  }
                  ["a6a43fcb901ce0a0351101c39a5e3d9a"] => array(4) {
                    ["hash"] => int(21417954)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                }
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(31536000)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
              }
              ["_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(31536000)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "a6a43fcb901ce0a0351101c39a5e3d9a"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(true)
                ["tags"] => bool(true)
                ["expired_read"] => bool(true)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(true)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
            ["_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) {
              ["dbtype"] => string(9) "pdo_mysql"
              ["host"] => string(9) "localhost"
              ["username"] => string(6) "ceasar"
              ["password"] => string(11) "8a39f879cdf"
              ["dbname"] => string(13) "modelrepublik"
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
              ["driver_options"] => array(0) {
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(5) {
              [0] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#86 (1) {
                  ["_expression:protected"] => string(42) "SQL_CALC_FOUND_ROWS blog_posts.id AS theId"
                }
                [2] => NULL
              }
              [1] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => string(1) "*"
                [2] => NULL
              }
              [2] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#87 (1) {
                  ["_expression:protected"] => string(60) "(SELECT count(*) FROM blog_comments where record_id = theId)"
                }
                [2] => string(13) "commentsCount"
              }
              [3] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(12) "date_entered"
                [2] => string(11) "dateEntered"
              }
              [4] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(8) "filename"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(4) {
              ["blog_posts"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(10) "blog_posts"
                ["joinCondition"] => NULL
              }
              ["blog_posts_categories"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(21) "blog_posts_categories"
                ["joinCondition"] => string(47) "blog_posts.id = blog_posts_categories.record_id"
              }
              ["blog_posts_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(17) "blog_posts_images"
                ["joinCondition"] => string(43) "blog_posts_images.record_id = blog_posts.id"
              }
              ["blog_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(11) "blog_images"
                ["joinCondition"] => string(43) "blog_images.id = blog_posts_images.image_id"
              }
            }
            ["where"] => array(2) {
              [0] => string(34) "(blog_posts.published IS NOT NULL)"
              [1] => string(43) "AND (blog_posts_categories.category_id = ?)"
            }
            ["group"] => array(1) {
              [0] => string(13) "blog_posts.id"
            }
            ["having"] => array(0) {
            }
            ["order"] => array(1) {
              [0] => array(2) {
                [0] => string(2) "id"
                [1] => string(4) "DESC"
              }
            }
            ["limitcount"] => int(20)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
      }
    }
    [5] => array(6) {
      ["file"] => string(102) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/application/Factories/Blog/PostsFactory.php"
      ["line"] => int(148)
      ["function"] => string(8) "fetchAll"
      ["class"] => string(22) "Zend_Db_Table_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#85 (6) {
          ["_info:protected"] => array(10) {
            ["schema"] => NULL
            ["name"] => string(10) "blog_posts"
            ["cols"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["primary"] => array(1) {
              [1] => string(2) "id"
            }
            ["metadata"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "0"
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
            }
            ["rowClass"] => string(9) "Blog_Post"
            ["rowsetClass"] => string(10) "Blog_Posts"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck:protected"] => bool(false)
          ["_table:protected"] => object(Blog_PostsFactory)#84 (23) {
            ["_name:protected"] => string(10) "blog_posts"
            ["_rowsetClass:protected"] => string(10) "Blog_Posts"
            ["_rowClass:protected"] => string(9) "Blog_Post"
            ["db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_logPath:protected"] => NULL
            ["_paginateParam:protected"] => string(4) "page"
            ["_paginateLimit:protected"] => int(20)
            ["_curPageNumber:protected"] => string(1) "1"
            ["_disablePaginator:protected"] => bool(false)
            ["_paginationOptions:protected"] => array(1) {
              ["viewPartial"] => string(12) "paginate.php"
            }
            ["_db:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
              ["_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) {
                ["dbtype"] => string(9) "pdo_mysql"
                ["host"] => string(9) "localhost"
                ["username"] => string(6) "ceasar"
                ["password"] => string(11) "8a39f879cdf"
                ["dbname"] => string(13) "modelrepublik"
                ["options"] => array(2) {
                  ["caseFolding"] => int(0)
                  ["autoQuoteIdentifiers"] => bool(true)
                }
                ["driver_options"] => array(0) {
                }
              }
              ["_fetchMode:protected"] => int(2)
              ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
              }
              ["_caseFolding:protected"] => int(0)
              ["_autoQuoteIdentifiers:protected"] => bool(true)
            }
            ["_schema:protected"] => NULL
            ["_cols:protected"] => array(8) {
              [0] => string(2) "id"
              [1] => string(12) "date_entered"
              [2] => string(13) "poster_userid"
              [3] => string(9) "published"
              [4] => string(10) "title_slug"
              [5] => string(5) "title"
              [6] => string(12) "content_text"
              [7] => string(10) "view_count"
            }
            ["_primary:protected"] => array(1) {
              [1] => string(2) "id"
            }
            ["_identity:protected"] => int(1)
            ["_sequence:protected"] => bool(true)
            ["_metadata:protected"] => array(8) {
              ["id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(2) "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)
              }
              ["date_entered"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "date_entered"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["poster_userid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(13) "poster_userid"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(0) ""
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["published"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(9) "published"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(8) "datetime"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["title_slug"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "title_slug"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["title"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(5) "title"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
              ["content_text"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(12) "content_text"
                ["COLUMN_POSITION"] => int(7)
                ["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)
              }
              ["view_count"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(10) "blog_posts"
                ["COLUMN_NAME"] => string(10) "view_count"
                ["COLUMN_POSITION"] => int(8)
                ["DATA_TYPE"] => string(3) "int"
                ["DEFAULT"] => string(1) "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)#42 (6) {
              ["_backend:protected"] => object(Zend_Cache_Backend_File)#41 (3) {
                ["_options:protected"] => array(9) {
                  ["cache_dir"] => string(77) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/cache/db/metadata/"
                  ["file_locking"] => bool(true)
                  ["read_control"] => bool(true)
                  ["read_control_type"] => string(5) "crc32"
                  ["hashed_directory_level"] => int(0)
                  ["hashed_directory_umask"] => int(448)
                  ["file_name_prefix"] => string(5) "cache"
                  ["cache_file_umask"] => int(384)
                  ["metadatas_array_max_size"] => int(100)
                }
                ["_metadatasArray:private"] => array(3) {
                  ["563f7180cf36457231b210392f25b23e"] => array(4) {
                    ["hash"] => int(-164517179)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                  ["8ff1eaffd932ed8f96189081d07d871f"] => array(4) {
                    ["hash"] => int(-880050150)
                    ["mtime"] => int(1332065745)
                    ["expire"] => int(1363601745)
                    ["tags"] => array(0) {
                    }
                  }
                  ["a6a43fcb901ce0a0351101c39a5e3d9a"] => array(4) {
                    ["hash"] => int(21417954)
                    ["mtime"] => int(1332057567)
                    ["expire"] => int(1363593567)
                    ["tags"] => array(0) {
                    }
                  }
                }
                ["_directives:protected"] => array(3) {
                  ["lifetime"] => int(31536000)
                  ["logging"] => bool(false)
                  ["logger"] => NULL
                }
              }
              ["_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(31536000)
                ["logging"] => bool(false)
                ["logger"] => NULL
                ["ignore_user_abort"] => bool(false)
              }
              ["_specificOptions:protected"] => array(0) {
              }
              ["_lastId:private"] => string(32) "a6a43fcb901ce0a0351101c39a5e3d9a"
              ["_extendedBackend:protected"] => bool(true)
              ["_backendCapabilities:protected"] => array(6) {
                ["automatic_cleaning"] => bool(true)
                ["tags"] => bool(true)
                ["expired_read"] => bool(true)
                ["priority"] => bool(false)
                ["infinite_lifetime"] => bool(true)
                ["get_list"] => bool(true)
              }
            }
            ["_metadataCacheInClass:protected"] => bool(true)
            ["_referenceMap:protected"] => array(0) {
            }
            ["_dependentTables:protected"] => array(0) {
            }
            ["_defaultSource:protected"] => string(11) "defaultNone"
            ["_defaultValues:protected"] => array(0) {
            }
          }
          ["_adapter:protected"] => object(Zend_Db_Adapter_Pdo_Mysql)#39 (10) {
            ["_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) {
              ["dbtype"] => string(9) "pdo_mysql"
              ["host"] => string(9) "localhost"
              ["username"] => string(6) "ceasar"
              ["password"] => string(11) "8a39f879cdf"
              ["dbname"] => string(13) "modelrepublik"
              ["options"] => array(2) {
                ["caseFolding"] => int(0)
                ["autoQuoteIdentifiers"] => bool(true)
              }
              ["driver_options"] => array(0) {
              }
            }
            ["_fetchMode:protected"] => int(2)
            ["_profiler:protected"] => object(Zend_Db_Profiler)#40 (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)#43 (0) {
            }
            ["_caseFolding:protected"] => int(0)
            ["_autoQuoteIdentifiers:protected"] => bool(true)
          }
          ["_parts:protected"] => array(11) {
            ["distinct"] => bool(false)
            ["columns"] => array(5) {
              [0] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#86 (1) {
                  ["_expression:protected"] => string(42) "SQL_CALC_FOUND_ROWS blog_posts.id AS theId"
                }
                [2] => NULL
              }
              [1] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => string(1) "*"
                [2] => NULL
              }
              [2] => array(3) {
                [0] => string(10) "blog_posts"
                [1] => object(Zend_Db_Expr)#87 (1) {
                  ["_expression:protected"] => string(60) "(SELECT count(*) FROM blog_comments where record_id = theId)"
                }
                [2] => string(13) "commentsCount"
              }
              [3] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(12) "date_entered"
                [2] => string(11) "dateEntered"
              }
              [4] => array(3) {
                [0] => string(11) "blog_images"
                [1] => string(8) "filename"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(4) {
              ["blog_posts"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(10) "blog_posts"
                ["joinCondition"] => NULL
              }
              ["blog_posts_categories"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(21) "blog_posts_categories"
                ["joinCondition"] => string(47) "blog_posts.id = blog_posts_categories.record_id"
              }
              ["blog_posts_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(17) "blog_posts_images"
                ["joinCondition"] => string(43) "blog_posts_images.record_id = blog_posts.id"
              }
              ["blog_images"] => array(4) {
                ["joinType"] => string(9) "left join"
                ["schema"] => NULL
                ["tableName"] => string(11) "blog_images"
                ["joinCondition"] => string(43) "blog_images.id = blog_posts_images.image_id"
              }
            }
            ["where"] => array(2) {
              [0] => string(34) "(blog_posts.published IS NOT NULL)"
              [1] => string(43) "AND (blog_posts_categories.category_id = ?)"
            }
            ["group"] => array(1) {
              [0] => string(13) "blog_posts.id"
            }
            ["having"] => array(0) {
            }
            ["order"] => array(1) {
              [0] => array(2) {
                [0] => string(2) "id"
                [1] => string(4) "DESC"
              }
            }
            ["limitcount"] => int(20)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols:protected"] => array(0) {
          }
        }
      }
    }
    [6] => array(6) {
      ["file"] => string(107) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/modules/category/controllers/IndexController.php"
      ["line"] => int(16)
      ["function"] => string(21) "fetchPostsForCategory"
      ["class"] => string(17) "Blog_PostsFactory"
      ["type"] => string(2) "->"
      ["args"] => array(4) {
        [0] => NULL
        [1] => int(20)
        [2] => string(2) "id"
        [3] => string(4) "DESC"
      }
    }
    [7] => array(6) {
      ["file"] => string(77) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Controller/Action.php"
      ["line"] => int(503)
      ["function"] => string(11) "indexAction"
      ["class"] => string(24) "Category_IndexController"
      ["type"] => string(2) "->"
      ["args"] => array(0) {
      }
    }
    [8] => array(6) {
      ["file"] => string(90) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Controller/Dispatcher/Standard.php"
      ["line"] => int(285)
      ["function"] => string(8) "dispatch"
      ["class"] => string(22) "Zend_Controller_Action"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => string(11) "indexAction"
      }
    }
    [9] => array(6) {
      ["file"] => string(76) "/var/www/vhosts/modelrepublic.net/httpdocs/library/Zend/Controller/Front.php"
      ["line"] => int(934)
      ["function"] => string(8) "dispatch"
      ["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
      ["type"] => string(2) "->"
      ["args"] => array(2) {
        [0] => object(Zend_Controller_Request_Http)#7 (14) {
          ["_paramSources:protected"] => array(2) {
            [0] => string(4) "_GET"
            [1] => string(5) "_POST"
          }
          ["_requestUri:protected"] => string(7) "/people"
          ["_baseUrl:protected"] => string(0) ""
          ["_basePath:protected"] => NULL
          ["_pathInfo:protected"] => string(7) "/people"
          ["_params:protected"] => array(5) {
            ["slug"] => string(6) "people"
            ["module"] => string(8) "category"
            ["controller"] => string(5) "index"
            ["action"] => string(5) "index"
            ["page"] => string(1) "1"
          }
          ["_aliases:protected"] => array(0) {
          }
          ["_dispatched:protected"] => bool(true)
          ["_module:protected"] => string(8) "category"
          ["_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"
        }
        [1] => object(Zend_Controller_Response_Http)#8 (8) {
          ["_body:protected"] => array(0) {
          }
          ["_exceptions:protected"] => array(0) {
          }
          ["_headers:protected"] => array(0) {
          }
          ["_headersRaw:protected"] => array(0) {
          }
          ["_httpResponseCode:protected"] => int(200)
          ["_isRedirect:protected"] => bool(false)
          ["_renderExceptions:protected"] => bool(false)
          ["headersSentThrowsException"] => bool(true)
        }
      }
    }
    [10] => array(6) {
      ["file"] => string(68) "/var/www/vhosts/modelrepublic.net/subdomains/blog/httpdocs/index.php"
      ["line"] => int(24)
      ["function"] => string(8) "dispatch"
      ["class"] => string(21) "Zend_Controller_Front"
      ["type"] => string(2) "->"
      ["args"] => array(0) {
      }
    }
  }
}