string(175) "SQLSTATE[HY093]: Invalid parameter number: no parameters were bound, query was: SELECT `blog`.* FROM `blog` WHERE (user_id=?) AND (state='active') ORDER BY `date` desc LIMIT 5"
object(ArrayObject)#117 (1) {
  ["storage":"ArrayObject":private]=>
  array(3) {
    ["exception"]=>
    object(Zend_Db_Statement_Exception)#120 (8) {
      ["_previous":"Zend_Exception":private]=>
      NULL
      ["message":protected]=>
      string(175) "SQLSTATE[HY093]: Invalid parameter number: no parameters were bound, query was: SELECT `blog`.* FROM `blog` WHERE (user_id=?) AND (state='active') ORDER BY `date` desc LIMIT 5"
      ["string":"Exception":private]=>
      string(0) ""
      ["code":protected]=>
      int(0)
      ["file":protected]=>
      string(104) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Statement/Pdo.php"
      ["line":protected]=>
      int(235)
      ["trace":"Exception":private]=>
      array(11) {
        [0]=>
        array(6) {
          ["file"]=>
          string(100) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Statement.php"
          ["line"]=>
          int(303)
          ["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(107) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Abstract.php"
          ["line"]=>
          int(480)
          ["function"]=>
          string(7) "execute"
          ["class"]=>
          string(17) "Zend_Db_Statement"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(1) {
            [0]=>
            &array(0) {
            }
          }
        }
        [2]=>
        array(6) {
          ["file"]=>
          string(111) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php"
          ["line"]=>
          int(238)
          ["function"]=>
          string(5) "query"
          ["class"]=>
          string(24) "Zend_Db_Adapter_Abstract"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(2) {
            [0]=>
            object(Zend_Db_Table_Select)#99 (7) {
              ["_info":protected]=>
              array(10) {
                ["schema"]=>
                NULL
                ["name"]=>
                string(4) "blog"
                ["cols"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["primary"]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["metadata"]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                }
                ["rowClass"]=>
                string(17) "Zend_Db_Table_Row"
                ["rowsetClass"]=>
                string(20) "Zend_Db_Table_Rowset"
                ["referenceMap"]=>
                array(0) {
                }
                ["dependentTables"]=>
                array(0) {
                }
                ["sequence"]=>
                bool(true)
              }
              ["_integrityCheck":protected]=>
              bool(true)
              ["_table":protected]=>
              object(My_Db_Dao)#114 (27) {
                ["struct"]=>
                array(12) {
                  [0]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [3]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  [4]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  [5]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [6]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  [7]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  [8]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [9]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  [10]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  [11]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["fields"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["table"]=>
                string(4) "blog"
                ["fielddatas"]=>
                array(9) {
                  [0]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(2) "id"
                    ["name_ja"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "master_id"
                    ["name_ja"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(12) "varchar(300)"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "title"
                    ["name_ja"]=>
                    string(12) "タイトル"
                  }
                  [3]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(4) "text"
                    ["datatype"]=>
                    string(8) "richtext"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "rich_body"
                    ["name_ja"]=>
                    string(6) "本文"
                  }
                  [4]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "user_id"
                    ["name_ja"]=>
                    string(9) "編集者"
                  }
                  [5]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(4) "date"
                    ["name_ja"]=>
                    string(12) "投稿日時"
                  }
                  [6]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "updated"
                    ["name_ja"]=>
                    string(12) "更新日時"
                  }
                  [7]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "created"
                    ["name_ja"]=>
                    string(12) "作成日時"
                  }
                  [8]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "state"
                    ["name_ja"]=>
                    string(6) "状態"
                  }
                }
                ["rel_table_a"]=>
                array(0) {
                }
                ["struct_by_field"]=>
                array(12) {
                  ["id"]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  ["master_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  ["csparkblogid"]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["title"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  ["rich_body"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  ["image"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["user_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  ["date"]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  ["tweeted"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["updated"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  ["created"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  ["state"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["database"]=>
                string(8) "database"
                ["_definition":protected]=>
                NULL
                ["_definitionConfigName":protected]=>
                NULL
                ["_db":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_schema":protected]=>
                NULL
                ["_name":protected]=>
                string(4) "blog"
                ["_cols":protected]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["_primary":protected]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["_identity":protected]=>
                int(1)
                ["_sequence":protected]=>
                bool(true)
                ["_metadata":protected]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["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)#8 (6) {
                  ["_backend":protected]=>
                  object(Zend_Cache_Backend_File)#7 (3) {
                    ["_options":protected]=>
                    array(9) {
                      ["cache_dir"]=>
                      string(5) "/tmp/"
                      ["file_locking"]=>
                      bool(true)
                      ["read_control"]=>
                      bool(true)
                      ["read_control_type"]=>
                      string(6) "strlen"
                      ["hashed_directory_level"]=>
                      int(0)
                      ["hashed_directory_perm"]=>
                      int(448)
                      ["file_name_prefix"]=>
                      string(10) "zend_cache"
                      ["cache_file_perm"]=>
                      int(384)
                      ["metadatas_array_max_size"]=>
                      int(100)
                    }
                    ["_metadatasArray":protected]=>
                    array(47) {
                      ["SPOHPgetTableStructspohpadmin"]=>
                      array(4) {
                        ["hash"]=>
                        int(2293)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpdomain"]=>
                      array(4) {
                        ["hash"]=>
                        int(1146)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                      array(4) {
                        ["hash"]=>
                        int(1316)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmaster"]=>
                      array(4) {
                        ["hash"]=>
                        int(13466)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                      array(4) {
                        ["hash"]=>
                        int(12273)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpsetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(16165)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                      array(4) {
                        ["hash"]=>
                        int(15461)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohplayout"]=>
                      array(4) {
                        ["hash"]=>
                        int(2237)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                      array(4) {
                        ["hash"]=>
                        int(2403)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmenusetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(2261)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPd9243676face711aada75ad04bf42606"]=>
                      array(4) {
                        ["hash"]=>
                        int(2639)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmasterpage"]=>
                      array(4) {
                        ["hash"]=>
                        int(6127)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                      array(4) {
                        ["hash"]=>
                        int(6498)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohppdf"]=>
                      array(4) {
                        ["hash"]=>
                        int(3086)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                      array(4) {
                        ["hash"]=>
                        int(3550)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpprivacy"]=>
                      array(4) {
                        ["hash"]=>
                        int(2275)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                      array(4) {
                        ["hash"]=>
                        int(2622)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpalbum"]=>
                      array(4) {
                        ["hash"]=>
                        int(2266)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                      array(4) {
                        ["hash"]=>
                        int(2608)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpphoto"]=>
                      array(4) {
                        ["hash"]=>
                        int(3674)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                      array(4) {
                        ["hash"]=>
                        int(4302)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpyoutube"]=>
                      array(4) {
                        ["hash"]=>
                        int(1653)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                      array(4) {
                        ["hash"]=>
                        int(1939)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpteams"]=>
                      array(4) {
                        ["hash"]=>
                        int(2485)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                      array(4) {
                        ["hash"]=>
                        int(2647)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                      array(4) {
                        ["hash"]=>
                        int(2410)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                      array(4) {
                        ["hash"]=>
                        int(2811)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common"]=>
                      array(4) {
                        ["hash"]=>
                        int(1756)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                      array(4) {
                        ["hash"]=>
                        int(2094)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohprankingtable"]=>
                      array(4) {
                        ["hash"]=>
                        int(2359)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                      array(4) {
                        ["hash"]=>
                        int(2672)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpranking"]=>
                      array(4) {
                        ["hash"]=>
                        int(3083)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                      array(4) {
                        ["hash"]=>
                        int(3599)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohptopbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2331)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                      array(4) {
                        ["hash"]=>
                        int(2654)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_topbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                      array(4) {
                        ["hash"]=>
                        int(2678)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_side_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                      array(4) {
                        ["hash"]=>
                        int(2710)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpfooter_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpuser"]=>
                      array(4) {
                        ["hash"]=>
                        int(10505)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                      array(4) {
                        ["hash"]=>
                        int(11663)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpblog"]=>
                      array(4) {
                        ["hash"]=>
                        int(3404)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                      array(4) {
                        ["hash"]=>
                        int(3930)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                    }
                    ["_directives":protected]=>
                    array(3) {
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                    }
                  }
                  ["_options":protected]=>
                  array(9) {
                    ["write_control"]=>
                    bool(true)
                    ["caching"]=>
                    bool(true)
                    ["cache_id_prefix"]=>
                    string(5) "SPOHP"
                    ["automatic_serialization"]=>
                    bool(true)
                    ["automatic_cleaning_factor"]=>
                    int(10)
                    ["lifetime"]=>
                    NULL
                    ["logging"]=>
                    bool(false)
                    ["logger"]=>
                    NULL
                    ["ignore_user_abort"]=>
                    bool(false)
                  }
                  ["_specificOptions":protected]=>
                  array(0) {
                  }
                  ["_lastId":"Zend_Cache_Core":private]=>
                  string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                  ["_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)
                ["_rowClass":protected]=>
                string(17) "Zend_Db_Table_Row"
                ["_rowsetClass":protected]=>
                string(20) "Zend_Db_Table_Rowset"
                ["_referenceMap":protected]=>
                array(0) {
                }
                ["_dependentTables":protected]=>
                array(0) {
                }
                ["_defaultSource":protected]=>
                string(11) "defaultNone"
                ["_defaultValues":protected]=>
                array(0) {
                }
                ["config"]=>
                object(Zend_Config_Ini)#115 (11) {
                  ["_nestSeparator":protected]=>
                  string(1) "."
                  ["_sectionSeparator":protected]=>
                  string(1) ":"
                  ["_skipExtends":protected]=>
                  bool(false)
                  ["_allowModifications":protected]=>
                  bool(false)
                  ["_index":protected]=>
                  int(0)
                  ["_count":protected]=>
                  int(2)
                  ["_data":protected]=>
                  array(2) {
                    ["adapter"]=>
                    string(9) "Pdo_Mysql"
                    ["params"]=>
                    object(Zend_Config)#116 (8) {
                      ["_allowModifications":protected]=>
                      bool(false)
                      ["_index":protected]=>
                      int(0)
                      ["_count":protected]=>
                      int(5)
                      ["_data":protected]=>
                      array(5) {
                        ["host"]=>
                        string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                        ["dbname"]=>
                        string(5) "spohp"
                        ["username"]=>
                        string(4) "root"
                        ["password"]=>
                        string(9) "butty9879"
                        ["charset"]=>
                        string(4) "utf8"
                      }
                      ["_skipNextIteration":protected]=>
                      NULL
                      ["_loadedSection":protected]=>
                      NULL
                      ["_extends":protected]=>
                      array(0) {
                      }
                      ["_loadFileErrorStr":protected]=>
                      NULL
                    }
                  }
                  ["_skipNextIteration":protected]=>
                  NULL
                  ["_loadedSection":protected]=>
                  array(1) {
                    [0]=>
                    string(8) "database"
                  }
                  ["_extends":protected]=>
                  array(0) {
                  }
                  ["_loadFileErrorStr":protected]=>
                  NULL
                }
                ["primary_a"]=>
                array(1) {
                  ["PRIMARY"]=>
                  array(1) {
                    [0]=>
                    string(2) "id"
                  }
                }
              }
              ["_bind":protected]=>
              array(0) {
              }
              ["_adapter":protected]=>
              object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                ["_pdoType":protected]=>
                string(5) "mysql"
                ["_numericDataTypes":protected]=>
                array(16) {
                  [0]=>
                  int(0)
                  [1]=>
                  int(1)
                  [2]=>
                  int(2)
                  ["INT"]=>
                  int(0)
                  ["INTEGER"]=>
                  int(0)
                  ["MEDIUMINT"]=>
                  int(0)
                  ["SMALLINT"]=>
                  int(0)
                  ["TINYINT"]=>
                  int(0)
                  ["BIGINT"]=>
                  int(1)
                  ["SERIAL"]=>
                  int(1)
                  ["DEC"]=>
                  int(2)
                  ["DECIMAL"]=>
                  int(2)
                  ["DOUBLE"]=>
                  int(2)
                  ["DOUBLE PRECISION"]=>
                  int(2)
                  ["FIXED"]=>
                  int(2)
                  ["FLOAT"]=>
                  int(2)
                }
                ["_defaultStmtClass":protected]=>
                string(21) "Zend_Db_Statement_Pdo"
                ["_config":protected]=>
                array(8) {
                  ["host"]=>
                  string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                  ["dbname"]=>
                  string(5) "spohp"
                  ["username"]=>
                  string(4) "root"
                  ["password"]=>
                  string(9) "butty9879"
                  ["charset"]=>
                  string(4) "utf8"
                  ["persistent"]=>
                  bool(false)
                  ["options"]=>
                  array(3) {
                    ["caseFolding"]=>
                    int(0)
                    ["autoQuoteIdentifiers"]=>
                    bool(true)
                    ["fetchMode"]=>
                    int(2)
                  }
                  ["driver_options"]=>
                  array(0) {
                  }
                }
                ["_fetchMode":protected]=>
                int(2)
                ["_profiler":protected]=>
                object(Zend_Db_Profiler)#12 (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)#16 (0) {
                }
                ["_caseFolding":protected]=>
                int(0)
                ["_autoQuoteIdentifiers":protected]=>
                bool(true)
                ["_allowSerialization":protected]=>
                bool(true)
                ["_autoReconnectOnUnserialize":protected]=>
                bool(false)
              }
              ["_parts":protected]=>
              array(11) {
                ["distinct"]=>
                bool(false)
                ["columns"]=>
                array(1) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(4) "blog"
                    [1]=>
                    string(1) "*"
                    [2]=>
                    NULL
                  }
                }
                ["union"]=>
                array(0) {
                }
                ["from"]=>
                array(1) {
                  ["blog"]=>
                  array(4) {
                    ["joinType"]=>
                    string(10) "inner join"
                    ["schema"]=>
                    NULL
                    ["tableName"]=>
                    string(4) "blog"
                    ["joinCondition"]=>
                    NULL
                  }
                }
                ["where"]=>
                array(2) {
                  [0]=>
                  string(11) "(user_id=?)"
                  [1]=>
                  string(20) "AND (state='active')"
                }
                ["group"]=>
                array(0) {
                }
                ["having"]=>
                array(0) {
                }
                ["order"]=>
                array(1) {
                  [0]=>
                  array(2) {
                    [0]=>
                    string(4) "date"
                    [1]=>
                    string(4) "desc"
                  }
                }
                ["limitcount"]=>
                int(5)
                ["limitoffset"]=>
                int(0)
                ["forupdate"]=>
                bool(false)
              }
              ["_tableCols":protected]=>
              array(0) {
              }
            }
            [1]=>
            &array(0) {
            }
          }
        }
        [3]=>
        array(6) {
          ["file"]=>
          string(105) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Table/Abstract.php"
          ["line"]=>
          int(1577)
          ["function"]=>
          string(5) "query"
          ["class"]=>
          string(28) "Zend_Db_Adapter_Pdo_Abstract"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(1) {
            [0]=>
            object(Zend_Db_Table_Select)#99 (7) {
              ["_info":protected]=>
              array(10) {
                ["schema"]=>
                NULL
                ["name"]=>
                string(4) "blog"
                ["cols"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["primary"]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["metadata"]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                }
                ["rowClass"]=>
                string(17) "Zend_Db_Table_Row"
                ["rowsetClass"]=>
                string(20) "Zend_Db_Table_Rowset"
                ["referenceMap"]=>
                array(0) {
                }
                ["dependentTables"]=>
                array(0) {
                }
                ["sequence"]=>
                bool(true)
              }
              ["_integrityCheck":protected]=>
              bool(true)
              ["_table":protected]=>
              object(My_Db_Dao)#114 (27) {
                ["struct"]=>
                array(12) {
                  [0]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [3]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  [4]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  [5]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [6]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  [7]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  [8]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [9]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  [10]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  [11]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["fields"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["table"]=>
                string(4) "blog"
                ["fielddatas"]=>
                array(9) {
                  [0]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(2) "id"
                    ["name_ja"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "master_id"
                    ["name_ja"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(12) "varchar(300)"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "title"
                    ["name_ja"]=>
                    string(12) "タイトル"
                  }
                  [3]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(4) "text"
                    ["datatype"]=>
                    string(8) "richtext"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "rich_body"
                    ["name_ja"]=>
                    string(6) "本文"
                  }
                  [4]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "user_id"
                    ["name_ja"]=>
                    string(9) "編集者"
                  }
                  [5]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(4) "date"
                    ["name_ja"]=>
                    string(12) "投稿日時"
                  }
                  [6]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "updated"
                    ["name_ja"]=>
                    string(12) "更新日時"
                  }
                  [7]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "created"
                    ["name_ja"]=>
                    string(12) "作成日時"
                  }
                  [8]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "state"
                    ["name_ja"]=>
                    string(6) "状態"
                  }
                }
                ["rel_table_a"]=>
                array(0) {
                }
                ["struct_by_field"]=>
                array(12) {
                  ["id"]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  ["master_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  ["csparkblogid"]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["title"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  ["rich_body"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  ["image"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["user_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  ["date"]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  ["tweeted"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["updated"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  ["created"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  ["state"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["database"]=>
                string(8) "database"
                ["_definition":protected]=>
                NULL
                ["_definitionConfigName":protected]=>
                NULL
                ["_db":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_schema":protected]=>
                NULL
                ["_name":protected]=>
                string(4) "blog"
                ["_cols":protected]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["_primary":protected]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["_identity":protected]=>
                int(1)
                ["_sequence":protected]=>
                bool(true)
                ["_metadata":protected]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["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)#8 (6) {
                  ["_backend":protected]=>
                  object(Zend_Cache_Backend_File)#7 (3) {
                    ["_options":protected]=>
                    array(9) {
                      ["cache_dir"]=>
                      string(5) "/tmp/"
                      ["file_locking"]=>
                      bool(true)
                      ["read_control"]=>
                      bool(true)
                      ["read_control_type"]=>
                      string(6) "strlen"
                      ["hashed_directory_level"]=>
                      int(0)
                      ["hashed_directory_perm"]=>
                      int(448)
                      ["file_name_prefix"]=>
                      string(10) "zend_cache"
                      ["cache_file_perm"]=>
                      int(384)
                      ["metadatas_array_max_size"]=>
                      int(100)
                    }
                    ["_metadatasArray":protected]=>
                    array(47) {
                      ["SPOHPgetTableStructspohpadmin"]=>
                      array(4) {
                        ["hash"]=>
                        int(2293)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpdomain"]=>
                      array(4) {
                        ["hash"]=>
                        int(1146)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                      array(4) {
                        ["hash"]=>
                        int(1316)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmaster"]=>
                      array(4) {
                        ["hash"]=>
                        int(13466)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                      array(4) {
                        ["hash"]=>
                        int(12273)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpsetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(16165)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                      array(4) {
                        ["hash"]=>
                        int(15461)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohplayout"]=>
                      array(4) {
                        ["hash"]=>
                        int(2237)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                      array(4) {
                        ["hash"]=>
                        int(2403)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmenusetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(2261)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPd9243676face711aada75ad04bf42606"]=>
                      array(4) {
                        ["hash"]=>
                        int(2639)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmasterpage"]=>
                      array(4) {
                        ["hash"]=>
                        int(6127)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                      array(4) {
                        ["hash"]=>
                        int(6498)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohppdf"]=>
                      array(4) {
                        ["hash"]=>
                        int(3086)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                      array(4) {
                        ["hash"]=>
                        int(3550)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpprivacy"]=>
                      array(4) {
                        ["hash"]=>
                        int(2275)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                      array(4) {
                        ["hash"]=>
                        int(2622)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpalbum"]=>
                      array(4) {
                        ["hash"]=>
                        int(2266)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                      array(4) {
                        ["hash"]=>
                        int(2608)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpphoto"]=>
                      array(4) {
                        ["hash"]=>
                        int(3674)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                      array(4) {
                        ["hash"]=>
                        int(4302)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpyoutube"]=>
                      array(4) {
                        ["hash"]=>
                        int(1653)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                      array(4) {
                        ["hash"]=>
                        int(1939)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpteams"]=>
                      array(4) {
                        ["hash"]=>
                        int(2485)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                      array(4) {
                        ["hash"]=>
                        int(2647)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                      array(4) {
                        ["hash"]=>
                        int(2410)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                      array(4) {
                        ["hash"]=>
                        int(2811)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common"]=>
                      array(4) {
                        ["hash"]=>
                        int(1756)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                      array(4) {
                        ["hash"]=>
                        int(2094)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohprankingtable"]=>
                      array(4) {
                        ["hash"]=>
                        int(2359)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                      array(4) {
                        ["hash"]=>
                        int(2672)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpranking"]=>
                      array(4) {
                        ["hash"]=>
                        int(3083)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                      array(4) {
                        ["hash"]=>
                        int(3599)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohptopbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2331)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                      array(4) {
                        ["hash"]=>
                        int(2654)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_topbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                      array(4) {
                        ["hash"]=>
                        int(2678)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_side_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                      array(4) {
                        ["hash"]=>
                        int(2710)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpfooter_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpuser"]=>
                      array(4) {
                        ["hash"]=>
                        int(10505)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                      array(4) {
                        ["hash"]=>
                        int(11663)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpblog"]=>
                      array(4) {
                        ["hash"]=>
                        int(3404)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                      array(4) {
                        ["hash"]=>
                        int(3930)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                    }
                    ["_directives":protected]=>
                    array(3) {
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                    }
                  }
                  ["_options":protected]=>
                  array(9) {
                    ["write_control"]=>
                    bool(true)
                    ["caching"]=>
                    bool(true)
                    ["cache_id_prefix"]=>
                    string(5) "SPOHP"
                    ["automatic_serialization"]=>
                    bool(true)
                    ["automatic_cleaning_factor"]=>
                    int(10)
                    ["lifetime"]=>
                    NULL
                    ["logging"]=>
                    bool(false)
                    ["logger"]=>
                    NULL
                    ["ignore_user_abort"]=>
                    bool(false)
                  }
                  ["_specificOptions":protected]=>
                  array(0) {
                  }
                  ["_lastId":"Zend_Cache_Core":private]=>
                  string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                  ["_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)
                ["_rowClass":protected]=>
                string(17) "Zend_Db_Table_Row"
                ["_rowsetClass":protected]=>
                string(20) "Zend_Db_Table_Rowset"
                ["_referenceMap":protected]=>
                array(0) {
                }
                ["_dependentTables":protected]=>
                array(0) {
                }
                ["_defaultSource":protected]=>
                string(11) "defaultNone"
                ["_defaultValues":protected]=>
                array(0) {
                }
                ["config"]=>
                object(Zend_Config_Ini)#115 (11) {
                  ["_nestSeparator":protected]=>
                  string(1) "."
                  ["_sectionSeparator":protected]=>
                  string(1) ":"
                  ["_skipExtends":protected]=>
                  bool(false)
                  ["_allowModifications":protected]=>
                  bool(false)
                  ["_index":protected]=>
                  int(0)
                  ["_count":protected]=>
                  int(2)
                  ["_data":protected]=>
                  array(2) {
                    ["adapter"]=>
                    string(9) "Pdo_Mysql"
                    ["params"]=>
                    object(Zend_Config)#116 (8) {
                      ["_allowModifications":protected]=>
                      bool(false)
                      ["_index":protected]=>
                      int(0)
                      ["_count":protected]=>
                      int(5)
                      ["_data":protected]=>
                      array(5) {
                        ["host"]=>
                        string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                        ["dbname"]=>
                        string(5) "spohp"
                        ["username"]=>
                        string(4) "root"
                        ["password"]=>
                        string(9) "butty9879"
                        ["charset"]=>
                        string(4) "utf8"
                      }
                      ["_skipNextIteration":protected]=>
                      NULL
                      ["_loadedSection":protected]=>
                      NULL
                      ["_extends":protected]=>
                      array(0) {
                      }
                      ["_loadFileErrorStr":protected]=>
                      NULL
                    }
                  }
                  ["_skipNextIteration":protected]=>
                  NULL
                  ["_loadedSection":protected]=>
                  array(1) {
                    [0]=>
                    string(8) "database"
                  }
                  ["_extends":protected]=>
                  array(0) {
                  }
                  ["_loadFileErrorStr":protected]=>
                  NULL
                }
                ["primary_a"]=>
                array(1) {
                  ["PRIMARY"]=>
                  array(1) {
                    [0]=>
                    string(2) "id"
                  }
                }
              }
              ["_bind":protected]=>
              array(0) {
              }
              ["_adapter":protected]=>
              object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                ["_pdoType":protected]=>
                string(5) "mysql"
                ["_numericDataTypes":protected]=>
                array(16) {
                  [0]=>
                  int(0)
                  [1]=>
                  int(1)
                  [2]=>
                  int(2)
                  ["INT"]=>
                  int(0)
                  ["INTEGER"]=>
                  int(0)
                  ["MEDIUMINT"]=>
                  int(0)
                  ["SMALLINT"]=>
                  int(0)
                  ["TINYINT"]=>
                  int(0)
                  ["BIGINT"]=>
                  int(1)
                  ["SERIAL"]=>
                  int(1)
                  ["DEC"]=>
                  int(2)
                  ["DECIMAL"]=>
                  int(2)
                  ["DOUBLE"]=>
                  int(2)
                  ["DOUBLE PRECISION"]=>
                  int(2)
                  ["FIXED"]=>
                  int(2)
                  ["FLOAT"]=>
                  int(2)
                }
                ["_defaultStmtClass":protected]=>
                string(21) "Zend_Db_Statement_Pdo"
                ["_config":protected]=>
                array(8) {
                  ["host"]=>
                  string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                  ["dbname"]=>
                  string(5) "spohp"
                  ["username"]=>
                  string(4) "root"
                  ["password"]=>
                  string(9) "butty9879"
                  ["charset"]=>
                  string(4) "utf8"
                  ["persistent"]=>
                  bool(false)
                  ["options"]=>
                  array(3) {
                    ["caseFolding"]=>
                    int(0)
                    ["autoQuoteIdentifiers"]=>
                    bool(true)
                    ["fetchMode"]=>
                    int(2)
                  }
                  ["driver_options"]=>
                  array(0) {
                  }
                }
                ["_fetchMode":protected]=>
                int(2)
                ["_profiler":protected]=>
                object(Zend_Db_Profiler)#12 (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)#16 (0) {
                }
                ["_caseFolding":protected]=>
                int(0)
                ["_autoQuoteIdentifiers":protected]=>
                bool(true)
                ["_allowSerialization":protected]=>
                bool(true)
                ["_autoReconnectOnUnserialize":protected]=>
                bool(false)
              }
              ["_parts":protected]=>
              array(11) {
                ["distinct"]=>
                bool(false)
                ["columns"]=>
                array(1) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(4) "blog"
                    [1]=>
                    string(1) "*"
                    [2]=>
                    NULL
                  }
                }
                ["union"]=>
                array(0) {
                }
                ["from"]=>
                array(1) {
                  ["blog"]=>
                  array(4) {
                    ["joinType"]=>
                    string(10) "inner join"
                    ["schema"]=>
                    NULL
                    ["tableName"]=>
                    string(4) "blog"
                    ["joinCondition"]=>
                    NULL
                  }
                }
                ["where"]=>
                array(2) {
                  [0]=>
                  string(11) "(user_id=?)"
                  [1]=>
                  string(20) "AND (state='active')"
                }
                ["group"]=>
                array(0) {
                }
                ["having"]=>
                array(0) {
                }
                ["order"]=>
                array(1) {
                  [0]=>
                  array(2) {
                    [0]=>
                    string(4) "date"
                    [1]=>
                    string(4) "desc"
                  }
                }
                ["limitcount"]=>
                int(5)
                ["limitoffset"]=>
                int(0)
                ["forupdate"]=>
                bool(false)
              }
              ["_tableCols":protected]=>
              array(0) {
              }
            }
          }
        }
        [4]=>
        array(6) {
          ["file"]=>
          string(105) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Table/Abstract.php"
          ["line"]=>
          int(1392)
          ["function"]=>
          string(6) "_fetch"
          ["class"]=>
          string(22) "Zend_Db_Table_Abstract"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(1) {
            [0]=>
            object(Zend_Db_Table_Select)#99 (7) {
              ["_info":protected]=>
              array(10) {
                ["schema"]=>
                NULL
                ["name"]=>
                string(4) "blog"
                ["cols"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["primary"]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["metadata"]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                }
                ["rowClass"]=>
                string(17) "Zend_Db_Table_Row"
                ["rowsetClass"]=>
                string(20) "Zend_Db_Table_Rowset"
                ["referenceMap"]=>
                array(0) {
                }
                ["dependentTables"]=>
                array(0) {
                }
                ["sequence"]=>
                bool(true)
              }
              ["_integrityCheck":protected]=>
              bool(true)
              ["_table":protected]=>
              object(My_Db_Dao)#114 (27) {
                ["struct"]=>
                array(12) {
                  [0]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [3]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  [4]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  [5]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [6]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  [7]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  [8]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [9]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  [10]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  [11]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["fields"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["table"]=>
                string(4) "blog"
                ["fielddatas"]=>
                array(9) {
                  [0]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(2) "id"
                    ["name_ja"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "master_id"
                    ["name_ja"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(12) "varchar(300)"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "title"
                    ["name_ja"]=>
                    string(12) "タイトル"
                  }
                  [3]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(4) "text"
                    ["datatype"]=>
                    string(8) "richtext"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "rich_body"
                    ["name_ja"]=>
                    string(6) "本文"
                  }
                  [4]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "user_id"
                    ["name_ja"]=>
                    string(9) "編集者"
                  }
                  [5]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(4) "date"
                    ["name_ja"]=>
                    string(12) "投稿日時"
                  }
                  [6]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "updated"
                    ["name_ja"]=>
                    string(12) "更新日時"
                  }
                  [7]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "created"
                    ["name_ja"]=>
                    string(12) "作成日時"
                  }
                  [8]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "state"
                    ["name_ja"]=>
                    string(6) "状態"
                  }
                }
                ["rel_table_a"]=>
                array(0) {
                }
                ["struct_by_field"]=>
                array(12) {
                  ["id"]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  ["master_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  ["csparkblogid"]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["title"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  ["rich_body"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  ["image"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["user_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  ["date"]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  ["tweeted"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["updated"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  ["created"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  ["state"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["database"]=>
                string(8) "database"
                ["_definition":protected]=>
                NULL
                ["_definitionConfigName":protected]=>
                NULL
                ["_db":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_schema":protected]=>
                NULL
                ["_name":protected]=>
                string(4) "blog"
                ["_cols":protected]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["_primary":protected]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["_identity":protected]=>
                int(1)
                ["_sequence":protected]=>
                bool(true)
                ["_metadata":protected]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["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)#8 (6) {
                  ["_backend":protected]=>
                  object(Zend_Cache_Backend_File)#7 (3) {
                    ["_options":protected]=>
                    array(9) {
                      ["cache_dir"]=>
                      string(5) "/tmp/"
                      ["file_locking"]=>
                      bool(true)
                      ["read_control"]=>
                      bool(true)
                      ["read_control_type"]=>
                      string(6) "strlen"
                      ["hashed_directory_level"]=>
                      int(0)
                      ["hashed_directory_perm"]=>
                      int(448)
                      ["file_name_prefix"]=>
                      string(10) "zend_cache"
                      ["cache_file_perm"]=>
                      int(384)
                      ["metadatas_array_max_size"]=>
                      int(100)
                    }
                    ["_metadatasArray":protected]=>
                    array(47) {
                      ["SPOHPgetTableStructspohpadmin"]=>
                      array(4) {
                        ["hash"]=>
                        int(2293)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpdomain"]=>
                      array(4) {
                        ["hash"]=>
                        int(1146)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                      array(4) {
                        ["hash"]=>
                        int(1316)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmaster"]=>
                      array(4) {
                        ["hash"]=>
                        int(13466)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                      array(4) {
                        ["hash"]=>
                        int(12273)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpsetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(16165)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                      array(4) {
                        ["hash"]=>
                        int(15461)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohplayout"]=>
                      array(4) {
                        ["hash"]=>
                        int(2237)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                      array(4) {
                        ["hash"]=>
                        int(2403)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmenusetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(2261)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPd9243676face711aada75ad04bf42606"]=>
                      array(4) {
                        ["hash"]=>
                        int(2639)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmasterpage"]=>
                      array(4) {
                        ["hash"]=>
                        int(6127)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                      array(4) {
                        ["hash"]=>
                        int(6498)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohppdf"]=>
                      array(4) {
                        ["hash"]=>
                        int(3086)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                      array(4) {
                        ["hash"]=>
                        int(3550)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpprivacy"]=>
                      array(4) {
                        ["hash"]=>
                        int(2275)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                      array(4) {
                        ["hash"]=>
                        int(2622)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpalbum"]=>
                      array(4) {
                        ["hash"]=>
                        int(2266)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                      array(4) {
                        ["hash"]=>
                        int(2608)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpphoto"]=>
                      array(4) {
                        ["hash"]=>
                        int(3674)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                      array(4) {
                        ["hash"]=>
                        int(4302)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpyoutube"]=>
                      array(4) {
                        ["hash"]=>
                        int(1653)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                      array(4) {
                        ["hash"]=>
                        int(1939)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpteams"]=>
                      array(4) {
                        ["hash"]=>
                        int(2485)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                      array(4) {
                        ["hash"]=>
                        int(2647)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                      array(4) {
                        ["hash"]=>
                        int(2410)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                      array(4) {
                        ["hash"]=>
                        int(2811)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common"]=>
                      array(4) {
                        ["hash"]=>
                        int(1756)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                      array(4) {
                        ["hash"]=>
                        int(2094)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohprankingtable"]=>
                      array(4) {
                        ["hash"]=>
                        int(2359)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                      array(4) {
                        ["hash"]=>
                        int(2672)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpranking"]=>
                      array(4) {
                        ["hash"]=>
                        int(3083)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                      array(4) {
                        ["hash"]=>
                        int(3599)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohptopbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2331)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                      array(4) {
                        ["hash"]=>
                        int(2654)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_topbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                      array(4) {
                        ["hash"]=>
                        int(2678)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_side_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                      array(4) {
                        ["hash"]=>
                        int(2710)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpfooter_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpuser"]=>
                      array(4) {
                        ["hash"]=>
                        int(10505)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                      array(4) {
                        ["hash"]=>
                        int(11663)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpblog"]=>
                      array(4) {
                        ["hash"]=>
                        int(3404)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                      array(4) {
                        ["hash"]=>
                        int(3930)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                    }
                    ["_directives":protected]=>
                    array(3) {
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                    }
                  }
                  ["_options":protected]=>
                  array(9) {
                    ["write_control"]=>
                    bool(true)
                    ["caching"]=>
                    bool(true)
                    ["cache_id_prefix"]=>
                    string(5) "SPOHP"
                    ["automatic_serialization"]=>
                    bool(true)
                    ["automatic_cleaning_factor"]=>
                    int(10)
                    ["lifetime"]=>
                    NULL
                    ["logging"]=>
                    bool(false)
                    ["logger"]=>
                    NULL
                    ["ignore_user_abort"]=>
                    bool(false)
                  }
                  ["_specificOptions":protected]=>
                  array(0) {
                  }
                  ["_lastId":"Zend_Cache_Core":private]=>
                  string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                  ["_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)
                ["_rowClass":protected]=>
                string(17) "Zend_Db_Table_Row"
                ["_rowsetClass":protected]=>
                string(20) "Zend_Db_Table_Rowset"
                ["_referenceMap":protected]=>
                array(0) {
                }
                ["_dependentTables":protected]=>
                array(0) {
                }
                ["_defaultSource":protected]=>
                string(11) "defaultNone"
                ["_defaultValues":protected]=>
                array(0) {
                }
                ["config"]=>
                object(Zend_Config_Ini)#115 (11) {
                  ["_nestSeparator":protected]=>
                  string(1) "."
                  ["_sectionSeparator":protected]=>
                  string(1) ":"
                  ["_skipExtends":protected]=>
                  bool(false)
                  ["_allowModifications":protected]=>
                  bool(false)
                  ["_index":protected]=>
                  int(0)
                  ["_count":protected]=>
                  int(2)
                  ["_data":protected]=>
                  array(2) {
                    ["adapter"]=>
                    string(9) "Pdo_Mysql"
                    ["params"]=>
                    object(Zend_Config)#116 (8) {
                      ["_allowModifications":protected]=>
                      bool(false)
                      ["_index":protected]=>
                      int(0)
                      ["_count":protected]=>
                      int(5)
                      ["_data":protected]=>
                      array(5) {
                        ["host"]=>
                        string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                        ["dbname"]=>
                        string(5) "spohp"
                        ["username"]=>
                        string(4) "root"
                        ["password"]=>
                        string(9) "butty9879"
                        ["charset"]=>
                        string(4) "utf8"
                      }
                      ["_skipNextIteration":protected]=>
                      NULL
                      ["_loadedSection":protected]=>
                      NULL
                      ["_extends":protected]=>
                      array(0) {
                      }
                      ["_loadFileErrorStr":protected]=>
                      NULL
                    }
                  }
                  ["_skipNextIteration":protected]=>
                  NULL
                  ["_loadedSection":protected]=>
                  array(1) {
                    [0]=>
                    string(8) "database"
                  }
                  ["_extends":protected]=>
                  array(0) {
                  }
                  ["_loadFileErrorStr":protected]=>
                  NULL
                }
                ["primary_a"]=>
                array(1) {
                  ["PRIMARY"]=>
                  array(1) {
                    [0]=>
                    string(2) "id"
                  }
                }
              }
              ["_bind":protected]=>
              array(0) {
              }
              ["_adapter":protected]=>
              object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                ["_pdoType":protected]=>
                string(5) "mysql"
                ["_numericDataTypes":protected]=>
                array(16) {
                  [0]=>
                  int(0)
                  [1]=>
                  int(1)
                  [2]=>
                  int(2)
                  ["INT"]=>
                  int(0)
                  ["INTEGER"]=>
                  int(0)
                  ["MEDIUMINT"]=>
                  int(0)
                  ["SMALLINT"]=>
                  int(0)
                  ["TINYINT"]=>
                  int(0)
                  ["BIGINT"]=>
                  int(1)
                  ["SERIAL"]=>
                  int(1)
                  ["DEC"]=>
                  int(2)
                  ["DECIMAL"]=>
                  int(2)
                  ["DOUBLE"]=>
                  int(2)
                  ["DOUBLE PRECISION"]=>
                  int(2)
                  ["FIXED"]=>
                  int(2)
                  ["FLOAT"]=>
                  int(2)
                }
                ["_defaultStmtClass":protected]=>
                string(21) "Zend_Db_Statement_Pdo"
                ["_config":protected]=>
                array(8) {
                  ["host"]=>
                  string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                  ["dbname"]=>
                  string(5) "spohp"
                  ["username"]=>
                  string(4) "root"
                  ["password"]=>
                  string(9) "butty9879"
                  ["charset"]=>
                  string(4) "utf8"
                  ["persistent"]=>
                  bool(false)
                  ["options"]=>
                  array(3) {
                    ["caseFolding"]=>
                    int(0)
                    ["autoQuoteIdentifiers"]=>
                    bool(true)
                    ["fetchMode"]=>
                    int(2)
                  }
                  ["driver_options"]=>
                  array(0) {
                  }
                }
                ["_fetchMode":protected]=>
                int(2)
                ["_profiler":protected]=>
                object(Zend_Db_Profiler)#12 (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)#16 (0) {
                }
                ["_caseFolding":protected]=>
                int(0)
                ["_autoQuoteIdentifiers":protected]=>
                bool(true)
                ["_allowSerialization":protected]=>
                bool(true)
                ["_autoReconnectOnUnserialize":protected]=>
                bool(false)
              }
              ["_parts":protected]=>
              array(11) {
                ["distinct"]=>
                bool(false)
                ["columns"]=>
                array(1) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(4) "blog"
                    [1]=>
                    string(1) "*"
                    [2]=>
                    NULL
                  }
                }
                ["union"]=>
                array(0) {
                }
                ["from"]=>
                array(1) {
                  ["blog"]=>
                  array(4) {
                    ["joinType"]=>
                    string(10) "inner join"
                    ["schema"]=>
                    NULL
                    ["tableName"]=>
                    string(4) "blog"
                    ["joinCondition"]=>
                    NULL
                  }
                }
                ["where"]=>
                array(2) {
                  [0]=>
                  string(11) "(user_id=?)"
                  [1]=>
                  string(20) "AND (state='active')"
                }
                ["group"]=>
                array(0) {
                }
                ["having"]=>
                array(0) {
                }
                ["order"]=>
                array(1) {
                  [0]=>
                  array(2) {
                    [0]=>
                    string(4) "date"
                    [1]=>
                    string(4) "desc"
                  }
                }
                ["limitcount"]=>
                int(5)
                ["limitoffset"]=>
                int(0)
                ["forupdate"]=>
                bool(false)
              }
              ["_tableCols":protected]=>
              array(0) {
              }
            }
          }
        }
        [5]=>
        array(6) {
          ["file"]=>
          string(57) "/ebs/www/vhosts/spohp/fw/controllers/PlayerController.php"
          ["line"]=>
          int(82)
          ["function"]=>
          string(8) "fetchAll"
          ["class"]=>
          string(22) "Zend_Db_Table_Abstract"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(1) {
            [0]=>
            object(Zend_Db_Table_Select)#99 (7) {
              ["_info":protected]=>
              array(10) {
                ["schema"]=>
                NULL
                ["name"]=>
                string(4) "blog"
                ["cols"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["primary"]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["metadata"]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                }
                ["rowClass"]=>
                string(17) "Zend_Db_Table_Row"
                ["rowsetClass"]=>
                string(20) "Zend_Db_Table_Rowset"
                ["referenceMap"]=>
                array(0) {
                }
                ["dependentTables"]=>
                array(0) {
                }
                ["sequence"]=>
                bool(true)
              }
              ["_integrityCheck":protected]=>
              bool(true)
              ["_table":protected]=>
              object(My_Db_Dao)#114 (27) {
                ["struct"]=>
                array(12) {
                  [0]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [3]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  [4]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  [5]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [6]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  [7]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  [8]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  [9]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  [10]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  [11]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["fields"]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["table"]=>
                string(4) "blog"
                ["fielddatas"]=>
                array(9) {
                  [0]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(2) "id"
                    ["name_ja"]=>
                    string(2) "ID"
                  }
                  [1]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "master_id"
                    ["name_ja"]=>
                    string(12) "マスター"
                  }
                  [2]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(12) "varchar(300)"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "title"
                    ["name_ja"]=>
                    string(12) "タイトル"
                  }
                  [3]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(4) "text"
                    ["datatype"]=>
                    string(8) "richtext"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(9) "rich_body"
                    ["name_ja"]=>
                    string(6) "本文"
                  }
                  [4]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(16) "int(10) unsigned"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "user_id"
                    ["name_ja"]=>
                    string(9) "編集者"
                  }
                  [5]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(4) "date"
                    ["name_ja"]=>
                    string(12) "投稿日時"
                  }
                  [6]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "updated"
                    ["name_ja"]=>
                    string(12) "更新日時"
                  }
                  [7]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(8) "datetime"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(7) "created"
                    ["name_ja"]=>
                    string(12) "作成日時"
                  }
                  [8]=>
                  array(5) {
                    ["datatype_db"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["datatype"]=>
                    string(4) "text"
                    ["table"]=>
                    string(4) "blog"
                    ["name"]=>
                    string(5) "state"
                    ["name_ja"]=>
                    string(6) "状態"
                  }
                }
                ["rel_table_a"]=>
                array(0) {
                }
                ["struct_by_field"]=>
                array(12) {
                  ["id"]=>
                  array(10) {
                    ["Field"]=>
                    string(2) "id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "PRI"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(14) "auto_increment"
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(2) "ID"
                    ["name"]=>
                    string(2) "ID"
                  }
                  ["master_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "master_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(3) "MUL"
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "マスター"
                    ["name"]=>
                    string(12) "マスター"
                  }
                  ["csparkblogid"]=>
                  array(10) {
                    ["Field"]=>
                    string(12) "csparkblogid"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["title"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "title"
                    ["Type"]=>
                    string(12) "varchar(300)"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "タイトル"
                    ["name"]=>
                    string(12) "タイトル"
                  }
                  ["rich_body"]=>
                  array(10) {
                    ["Field"]=>
                    string(9) "rich_body"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(18) "utf8mb4_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(6) "本文"
                    ["name"]=>
                    string(6) "本文"
                  }
                  ["image"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "image"
                    ["Type"]=>
                    string(4) "text"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["user_id"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "user_id"
                    ["Type"]=>
                    string(16) "int(10) unsigned"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(3) "YES"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(9) "編集者"
                    ["name"]=>
                    string(9) "編集者"
                  }
                  ["date"]=>
                  array(10) {
                    ["Field"]=>
                    string(4) "date"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "投稿日時"
                    ["name"]=>
                    string(12) "投稿日時"
                  }
                  ["tweeted"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "tweeted"
                    ["Type"]=>
                    string(20) "enum('true','false')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    string(5) "false"
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(0) ""
                    ["name"]=>
                    string(0) ""
                  }
                  ["updated"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "updated"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "更新日時"
                    ["name"]=>
                    string(12) "更新日時"
                  }
                  ["created"]=>
                  array(10) {
                    ["Field"]=>
                    string(7) "created"
                    ["Type"]=>
                    string(8) "datetime"
                    ["Collation"]=>
                    NULL
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(12) "作成日時"
                    ["name"]=>
                    string(12) "作成日時"
                  }
                  ["state"]=>
                  array(10) {
                    ["Field"]=>
                    string(5) "state"
                    ["Type"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["Collation"]=>
                    string(15) "utf8_general_ci"
                    ["Null"]=>
                    string(2) "NO"
                    ["Key"]=>
                    string(0) ""
                    ["Default"]=>
                    NULL
                    ["Extra"]=>
                    string(0) ""
                    ["Privileges"]=>
                    string(31) "select,insert,update,references"
                    ["Comment"]=>
                    string(24) "状態(本番,下書き)"
                    ["name"]=>
                    string(6) "状態"
                  }
                }
                ["database"]=>
                string(8) "database"
                ["_definition":protected]=>
                NULL
                ["_definitionConfigName":protected]=>
                NULL
                ["_db":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_schema":protected]=>
                NULL
                ["_name":protected]=>
                string(4) "blog"
                ["_cols":protected]=>
                array(12) {
                  [0]=>
                  string(2) "id"
                  [1]=>
                  string(9) "master_id"
                  [2]=>
                  string(12) "csparkblogid"
                  [3]=>
                  string(5) "title"
                  [4]=>
                  string(9) "rich_body"
                  [5]=>
                  string(5) "image"
                  [6]=>
                  string(7) "user_id"
                  [7]=>
                  string(4) "date"
                  [8]=>
                  string(7) "tweeted"
                  [9]=>
                  string(7) "updated"
                  [10]=>
                  string(7) "created"
                  [11]=>
                  string(5) "state"
                }
                ["_primary":protected]=>
                array(1) {
                  [1]=>
                  string(2) "id"
                }
                ["_identity":protected]=>
                int(1)
                ["_sequence":protected]=>
                bool(true)
                ["_metadata":protected]=>
                array(12) {
                  ["id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["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"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(true)
                    ["PRIMARY_POSITION"]=>
                    int(1)
                    ["IDENTITY"]=>
                    bool(true)
                  }
                  ["master_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "master_id"
                    ["COLUMN_POSITION"]=>
                    int(2)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["csparkblogid"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(12) "csparkblogid"
                    ["COLUMN_POSITION"]=>
                    int(3)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["title"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "title"
                    ["COLUMN_POSITION"]=>
                    int(4)
                    ["DATA_TYPE"]=>
                    string(7) "varchar"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    string(3) "300"
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["rich_body"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(9) "rich_body"
                    ["COLUMN_POSITION"]=>
                    int(5)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["image"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "image"
                    ["COLUMN_POSITION"]=>
                    int(6)
                    ["DATA_TYPE"]=>
                    string(4) "text"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["user_id"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "user_id"
                    ["COLUMN_POSITION"]=>
                    int(7)
                    ["DATA_TYPE"]=>
                    string(3) "int"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(true)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    bool(true)
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["date"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(4) "date"
                    ["COLUMN_POSITION"]=>
                    int(8)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["tweeted"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "tweeted"
                    ["COLUMN_POSITION"]=>
                    int(9)
                    ["DATA_TYPE"]=>
                    string(20) "enum('true','false')"
                    ["DEFAULT"]=>
                    string(5) "false"
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["updated"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "updated"
                    ["COLUMN_POSITION"]=>
                    int(10)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["created"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(7) "created"
                    ["COLUMN_POSITION"]=>
                    int(11)
                    ["DATA_TYPE"]=>
                    string(8) "datetime"
                    ["DEFAULT"]=>
                    NULL
                    ["NULLABLE"]=>
                    bool(false)
                    ["LENGTH"]=>
                    NULL
                    ["SCALE"]=>
                    NULL
                    ["PRECISION"]=>
                    NULL
                    ["UNSIGNED"]=>
                    NULL
                    ["PRIMARY"]=>
                    bool(false)
                    ["PRIMARY_POSITION"]=>
                    NULL
                    ["IDENTITY"]=>
                    bool(false)
                  }
                  ["state"]=>
                  array(14) {
                    ["SCHEMA_NAME"]=>
                    NULL
                    ["TABLE_NAME"]=>
                    string(4) "blog"
                    ["COLUMN_NAME"]=>
                    string(5) "state"
                    ["COLUMN_POSITION"]=>
                    int(12)
                    ["DATA_TYPE"]=>
                    string(35) "enum('active','nonactive','delete')"
                    ["DEFAULT"]=>
                    NULL
                    ["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)#8 (6) {
                  ["_backend":protected]=>
                  object(Zend_Cache_Backend_File)#7 (3) {
                    ["_options":protected]=>
                    array(9) {
                      ["cache_dir"]=>
                      string(5) "/tmp/"
                      ["file_locking"]=>
                      bool(true)
                      ["read_control"]=>
                      bool(true)
                      ["read_control_type"]=>
                      string(6) "strlen"
                      ["hashed_directory_level"]=>
                      int(0)
                      ["hashed_directory_perm"]=>
                      int(448)
                      ["file_name_prefix"]=>
                      string(10) "zend_cache"
                      ["cache_file_perm"]=>
                      int(384)
                      ["metadatas_array_max_size"]=>
                      int(100)
                    }
                    ["_metadatasArray":protected]=>
                    array(47) {
                      ["SPOHPgetTableStructspohpadmin"]=>
                      array(4) {
                        ["hash"]=>
                        int(2293)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpdomain"]=>
                      array(4) {
                        ["hash"]=>
                        int(1146)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                      array(4) {
                        ["hash"]=>
                        int(1316)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmaster"]=>
                      array(4) {
                        ["hash"]=>
                        int(13466)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                      array(4) {
                        ["hash"]=>
                        int(12273)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpsetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(16165)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                      array(4) {
                        ["hash"]=>
                        int(15461)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohplayout"]=>
                      array(4) {
                        ["hash"]=>
                        int(2237)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                      array(4) {
                        ["hash"]=>
                        int(2403)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmenusetting"]=>
                      array(4) {
                        ["hash"]=>
                        int(2261)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPd9243676face711aada75ad04bf42606"]=>
                      array(4) {
                        ["hash"]=>
                        int(2639)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpmasterpage"]=>
                      array(4) {
                        ["hash"]=>
                        int(6127)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                      array(4) {
                        ["hash"]=>
                        int(6498)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohppdf"]=>
                      array(4) {
                        ["hash"]=>
                        int(3086)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                      array(4) {
                        ["hash"]=>
                        int(3550)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpprivacy"]=>
                      array(4) {
                        ["hash"]=>
                        int(2275)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                      array(4) {
                        ["hash"]=>
                        int(2622)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpalbum"]=>
                      array(4) {
                        ["hash"]=>
                        int(2266)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                      array(4) {
                        ["hash"]=>
                        int(2608)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpphoto"]=>
                      array(4) {
                        ["hash"]=>
                        int(3674)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                      array(4) {
                        ["hash"]=>
                        int(4302)
                        ["mtime"]=>
                        int(1549819212)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpyoutube"]=>
                      array(4) {
                        ["hash"]=>
                        int(1653)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                      array(4) {
                        ["hash"]=>
                        int(1939)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpteams"]=>
                      array(4) {
                        ["hash"]=>
                        int(2485)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                      array(4) {
                        ["hash"]=>
                        int(2647)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                      array(4) {
                        ["hash"]=>
                        int(2410)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                      array(4) {
                        ["hash"]=>
                        int(2811)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner_common"]=>
                      array(4) {
                        ["hash"]=>
                        int(1756)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                      array(4) {
                        ["hash"]=>
                        int(2094)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohprankingtable"]=>
                      array(4) {
                        ["hash"]=>
                        int(2359)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                      array(4) {
                        ["hash"]=>
                        int(2672)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpranking"]=>
                      array(4) {
                        ["hash"]=>
                        int(3083)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                      array(4) {
                        ["hash"]=>
                        int(3599)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohptopbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2331)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                      array(4) {
                        ["hash"]=>
                        int(2654)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_topbanner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpside_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                      array(4) {
                        ["hash"]=>
                        int(2678)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpbig_side_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2332)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                      array(4) {
                        ["hash"]=>
                        int(2710)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpfooter_banner"]=>
                      array(4) {
                        ["hash"]=>
                        int(2330)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                      array(4) {
                        ["hash"]=>
                        int(2694)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpuser"]=>
                      array(4) {
                        ["hash"]=>
                        int(10505)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                      array(4) {
                        ["hash"]=>
                        int(11663)
                        ["mtime"]=>
                        int(1549819243)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHPgetTableStructspohpblog"]=>
                      array(4) {
                        ["hash"]=>
                        int(3404)
                        ["mtime"]=>
                        int(1549819202)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                      ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                      array(4) {
                        ["hash"]=>
                        int(3930)
                        ["mtime"]=>
                        int(1549819203)
                        ["expire"]=>
                        int(9999999999)
                        ["tags"]=>
                        array(0) {
                        }
                      }
                    }
                    ["_directives":protected]=>
                    array(3) {
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                    }
                  }
                  ["_options":protected]=>
                  array(9) {
                    ["write_control"]=>
                    bool(true)
                    ["caching"]=>
                    bool(true)
                    ["cache_id_prefix"]=>
                    string(5) "SPOHP"
                    ["automatic_serialization"]=>
                    bool(true)
                    ["automatic_cleaning_factor"]=>
                    int(10)
                    ["lifetime"]=>
                    NULL
                    ["logging"]=>
                    bool(false)
                    ["logger"]=>
                    NULL
                    ["ignore_user_abort"]=>
                    bool(false)
                  }
                  ["_specificOptions":protected]=>
                  array(0) {
                  }
                  ["_lastId":"Zend_Cache_Core":private]=>
                  string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                  ["_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)
                ["_rowClass":protected]=>
                string(17) "Zend_Db_Table_Row"
                ["_rowsetClass":protected]=>
                string(20) "Zend_Db_Table_Rowset"
                ["_referenceMap":protected]=>
                array(0) {
                }
                ["_dependentTables":protected]=>
                array(0) {
                }
                ["_defaultSource":protected]=>
                string(11) "defaultNone"
                ["_defaultValues":protected]=>
                array(0) {
                }
                ["config"]=>
                object(Zend_Config_Ini)#115 (11) {
                  ["_nestSeparator":protected]=>
                  string(1) "."
                  ["_sectionSeparator":protected]=>
                  string(1) ":"
                  ["_skipExtends":protected]=>
                  bool(false)
                  ["_allowModifications":protected]=>
                  bool(false)
                  ["_index":protected]=>
                  int(0)
                  ["_count":protected]=>
                  int(2)
                  ["_data":protected]=>
                  array(2) {
                    ["adapter"]=>
                    string(9) "Pdo_Mysql"
                    ["params"]=>
                    object(Zend_Config)#116 (8) {
                      ["_allowModifications":protected]=>
                      bool(false)
                      ["_index":protected]=>
                      int(0)
                      ["_count":protected]=>
                      int(5)
                      ["_data":protected]=>
                      array(5) {
                        ["host"]=>
                        string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                        ["dbname"]=>
                        string(5) "spohp"
                        ["username"]=>
                        string(4) "root"
                        ["password"]=>
                        string(9) "butty9879"
                        ["charset"]=>
                        string(4) "utf8"
                      }
                      ["_skipNextIteration":protected]=>
                      NULL
                      ["_loadedSection":protected]=>
                      NULL
                      ["_extends":protected]=>
                      array(0) {
                      }
                      ["_loadFileErrorStr":protected]=>
                      NULL
                    }
                  }
                  ["_skipNextIteration":protected]=>
                  NULL
                  ["_loadedSection":protected]=>
                  array(1) {
                    [0]=>
                    string(8) "database"
                  }
                  ["_extends":protected]=>
                  array(0) {
                  }
                  ["_loadFileErrorStr":protected]=>
                  NULL
                }
                ["primary_a"]=>
                array(1) {
                  ["PRIMARY"]=>
                  array(1) {
                    [0]=>
                    string(2) "id"
                  }
                }
              }
              ["_bind":protected]=>
              array(0) {
              }
              ["_adapter":protected]=>
              object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                ["_pdoType":protected]=>
                string(5) "mysql"
                ["_numericDataTypes":protected]=>
                array(16) {
                  [0]=>
                  int(0)
                  [1]=>
                  int(1)
                  [2]=>
                  int(2)
                  ["INT"]=>
                  int(0)
                  ["INTEGER"]=>
                  int(0)
                  ["MEDIUMINT"]=>
                  int(0)
                  ["SMALLINT"]=>
                  int(0)
                  ["TINYINT"]=>
                  int(0)
                  ["BIGINT"]=>
                  int(1)
                  ["SERIAL"]=>
                  int(1)
                  ["DEC"]=>
                  int(2)
                  ["DECIMAL"]=>
                  int(2)
                  ["DOUBLE"]=>
                  int(2)
                  ["DOUBLE PRECISION"]=>
                  int(2)
                  ["FIXED"]=>
                  int(2)
                  ["FLOAT"]=>
                  int(2)
                }
                ["_defaultStmtClass":protected]=>
                string(21) "Zend_Db_Statement_Pdo"
                ["_config":protected]=>
                array(8) {
                  ["host"]=>
                  string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                  ["dbname"]=>
                  string(5) "spohp"
                  ["username"]=>
                  string(4) "root"
                  ["password"]=>
                  string(9) "butty9879"
                  ["charset"]=>
                  string(4) "utf8"
                  ["persistent"]=>
                  bool(false)
                  ["options"]=>
                  array(3) {
                    ["caseFolding"]=>
                    int(0)
                    ["autoQuoteIdentifiers"]=>
                    bool(true)
                    ["fetchMode"]=>
                    int(2)
                  }
                  ["driver_options"]=>
                  array(0) {
                  }
                }
                ["_fetchMode":protected]=>
                int(2)
                ["_profiler":protected]=>
                object(Zend_Db_Profiler)#12 (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)#16 (0) {
                }
                ["_caseFolding":protected]=>
                int(0)
                ["_autoQuoteIdentifiers":protected]=>
                bool(true)
                ["_allowSerialization":protected]=>
                bool(true)
                ["_autoReconnectOnUnserialize":protected]=>
                bool(false)
              }
              ["_parts":protected]=>
              array(11) {
                ["distinct"]=>
                bool(false)
                ["columns"]=>
                array(1) {
                  [0]=>
                  array(3) {
                    [0]=>
                    string(4) "blog"
                    [1]=>
                    string(1) "*"
                    [2]=>
                    NULL
                  }
                }
                ["union"]=>
                array(0) {
                }
                ["from"]=>
                array(1) {
                  ["blog"]=>
                  array(4) {
                    ["joinType"]=>
                    string(10) "inner join"
                    ["schema"]=>
                    NULL
                    ["tableName"]=>
                    string(4) "blog"
                    ["joinCondition"]=>
                    NULL
                  }
                }
                ["where"]=>
                array(2) {
                  [0]=>
                  string(11) "(user_id=?)"
                  [1]=>
                  string(20) "AND (state='active')"
                }
                ["group"]=>
                array(0) {
                }
                ["having"]=>
                array(0) {
                }
                ["order"]=>
                array(1) {
                  [0]=>
                  array(2) {
                    [0]=>
                    string(4) "date"
                    [1]=>
                    string(4) "desc"
                  }
                }
                ["limitcount"]=>
                int(5)
                ["limitoffset"]=>
                int(0)
                ["forupdate"]=>
                bool(false)
              }
              ["_tableCols":protected]=>
              array(0) {
              }
            }
          }
        }
        [6]=>
        array(6) {
          ["file"]=>
          string(105) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Action.php"
          ["line"]=>
          int(516)
          ["function"]=>
          string(12) "detailAction"
          ["class"]=>
          string(16) "PlayerController"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(0) {
          }
        }
        [7]=>
        array(6) {
          ["file"]=>
          string(118) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Dispatcher/Standard.php"
          ["line"]=>
          int(308)
          ["function"]=>
          string(8) "dispatch"
          ["class"]=>
          string(22) "Zend_Controller_Action"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(1) {
            [0]=>
            &string(12) "detailAction"
          }
        }
        [8]=>
        array(6) {
          ["file"]=>
          string(104) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Front.php"
          ["line"]=>
          int(954)
          ["function"]=>
          string(8) "dispatch"
          ["class"]=>
          string(35) "Zend_Controller_Dispatcher_Standard"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(2) {
            [0]=>
            object(Zend_Controller_Request_Http)#33 (15) {
              ["_paramSources":protected]=>
              array(2) {
                [0]=>
                string(4) "_GET"
                [1]=>
                string(5) "_POST"
              }
              ["_requestUri":protected]=>
              string(22) "/player/detail/id/9483"
              ["_baseUrl":protected]=>
              string(0) ""
              ["_basePath":protected]=>
              NULL
              ["_pathInfo":protected]=>
              string(22) "/player/detail/id/9483"
              ["_params":protected]=>
              array(5) {
                ["controller"]=>
                string(6) "player"
                ["action"]=>
                string(6) "detail"
                ["id"]=>
                string(4) "9483"
                ["module"]=>
                string(7) "default"
                ["error_handler"]=>
                *RECURSION*
              }
              ["_rawBody":protected]=>
              NULL
              ["_aliases":protected]=>
              array(0) {
              }
              ["_dispatched":protected]=>
              bool(true)
              ["_module":protected]=>
              string(7) "default"
              ["_moduleKey":protected]=>
              string(6) "module"
              ["_controller":protected]=>
              string(5) "error"
              ["_controllerKey":protected]=>
              string(10) "controller"
              ["_action":protected]=>
              string(5) "error"
              ["_actionKey":protected]=>
              string(6) "action"
            }
            [1]=>
            object(Zend_Controller_Response_Http)#34 (8) {
              ["_body":protected]=>
              array(0) {
              }
              ["_exceptions":protected]=>
              array(1) {
                [0]=>
                *RECURSION*
              }
              ["_headers":protected]=>
              array(0) {
              }
              ["_headersRaw":protected]=>
              array(0) {
              }
              ["_httpResponseCode":protected]=>
              int(200)
              ["_isRedirect":protected]=>
              bool(false)
              ["_renderExceptions":protected]=>
              bool(false)
              ["headersSentThrowsException"]=>
              bool(true)
            }
          }
        }
        [9]=>
        array(6) {
          ["file"]=>
          string(55) "/ebs/www/vhosts_lib/PopoFramework2/function/init_fw.php"
          ["line"]=>
          int(384)
          ["function"]=>
          string(8) "dispatch"
          ["class"]=>
          string(21) "Zend_Controller_Front"
          ["type"]=>
          string(2) "->"
          ["args"]=>
          array(0) {
          }
        }
        [10]=>
        array(4) {
          ["file"]=>
          string(31) "/ebs/www/vhosts/spohp/index.php"
          ["line"]=>
          int(360)
          ["args"]=>
          array(1) {
            [0]=>
            string(55) "/ebs/www/vhosts_lib/PopoFramework2/function/init_fw.php"
          }
          ["function"]=>
          string(12) "require_once"
        }
      }
      ["previous":"Exception":private]=>
      object(PDOException)#119 (8) {
        ["message":protected]=>
        string(67) "SQLSTATE[HY093]: Invalid parameter number: no parameters were bound"
        ["string":"Exception":private]=>
        string(0) ""
        ["code":protected]=>
        string(5) "HY093"
        ["file":protected]=>
        string(104) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Statement/Pdo.php"
        ["line":protected]=>
        int(228)
        ["trace":"Exception":private]=>
        array(12) {
          [0]=>
          array(6) {
            ["file"]=>
            string(104) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Statement/Pdo.php"
            ["line"]=>
            int(228)
            ["function"]=>
            string(7) "execute"
            ["class"]=>
            string(12) "PDOStatement"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              array(0) {
              }
            }
          }
          [1]=>
          array(6) {
            ["file"]=>
            string(100) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Statement.php"
            ["line"]=>
            int(303)
            ["function"]=>
            string(8) "_execute"
            ["class"]=>
            string(21) "Zend_Db_Statement_Pdo"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              &array(0) {
              }
            }
          }
          [2]=>
          array(6) {
            ["file"]=>
            string(107) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Abstract.php"
            ["line"]=>
            int(480)
            ["function"]=>
            string(7) "execute"
            ["class"]=>
            string(17) "Zend_Db_Statement"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              &array(0) {
              }
            }
          }
          [3]=>
          array(6) {
            ["file"]=>
            string(111) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php"
            ["line"]=>
            int(238)
            ["function"]=>
            string(5) "query"
            ["class"]=>
            string(24) "Zend_Db_Adapter_Abstract"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(2) {
              [0]=>
              object(Zend_Db_Table_Select)#99 (7) {
                ["_info":protected]=>
                array(10) {
                  ["schema"]=>
                  NULL
                  ["name"]=>
                  string(4) "blog"
                  ["cols"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["primary"]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["metadata"]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                  }
                  ["rowClass"]=>
                  string(17) "Zend_Db_Table_Row"
                  ["rowsetClass"]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["referenceMap"]=>
                  array(0) {
                  }
                  ["dependentTables"]=>
                  array(0) {
                  }
                  ["sequence"]=>
                  bool(true)
                }
                ["_integrityCheck":protected]=>
                bool(true)
                ["_table":protected]=>
                object(My_Db_Dao)#114 (27) {
                  ["struct"]=>
                  array(12) {
                    [0]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [3]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    [4]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    [5]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [6]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    [7]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    [8]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [9]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    [10]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    [11]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["fields"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["table"]=>
                  string(4) "blog"
                  ["fielddatas"]=>
                  array(9) {
                    [0]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(2) "id"
                      ["name_ja"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "master_id"
                      ["name_ja"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(12) "varchar(300)"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "title"
                      ["name_ja"]=>
                      string(12) "タイトル"
                    }
                    [3]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(4) "text"
                      ["datatype"]=>
                      string(8) "richtext"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "rich_body"
                      ["name_ja"]=>
                      string(6) "本文"
                    }
                    [4]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "user_id"
                      ["name_ja"]=>
                      string(9) "編集者"
                    }
                    [5]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(4) "date"
                      ["name_ja"]=>
                      string(12) "投稿日時"
                    }
                    [6]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "updated"
                      ["name_ja"]=>
                      string(12) "更新日時"
                    }
                    [7]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "created"
                      ["name_ja"]=>
                      string(12) "作成日時"
                    }
                    [8]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "state"
                      ["name_ja"]=>
                      string(6) "状態"
                    }
                  }
                  ["rel_table_a"]=>
                  array(0) {
                  }
                  ["struct_by_field"]=>
                  array(12) {
                    ["id"]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    ["master_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    ["csparkblogid"]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["title"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    ["rich_body"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    ["image"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["user_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    ["date"]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    ["tweeted"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["updated"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    ["created"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    ["state"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["database"]=>
                  string(8) "database"
                  ["_definition":protected]=>
                  NULL
                  ["_definitionConfigName":protected]=>
                  NULL
                  ["_db":protected]=>
                  object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                    ["_pdoType":protected]=>
                    string(5) "mysql"
                    ["_numericDataTypes":protected]=>
                    array(16) {
                      [0]=>
                      int(0)
                      [1]=>
                      int(1)
                      [2]=>
                      int(2)
                      ["INT"]=>
                      int(0)
                      ["INTEGER"]=>
                      int(0)
                      ["MEDIUMINT"]=>
                      int(0)
                      ["SMALLINT"]=>
                      int(0)
                      ["TINYINT"]=>
                      int(0)
                      ["BIGINT"]=>
                      int(1)
                      ["SERIAL"]=>
                      int(1)
                      ["DEC"]=>
                      int(2)
                      ["DECIMAL"]=>
                      int(2)
                      ["DOUBLE"]=>
                      int(2)
                      ["DOUBLE PRECISION"]=>
                      int(2)
                      ["FIXED"]=>
                      int(2)
                      ["FLOAT"]=>
                      int(2)
                    }
                    ["_defaultStmtClass":protected]=>
                    string(21) "Zend_Db_Statement_Pdo"
                    ["_config":protected]=>
                    array(8) {
                      ["host"]=>
                      string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                      ["dbname"]=>
                      string(5) "spohp"
                      ["username"]=>
                      string(4) "root"
                      ["password"]=>
                      string(9) "butty9879"
                      ["charset"]=>
                      string(4) "utf8"
                      ["persistent"]=>
                      bool(false)
                      ["options"]=>
                      array(3) {
                        ["caseFolding"]=>
                        int(0)
                        ["autoQuoteIdentifiers"]=>
                        bool(true)
                        ["fetchMode"]=>
                        int(2)
                      }
                      ["driver_options"]=>
                      array(0) {
                      }
                    }
                    ["_fetchMode":protected]=>
                    int(2)
                    ["_profiler":protected]=>
                    object(Zend_Db_Profiler)#12 (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)#16 (0) {
                    }
                    ["_caseFolding":protected]=>
                    int(0)
                    ["_autoQuoteIdentifiers":protected]=>
                    bool(true)
                    ["_allowSerialization":protected]=>
                    bool(true)
                    ["_autoReconnectOnUnserialize":protected]=>
                    bool(false)
                  }
                  ["_schema":protected]=>
                  NULL
                  ["_name":protected]=>
                  string(4) "blog"
                  ["_cols":protected]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["_primary":protected]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["_identity":protected]=>
                  int(1)
                  ["_sequence":protected]=>
                  bool(true)
                  ["_metadata":protected]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["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)#8 (6) {
                    ["_backend":protected]=>
                    object(Zend_Cache_Backend_File)#7 (3) {
                      ["_options":protected]=>
                      array(9) {
                        ["cache_dir"]=>
                        string(5) "/tmp/"
                        ["file_locking"]=>
                        bool(true)
                        ["read_control"]=>
                        bool(true)
                        ["read_control_type"]=>
                        string(6) "strlen"
                        ["hashed_directory_level"]=>
                        int(0)
                        ["hashed_directory_perm"]=>
                        int(448)
                        ["file_name_prefix"]=>
                        string(10) "zend_cache"
                        ["cache_file_perm"]=>
                        int(384)
                        ["metadatas_array_max_size"]=>
                        int(100)
                      }
                      ["_metadatasArray":protected]=>
                      array(47) {
                        ["SPOHPgetTableStructspohpadmin"]=>
                        array(4) {
                          ["hash"]=>
                          int(2293)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpdomain"]=>
                        array(4) {
                          ["hash"]=>
                          int(1146)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                        array(4) {
                          ["hash"]=>
                          int(1316)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmaster"]=>
                        array(4) {
                          ["hash"]=>
                          int(13466)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                        array(4) {
                          ["hash"]=>
                          int(12273)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpsetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(16165)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                        array(4) {
                          ["hash"]=>
                          int(15461)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohplayout"]=>
                        array(4) {
                          ["hash"]=>
                          int(2237)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                        array(4) {
                          ["hash"]=>
                          int(2403)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmenusetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(2261)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPd9243676face711aada75ad04bf42606"]=>
                        array(4) {
                          ["hash"]=>
                          int(2639)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmasterpage"]=>
                        array(4) {
                          ["hash"]=>
                          int(6127)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                        array(4) {
                          ["hash"]=>
                          int(6498)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohppdf"]=>
                        array(4) {
                          ["hash"]=>
                          int(3086)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                        array(4) {
                          ["hash"]=>
                          int(3550)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpprivacy"]=>
                        array(4) {
                          ["hash"]=>
                          int(2275)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                        array(4) {
                          ["hash"]=>
                          int(2622)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpalbum"]=>
                        array(4) {
                          ["hash"]=>
                          int(2266)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                        array(4) {
                          ["hash"]=>
                          int(2608)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpphoto"]=>
                        array(4) {
                          ["hash"]=>
                          int(3674)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                        array(4) {
                          ["hash"]=>
                          int(4302)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpyoutube"]=>
                        array(4) {
                          ["hash"]=>
                          int(1653)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                        array(4) {
                          ["hash"]=>
                          int(1939)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpteams"]=>
                        array(4) {
                          ["hash"]=>
                          int(2485)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                        array(4) {
                          ["hash"]=>
                          int(2647)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                        array(4) {
                          ["hash"]=>
                          int(2410)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                        array(4) {
                          ["hash"]=>
                          int(2811)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common"]=>
                        array(4) {
                          ["hash"]=>
                          int(1756)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                        array(4) {
                          ["hash"]=>
                          int(2094)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohprankingtable"]=>
                        array(4) {
                          ["hash"]=>
                          int(2359)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                        array(4) {
                          ["hash"]=>
                          int(2672)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpranking"]=>
                        array(4) {
                          ["hash"]=>
                          int(3083)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                        array(4) {
                          ["hash"]=>
                          int(3599)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohptopbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2331)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                        array(4) {
                          ["hash"]=>
                          int(2654)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_topbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                        array(4) {
                          ["hash"]=>
                          int(2678)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_side_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                        array(4) {
                          ["hash"]=>
                          int(2710)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpfooter_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpuser"]=>
                        array(4) {
                          ["hash"]=>
                          int(10505)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                        array(4) {
                          ["hash"]=>
                          int(11663)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpblog"]=>
                        array(4) {
                          ["hash"]=>
                          int(3404)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                        array(4) {
                          ["hash"]=>
                          int(3930)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                      }
                      ["_directives":protected]=>
                      array(3) {
                        ["lifetime"]=>
                        NULL
                        ["logging"]=>
                        bool(false)
                        ["logger"]=>
                        NULL
                      }
                    }
                    ["_options":protected]=>
                    array(9) {
                      ["write_control"]=>
                      bool(true)
                      ["caching"]=>
                      bool(true)
                      ["cache_id_prefix"]=>
                      string(5) "SPOHP"
                      ["automatic_serialization"]=>
                      bool(true)
                      ["automatic_cleaning_factor"]=>
                      int(10)
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                      ["ignore_user_abort"]=>
                      bool(false)
                    }
                    ["_specificOptions":protected]=>
                    array(0) {
                    }
                    ["_lastId":"Zend_Cache_Core":private]=>
                    string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                    ["_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)
                  ["_rowClass":protected]=>
                  string(17) "Zend_Db_Table_Row"
                  ["_rowsetClass":protected]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["_referenceMap":protected]=>
                  array(0) {
                  }
                  ["_dependentTables":protected]=>
                  array(0) {
                  }
                  ["_defaultSource":protected]=>
                  string(11) "defaultNone"
                  ["_defaultValues":protected]=>
                  array(0) {
                  }
                  ["config"]=>
                  object(Zend_Config_Ini)#115 (11) {
                    ["_nestSeparator":protected]=>
                    string(1) "."
                    ["_sectionSeparator":protected]=>
                    string(1) ":"
                    ["_skipExtends":protected]=>
                    bool(false)
                    ["_allowModifications":protected]=>
                    bool(false)
                    ["_index":protected]=>
                    int(0)
                    ["_count":protected]=>
                    int(2)
                    ["_data":protected]=>
                    array(2) {
                      ["adapter"]=>
                      string(9) "Pdo_Mysql"
                      ["params"]=>
                      object(Zend_Config)#116 (8) {
                        ["_allowModifications":protected]=>
                        bool(false)
                        ["_index":protected]=>
                        int(0)
                        ["_count":protected]=>
                        int(5)
                        ["_data":protected]=>
                        array(5) {
                          ["host"]=>
                          string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                          ["dbname"]=>
                          string(5) "spohp"
                          ["username"]=>
                          string(4) "root"
                          ["password"]=>
                          string(9) "butty9879"
                          ["charset"]=>
                          string(4) "utf8"
                        }
                        ["_skipNextIteration":protected]=>
                        NULL
                        ["_loadedSection":protected]=>
                        NULL
                        ["_extends":protected]=>
                        array(0) {
                        }
                        ["_loadFileErrorStr":protected]=>
                        NULL
                      }
                    }
                    ["_skipNextIteration":protected]=>
                    NULL
                    ["_loadedSection":protected]=>
                    array(1) {
                      [0]=>
                      string(8) "database"
                    }
                    ["_extends":protected]=>
                    array(0) {
                    }
                    ["_loadFileErrorStr":protected]=>
                    NULL
                  }
                  ["primary_a"]=>
                  array(1) {
                    ["PRIMARY"]=>
                    array(1) {
                      [0]=>
                      string(2) "id"
                    }
                  }
                }
                ["_bind":protected]=>
                array(0) {
                }
                ["_adapter":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_parts":protected]=>
                array(11) {
                  ["distinct"]=>
                  bool(false)
                  ["columns"]=>
                  array(1) {
                    [0]=>
                    array(3) {
                      [0]=>
                      string(4) "blog"
                      [1]=>
                      string(1) "*"
                      [2]=>
                      NULL
                    }
                  }
                  ["union"]=>
                  array(0) {
                  }
                  ["from"]=>
                  array(1) {
                    ["blog"]=>
                    array(4) {
                      ["joinType"]=>
                      string(10) "inner join"
                      ["schema"]=>
                      NULL
                      ["tableName"]=>
                      string(4) "blog"
                      ["joinCondition"]=>
                      NULL
                    }
                  }
                  ["where"]=>
                  array(2) {
                    [0]=>
                    string(11) "(user_id=?)"
                    [1]=>
                    string(20) "AND (state='active')"
                  }
                  ["group"]=>
                  array(0) {
                  }
                  ["having"]=>
                  array(0) {
                  }
                  ["order"]=>
                  array(1) {
                    [0]=>
                    array(2) {
                      [0]=>
                      string(4) "date"
                      [1]=>
                      string(4) "desc"
                    }
                  }
                  ["limitcount"]=>
                  int(5)
                  ["limitoffset"]=>
                  int(0)
                  ["forupdate"]=>
                  bool(false)
                }
                ["_tableCols":protected]=>
                array(0) {
                }
              }
              [1]=>
              &array(0) {
              }
            }
          }
          [4]=>
          array(6) {
            ["file"]=>
            string(105) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Table/Abstract.php"
            ["line"]=>
            int(1577)
            ["function"]=>
            string(5) "query"
            ["class"]=>
            string(28) "Zend_Db_Adapter_Pdo_Abstract"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              object(Zend_Db_Table_Select)#99 (7) {
                ["_info":protected]=>
                array(10) {
                  ["schema"]=>
                  NULL
                  ["name"]=>
                  string(4) "blog"
                  ["cols"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["primary"]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["metadata"]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                  }
                  ["rowClass"]=>
                  string(17) "Zend_Db_Table_Row"
                  ["rowsetClass"]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["referenceMap"]=>
                  array(0) {
                  }
                  ["dependentTables"]=>
                  array(0) {
                  }
                  ["sequence"]=>
                  bool(true)
                }
                ["_integrityCheck":protected]=>
                bool(true)
                ["_table":protected]=>
                object(My_Db_Dao)#114 (27) {
                  ["struct"]=>
                  array(12) {
                    [0]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [3]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    [4]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    [5]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [6]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    [7]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    [8]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [9]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    [10]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    [11]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["fields"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["table"]=>
                  string(4) "blog"
                  ["fielddatas"]=>
                  array(9) {
                    [0]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(2) "id"
                      ["name_ja"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "master_id"
                      ["name_ja"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(12) "varchar(300)"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "title"
                      ["name_ja"]=>
                      string(12) "タイトル"
                    }
                    [3]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(4) "text"
                      ["datatype"]=>
                      string(8) "richtext"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "rich_body"
                      ["name_ja"]=>
                      string(6) "本文"
                    }
                    [4]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "user_id"
                      ["name_ja"]=>
                      string(9) "編集者"
                    }
                    [5]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(4) "date"
                      ["name_ja"]=>
                      string(12) "投稿日時"
                    }
                    [6]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "updated"
                      ["name_ja"]=>
                      string(12) "更新日時"
                    }
                    [7]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "created"
                      ["name_ja"]=>
                      string(12) "作成日時"
                    }
                    [8]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "state"
                      ["name_ja"]=>
                      string(6) "状態"
                    }
                  }
                  ["rel_table_a"]=>
                  array(0) {
                  }
                  ["struct_by_field"]=>
                  array(12) {
                    ["id"]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    ["master_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    ["csparkblogid"]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["title"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    ["rich_body"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    ["image"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["user_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    ["date"]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    ["tweeted"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["updated"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    ["created"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    ["state"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["database"]=>
                  string(8) "database"
                  ["_definition":protected]=>
                  NULL
                  ["_definitionConfigName":protected]=>
                  NULL
                  ["_db":protected]=>
                  object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                    ["_pdoType":protected]=>
                    string(5) "mysql"
                    ["_numericDataTypes":protected]=>
                    array(16) {
                      [0]=>
                      int(0)
                      [1]=>
                      int(1)
                      [2]=>
                      int(2)
                      ["INT"]=>
                      int(0)
                      ["INTEGER"]=>
                      int(0)
                      ["MEDIUMINT"]=>
                      int(0)
                      ["SMALLINT"]=>
                      int(0)
                      ["TINYINT"]=>
                      int(0)
                      ["BIGINT"]=>
                      int(1)
                      ["SERIAL"]=>
                      int(1)
                      ["DEC"]=>
                      int(2)
                      ["DECIMAL"]=>
                      int(2)
                      ["DOUBLE"]=>
                      int(2)
                      ["DOUBLE PRECISION"]=>
                      int(2)
                      ["FIXED"]=>
                      int(2)
                      ["FLOAT"]=>
                      int(2)
                    }
                    ["_defaultStmtClass":protected]=>
                    string(21) "Zend_Db_Statement_Pdo"
                    ["_config":protected]=>
                    array(8) {
                      ["host"]=>
                      string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                      ["dbname"]=>
                      string(5) "spohp"
                      ["username"]=>
                      string(4) "root"
                      ["password"]=>
                      string(9) "butty9879"
                      ["charset"]=>
                      string(4) "utf8"
                      ["persistent"]=>
                      bool(false)
                      ["options"]=>
                      array(3) {
                        ["caseFolding"]=>
                        int(0)
                        ["autoQuoteIdentifiers"]=>
                        bool(true)
                        ["fetchMode"]=>
                        int(2)
                      }
                      ["driver_options"]=>
                      array(0) {
                      }
                    }
                    ["_fetchMode":protected]=>
                    int(2)
                    ["_profiler":protected]=>
                    object(Zend_Db_Profiler)#12 (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)#16 (0) {
                    }
                    ["_caseFolding":protected]=>
                    int(0)
                    ["_autoQuoteIdentifiers":protected]=>
                    bool(true)
                    ["_allowSerialization":protected]=>
                    bool(true)
                    ["_autoReconnectOnUnserialize":protected]=>
                    bool(false)
                  }
                  ["_schema":protected]=>
                  NULL
                  ["_name":protected]=>
                  string(4) "blog"
                  ["_cols":protected]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["_primary":protected]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["_identity":protected]=>
                  int(1)
                  ["_sequence":protected]=>
                  bool(true)
                  ["_metadata":protected]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["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)#8 (6) {
                    ["_backend":protected]=>
                    object(Zend_Cache_Backend_File)#7 (3) {
                      ["_options":protected]=>
                      array(9) {
                        ["cache_dir"]=>
                        string(5) "/tmp/"
                        ["file_locking"]=>
                        bool(true)
                        ["read_control"]=>
                        bool(true)
                        ["read_control_type"]=>
                        string(6) "strlen"
                        ["hashed_directory_level"]=>
                        int(0)
                        ["hashed_directory_perm"]=>
                        int(448)
                        ["file_name_prefix"]=>
                        string(10) "zend_cache"
                        ["cache_file_perm"]=>
                        int(384)
                        ["metadatas_array_max_size"]=>
                        int(100)
                      }
                      ["_metadatasArray":protected]=>
                      array(47) {
                        ["SPOHPgetTableStructspohpadmin"]=>
                        array(4) {
                          ["hash"]=>
                          int(2293)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpdomain"]=>
                        array(4) {
                          ["hash"]=>
                          int(1146)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                        array(4) {
                          ["hash"]=>
                          int(1316)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmaster"]=>
                        array(4) {
                          ["hash"]=>
                          int(13466)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                        array(4) {
                          ["hash"]=>
                          int(12273)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpsetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(16165)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                        array(4) {
                          ["hash"]=>
                          int(15461)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohplayout"]=>
                        array(4) {
                          ["hash"]=>
                          int(2237)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                        array(4) {
                          ["hash"]=>
                          int(2403)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmenusetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(2261)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPd9243676face711aada75ad04bf42606"]=>
                        array(4) {
                          ["hash"]=>
                          int(2639)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmasterpage"]=>
                        array(4) {
                          ["hash"]=>
                          int(6127)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                        array(4) {
                          ["hash"]=>
                          int(6498)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohppdf"]=>
                        array(4) {
                          ["hash"]=>
                          int(3086)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                        array(4) {
                          ["hash"]=>
                          int(3550)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpprivacy"]=>
                        array(4) {
                          ["hash"]=>
                          int(2275)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                        array(4) {
                          ["hash"]=>
                          int(2622)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpalbum"]=>
                        array(4) {
                          ["hash"]=>
                          int(2266)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                        array(4) {
                          ["hash"]=>
                          int(2608)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpphoto"]=>
                        array(4) {
                          ["hash"]=>
                          int(3674)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                        array(4) {
                          ["hash"]=>
                          int(4302)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpyoutube"]=>
                        array(4) {
                          ["hash"]=>
                          int(1653)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                        array(4) {
                          ["hash"]=>
                          int(1939)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpteams"]=>
                        array(4) {
                          ["hash"]=>
                          int(2485)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                        array(4) {
                          ["hash"]=>
                          int(2647)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                        array(4) {
                          ["hash"]=>
                          int(2410)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                        array(4) {
                          ["hash"]=>
                          int(2811)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common"]=>
                        array(4) {
                          ["hash"]=>
                          int(1756)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                        array(4) {
                          ["hash"]=>
                          int(2094)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohprankingtable"]=>
                        array(4) {
                          ["hash"]=>
                          int(2359)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                        array(4) {
                          ["hash"]=>
                          int(2672)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpranking"]=>
                        array(4) {
                          ["hash"]=>
                          int(3083)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                        array(4) {
                          ["hash"]=>
                          int(3599)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohptopbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2331)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                        array(4) {
                          ["hash"]=>
                          int(2654)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_topbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                        array(4) {
                          ["hash"]=>
                          int(2678)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_side_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                        array(4) {
                          ["hash"]=>
                          int(2710)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpfooter_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpuser"]=>
                        array(4) {
                          ["hash"]=>
                          int(10505)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                        array(4) {
                          ["hash"]=>
                          int(11663)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpblog"]=>
                        array(4) {
                          ["hash"]=>
                          int(3404)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                        array(4) {
                          ["hash"]=>
                          int(3930)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                      }
                      ["_directives":protected]=>
                      array(3) {
                        ["lifetime"]=>
                        NULL
                        ["logging"]=>
                        bool(false)
                        ["logger"]=>
                        NULL
                      }
                    }
                    ["_options":protected]=>
                    array(9) {
                      ["write_control"]=>
                      bool(true)
                      ["caching"]=>
                      bool(true)
                      ["cache_id_prefix"]=>
                      string(5) "SPOHP"
                      ["automatic_serialization"]=>
                      bool(true)
                      ["automatic_cleaning_factor"]=>
                      int(10)
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                      ["ignore_user_abort"]=>
                      bool(false)
                    }
                    ["_specificOptions":protected]=>
                    array(0) {
                    }
                    ["_lastId":"Zend_Cache_Core":private]=>
                    string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                    ["_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)
                  ["_rowClass":protected]=>
                  string(17) "Zend_Db_Table_Row"
                  ["_rowsetClass":protected]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["_referenceMap":protected]=>
                  array(0) {
                  }
                  ["_dependentTables":protected]=>
                  array(0) {
                  }
                  ["_defaultSource":protected]=>
                  string(11) "defaultNone"
                  ["_defaultValues":protected]=>
                  array(0) {
                  }
                  ["config"]=>
                  object(Zend_Config_Ini)#115 (11) {
                    ["_nestSeparator":protected]=>
                    string(1) "."
                    ["_sectionSeparator":protected]=>
                    string(1) ":"
                    ["_skipExtends":protected]=>
                    bool(false)
                    ["_allowModifications":protected]=>
                    bool(false)
                    ["_index":protected]=>
                    int(0)
                    ["_count":protected]=>
                    int(2)
                    ["_data":protected]=>
                    array(2) {
                      ["adapter"]=>
                      string(9) "Pdo_Mysql"
                      ["params"]=>
                      object(Zend_Config)#116 (8) {
                        ["_allowModifications":protected]=>
                        bool(false)
                        ["_index":protected]=>
                        int(0)
                        ["_count":protected]=>
                        int(5)
                        ["_data":protected]=>
                        array(5) {
                          ["host"]=>
                          string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                          ["dbname"]=>
                          string(5) "spohp"
                          ["username"]=>
                          string(4) "root"
                          ["password"]=>
                          string(9) "butty9879"
                          ["charset"]=>
                          string(4) "utf8"
                        }
                        ["_skipNextIteration":protected]=>
                        NULL
                        ["_loadedSection":protected]=>
                        NULL
                        ["_extends":protected]=>
                        array(0) {
                        }
                        ["_loadFileErrorStr":protected]=>
                        NULL
                      }
                    }
                    ["_skipNextIteration":protected]=>
                    NULL
                    ["_loadedSection":protected]=>
                    array(1) {
                      [0]=>
                      string(8) "database"
                    }
                    ["_extends":protected]=>
                    array(0) {
                    }
                    ["_loadFileErrorStr":protected]=>
                    NULL
                  }
                  ["primary_a"]=>
                  array(1) {
                    ["PRIMARY"]=>
                    array(1) {
                      [0]=>
                      string(2) "id"
                    }
                  }
                }
                ["_bind":protected]=>
                array(0) {
                }
                ["_adapter":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_parts":protected]=>
                array(11) {
                  ["distinct"]=>
                  bool(false)
                  ["columns"]=>
                  array(1) {
                    [0]=>
                    array(3) {
                      [0]=>
                      string(4) "blog"
                      [1]=>
                      string(1) "*"
                      [2]=>
                      NULL
                    }
                  }
                  ["union"]=>
                  array(0) {
                  }
                  ["from"]=>
                  array(1) {
                    ["blog"]=>
                    array(4) {
                      ["joinType"]=>
                      string(10) "inner join"
                      ["schema"]=>
                      NULL
                      ["tableName"]=>
                      string(4) "blog"
                      ["joinCondition"]=>
                      NULL
                    }
                  }
                  ["where"]=>
                  array(2) {
                    [0]=>
                    string(11) "(user_id=?)"
                    [1]=>
                    string(20) "AND (state='active')"
                  }
                  ["group"]=>
                  array(0) {
                  }
                  ["having"]=>
                  array(0) {
                  }
                  ["order"]=>
                  array(1) {
                    [0]=>
                    array(2) {
                      [0]=>
                      string(4) "date"
                      [1]=>
                      string(4) "desc"
                    }
                  }
                  ["limitcount"]=>
                  int(5)
                  ["limitoffset"]=>
                  int(0)
                  ["forupdate"]=>
                  bool(false)
                }
                ["_tableCols":protected]=>
                array(0) {
                }
              }
            }
          }
          [5]=>
          array(6) {
            ["file"]=>
            string(105) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Db/Table/Abstract.php"
            ["line"]=>
            int(1392)
            ["function"]=>
            string(6) "_fetch"
            ["class"]=>
            string(22) "Zend_Db_Table_Abstract"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              object(Zend_Db_Table_Select)#99 (7) {
                ["_info":protected]=>
                array(10) {
                  ["schema"]=>
                  NULL
                  ["name"]=>
                  string(4) "blog"
                  ["cols"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["primary"]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["metadata"]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                  }
                  ["rowClass"]=>
                  string(17) "Zend_Db_Table_Row"
                  ["rowsetClass"]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["referenceMap"]=>
                  array(0) {
                  }
                  ["dependentTables"]=>
                  array(0) {
                  }
                  ["sequence"]=>
                  bool(true)
                }
                ["_integrityCheck":protected]=>
                bool(true)
                ["_table":protected]=>
                object(My_Db_Dao)#114 (27) {
                  ["struct"]=>
                  array(12) {
                    [0]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [3]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    [4]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    [5]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [6]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    [7]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    [8]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [9]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    [10]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    [11]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["fields"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["table"]=>
                  string(4) "blog"
                  ["fielddatas"]=>
                  array(9) {
                    [0]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(2) "id"
                      ["name_ja"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "master_id"
                      ["name_ja"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(12) "varchar(300)"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "title"
                      ["name_ja"]=>
                      string(12) "タイトル"
                    }
                    [3]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(4) "text"
                      ["datatype"]=>
                      string(8) "richtext"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "rich_body"
                      ["name_ja"]=>
                      string(6) "本文"
                    }
                    [4]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "user_id"
                      ["name_ja"]=>
                      string(9) "編集者"
                    }
                    [5]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(4) "date"
                      ["name_ja"]=>
                      string(12) "投稿日時"
                    }
                    [6]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "updated"
                      ["name_ja"]=>
                      string(12) "更新日時"
                    }
                    [7]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "created"
                      ["name_ja"]=>
                      string(12) "作成日時"
                    }
                    [8]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "state"
                      ["name_ja"]=>
                      string(6) "状態"
                    }
                  }
                  ["rel_table_a"]=>
                  array(0) {
                  }
                  ["struct_by_field"]=>
                  array(12) {
                    ["id"]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    ["master_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    ["csparkblogid"]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["title"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    ["rich_body"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    ["image"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["user_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    ["date"]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    ["tweeted"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["updated"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    ["created"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    ["state"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["database"]=>
                  string(8) "database"
                  ["_definition":protected]=>
                  NULL
                  ["_definitionConfigName":protected]=>
                  NULL
                  ["_db":protected]=>
                  object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                    ["_pdoType":protected]=>
                    string(5) "mysql"
                    ["_numericDataTypes":protected]=>
                    array(16) {
                      [0]=>
                      int(0)
                      [1]=>
                      int(1)
                      [2]=>
                      int(2)
                      ["INT"]=>
                      int(0)
                      ["INTEGER"]=>
                      int(0)
                      ["MEDIUMINT"]=>
                      int(0)
                      ["SMALLINT"]=>
                      int(0)
                      ["TINYINT"]=>
                      int(0)
                      ["BIGINT"]=>
                      int(1)
                      ["SERIAL"]=>
                      int(1)
                      ["DEC"]=>
                      int(2)
                      ["DECIMAL"]=>
                      int(2)
                      ["DOUBLE"]=>
                      int(2)
                      ["DOUBLE PRECISION"]=>
                      int(2)
                      ["FIXED"]=>
                      int(2)
                      ["FLOAT"]=>
                      int(2)
                    }
                    ["_defaultStmtClass":protected]=>
                    string(21) "Zend_Db_Statement_Pdo"
                    ["_config":protected]=>
                    array(8) {
                      ["host"]=>
                      string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                      ["dbname"]=>
                      string(5) "spohp"
                      ["username"]=>
                      string(4) "root"
                      ["password"]=>
                      string(9) "butty9879"
                      ["charset"]=>
                      string(4) "utf8"
                      ["persistent"]=>
                      bool(false)
                      ["options"]=>
                      array(3) {
                        ["caseFolding"]=>
                        int(0)
                        ["autoQuoteIdentifiers"]=>
                        bool(true)
                        ["fetchMode"]=>
                        int(2)
                      }
                      ["driver_options"]=>
                      array(0) {
                      }
                    }
                    ["_fetchMode":protected]=>
                    int(2)
                    ["_profiler":protected]=>
                    object(Zend_Db_Profiler)#12 (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)#16 (0) {
                    }
                    ["_caseFolding":protected]=>
                    int(0)
                    ["_autoQuoteIdentifiers":protected]=>
                    bool(true)
                    ["_allowSerialization":protected]=>
                    bool(true)
                    ["_autoReconnectOnUnserialize":protected]=>
                    bool(false)
                  }
                  ["_schema":protected]=>
                  NULL
                  ["_name":protected]=>
                  string(4) "blog"
                  ["_cols":protected]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["_primary":protected]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["_identity":protected]=>
                  int(1)
                  ["_sequence":protected]=>
                  bool(true)
                  ["_metadata":protected]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["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)#8 (6) {
                    ["_backend":protected]=>
                    object(Zend_Cache_Backend_File)#7 (3) {
                      ["_options":protected]=>
                      array(9) {
                        ["cache_dir"]=>
                        string(5) "/tmp/"
                        ["file_locking"]=>
                        bool(true)
                        ["read_control"]=>
                        bool(true)
                        ["read_control_type"]=>
                        string(6) "strlen"
                        ["hashed_directory_level"]=>
                        int(0)
                        ["hashed_directory_perm"]=>
                        int(448)
                        ["file_name_prefix"]=>
                        string(10) "zend_cache"
                        ["cache_file_perm"]=>
                        int(384)
                        ["metadatas_array_max_size"]=>
                        int(100)
                      }
                      ["_metadatasArray":protected]=>
                      array(47) {
                        ["SPOHPgetTableStructspohpadmin"]=>
                        array(4) {
                          ["hash"]=>
                          int(2293)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpdomain"]=>
                        array(4) {
                          ["hash"]=>
                          int(1146)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                        array(4) {
                          ["hash"]=>
                          int(1316)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmaster"]=>
                        array(4) {
                          ["hash"]=>
                          int(13466)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                        array(4) {
                          ["hash"]=>
                          int(12273)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpsetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(16165)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                        array(4) {
                          ["hash"]=>
                          int(15461)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohplayout"]=>
                        array(4) {
                          ["hash"]=>
                          int(2237)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                        array(4) {
                          ["hash"]=>
                          int(2403)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmenusetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(2261)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPd9243676face711aada75ad04bf42606"]=>
                        array(4) {
                          ["hash"]=>
                          int(2639)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmasterpage"]=>
                        array(4) {
                          ["hash"]=>
                          int(6127)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                        array(4) {
                          ["hash"]=>
                          int(6498)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohppdf"]=>
                        array(4) {
                          ["hash"]=>
                          int(3086)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                        array(4) {
                          ["hash"]=>
                          int(3550)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpprivacy"]=>
                        array(4) {
                          ["hash"]=>
                          int(2275)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                        array(4) {
                          ["hash"]=>
                          int(2622)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpalbum"]=>
                        array(4) {
                          ["hash"]=>
                          int(2266)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                        array(4) {
                          ["hash"]=>
                          int(2608)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpphoto"]=>
                        array(4) {
                          ["hash"]=>
                          int(3674)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                        array(4) {
                          ["hash"]=>
                          int(4302)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpyoutube"]=>
                        array(4) {
                          ["hash"]=>
                          int(1653)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                        array(4) {
                          ["hash"]=>
                          int(1939)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpteams"]=>
                        array(4) {
                          ["hash"]=>
                          int(2485)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                        array(4) {
                          ["hash"]=>
                          int(2647)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                        array(4) {
                          ["hash"]=>
                          int(2410)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                        array(4) {
                          ["hash"]=>
                          int(2811)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common"]=>
                        array(4) {
                          ["hash"]=>
                          int(1756)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                        array(4) {
                          ["hash"]=>
                          int(2094)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohprankingtable"]=>
                        array(4) {
                          ["hash"]=>
                          int(2359)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                        array(4) {
                          ["hash"]=>
                          int(2672)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpranking"]=>
                        array(4) {
                          ["hash"]=>
                          int(3083)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                        array(4) {
                          ["hash"]=>
                          int(3599)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohptopbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2331)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                        array(4) {
                          ["hash"]=>
                          int(2654)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_topbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                        array(4) {
                          ["hash"]=>
                          int(2678)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_side_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                        array(4) {
                          ["hash"]=>
                          int(2710)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpfooter_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpuser"]=>
                        array(4) {
                          ["hash"]=>
                          int(10505)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                        array(4) {
                          ["hash"]=>
                          int(11663)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpblog"]=>
                        array(4) {
                          ["hash"]=>
                          int(3404)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                        array(4) {
                          ["hash"]=>
                          int(3930)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                      }
                      ["_directives":protected]=>
                      array(3) {
                        ["lifetime"]=>
                        NULL
                        ["logging"]=>
                        bool(false)
                        ["logger"]=>
                        NULL
                      }
                    }
                    ["_options":protected]=>
                    array(9) {
                      ["write_control"]=>
                      bool(true)
                      ["caching"]=>
                      bool(true)
                      ["cache_id_prefix"]=>
                      string(5) "SPOHP"
                      ["automatic_serialization"]=>
                      bool(true)
                      ["automatic_cleaning_factor"]=>
                      int(10)
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                      ["ignore_user_abort"]=>
                      bool(false)
                    }
                    ["_specificOptions":protected]=>
                    array(0) {
                    }
                    ["_lastId":"Zend_Cache_Core":private]=>
                    string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                    ["_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)
                  ["_rowClass":protected]=>
                  string(17) "Zend_Db_Table_Row"
                  ["_rowsetClass":protected]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["_referenceMap":protected]=>
                  array(0) {
                  }
                  ["_dependentTables":protected]=>
                  array(0) {
                  }
                  ["_defaultSource":protected]=>
                  string(11) "defaultNone"
                  ["_defaultValues":protected]=>
                  array(0) {
                  }
                  ["config"]=>
                  object(Zend_Config_Ini)#115 (11) {
                    ["_nestSeparator":protected]=>
                    string(1) "."
                    ["_sectionSeparator":protected]=>
                    string(1) ":"
                    ["_skipExtends":protected]=>
                    bool(false)
                    ["_allowModifications":protected]=>
                    bool(false)
                    ["_index":protected]=>
                    int(0)
                    ["_count":protected]=>
                    int(2)
                    ["_data":protected]=>
                    array(2) {
                      ["adapter"]=>
                      string(9) "Pdo_Mysql"
                      ["params"]=>
                      object(Zend_Config)#116 (8) {
                        ["_allowModifications":protected]=>
                        bool(false)
                        ["_index":protected]=>
                        int(0)
                        ["_count":protected]=>
                        int(5)
                        ["_data":protected]=>
                        array(5) {
                          ["host"]=>
                          string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                          ["dbname"]=>
                          string(5) "spohp"
                          ["username"]=>
                          string(4) "root"
                          ["password"]=>
                          string(9) "butty9879"
                          ["charset"]=>
                          string(4) "utf8"
                        }
                        ["_skipNextIteration":protected]=>
                        NULL
                        ["_loadedSection":protected]=>
                        NULL
                        ["_extends":protected]=>
                        array(0) {
                        }
                        ["_loadFileErrorStr":protected]=>
                        NULL
                      }
                    }
                    ["_skipNextIteration":protected]=>
                    NULL
                    ["_loadedSection":protected]=>
                    array(1) {
                      [0]=>
                      string(8) "database"
                    }
                    ["_extends":protected]=>
                    array(0) {
                    }
                    ["_loadFileErrorStr":protected]=>
                    NULL
                  }
                  ["primary_a"]=>
                  array(1) {
                    ["PRIMARY"]=>
                    array(1) {
                      [0]=>
                      string(2) "id"
                    }
                  }
                }
                ["_bind":protected]=>
                array(0) {
                }
                ["_adapter":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_parts":protected]=>
                array(11) {
                  ["distinct"]=>
                  bool(false)
                  ["columns"]=>
                  array(1) {
                    [0]=>
                    array(3) {
                      [0]=>
                      string(4) "blog"
                      [1]=>
                      string(1) "*"
                      [2]=>
                      NULL
                    }
                  }
                  ["union"]=>
                  array(0) {
                  }
                  ["from"]=>
                  array(1) {
                    ["blog"]=>
                    array(4) {
                      ["joinType"]=>
                      string(10) "inner join"
                      ["schema"]=>
                      NULL
                      ["tableName"]=>
                      string(4) "blog"
                      ["joinCondition"]=>
                      NULL
                    }
                  }
                  ["where"]=>
                  array(2) {
                    [0]=>
                    string(11) "(user_id=?)"
                    [1]=>
                    string(20) "AND (state='active')"
                  }
                  ["group"]=>
                  array(0) {
                  }
                  ["having"]=>
                  array(0) {
                  }
                  ["order"]=>
                  array(1) {
                    [0]=>
                    array(2) {
                      [0]=>
                      string(4) "date"
                      [1]=>
                      string(4) "desc"
                    }
                  }
                  ["limitcount"]=>
                  int(5)
                  ["limitoffset"]=>
                  int(0)
                  ["forupdate"]=>
                  bool(false)
                }
                ["_tableCols":protected]=>
                array(0) {
                }
              }
            }
          }
          [6]=>
          array(6) {
            ["file"]=>
            string(57) "/ebs/www/vhosts/spohp/fw/controllers/PlayerController.php"
            ["line"]=>
            int(82)
            ["function"]=>
            string(8) "fetchAll"
            ["class"]=>
            string(22) "Zend_Db_Table_Abstract"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              object(Zend_Db_Table_Select)#99 (7) {
                ["_info":protected]=>
                array(10) {
                  ["schema"]=>
                  NULL
                  ["name"]=>
                  string(4) "blog"
                  ["cols"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["primary"]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["metadata"]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                  }
                  ["rowClass"]=>
                  string(17) "Zend_Db_Table_Row"
                  ["rowsetClass"]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["referenceMap"]=>
                  array(0) {
                  }
                  ["dependentTables"]=>
                  array(0) {
                  }
                  ["sequence"]=>
                  bool(true)
                }
                ["_integrityCheck":protected]=>
                bool(true)
                ["_table":protected]=>
                object(My_Db_Dao)#114 (27) {
                  ["struct"]=>
                  array(12) {
                    [0]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [3]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    [4]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    [5]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [6]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    [7]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    [8]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    [9]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    [10]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    [11]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["fields"]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["table"]=>
                  string(4) "blog"
                  ["fielddatas"]=>
                  array(9) {
                    [0]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(2) "id"
                      ["name_ja"]=>
                      string(2) "ID"
                    }
                    [1]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "master_id"
                      ["name_ja"]=>
                      string(12) "マスター"
                    }
                    [2]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(12) "varchar(300)"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "title"
                      ["name_ja"]=>
                      string(12) "タイトル"
                    }
                    [3]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(4) "text"
                      ["datatype"]=>
                      string(8) "richtext"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(9) "rich_body"
                      ["name_ja"]=>
                      string(6) "本文"
                    }
                    [4]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(16) "int(10) unsigned"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "user_id"
                      ["name_ja"]=>
                      string(9) "編集者"
                    }
                    [5]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(4) "date"
                      ["name_ja"]=>
                      string(12) "投稿日時"
                    }
                    [6]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "updated"
                      ["name_ja"]=>
                      string(12) "更新日時"
                    }
                    [7]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(8) "datetime"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(7) "created"
                      ["name_ja"]=>
                      string(12) "作成日時"
                    }
                    [8]=>
                    array(5) {
                      ["datatype_db"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["datatype"]=>
                      string(4) "text"
                      ["table"]=>
                      string(4) "blog"
                      ["name"]=>
                      string(5) "state"
                      ["name_ja"]=>
                      string(6) "状態"
                    }
                  }
                  ["rel_table_a"]=>
                  array(0) {
                  }
                  ["struct_by_field"]=>
                  array(12) {
                    ["id"]=>
                    array(10) {
                      ["Field"]=>
                      string(2) "id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "PRI"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(14) "auto_increment"
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(2) "ID"
                      ["name"]=>
                      string(2) "ID"
                    }
                    ["master_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "master_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(3) "MUL"
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "マスター"
                      ["name"]=>
                      string(12) "マスター"
                    }
                    ["csparkblogid"]=>
                    array(10) {
                      ["Field"]=>
                      string(12) "csparkblogid"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["title"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "title"
                      ["Type"]=>
                      string(12) "varchar(300)"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "タイトル"
                      ["name"]=>
                      string(12) "タイトル"
                    }
                    ["rich_body"]=>
                    array(10) {
                      ["Field"]=>
                      string(9) "rich_body"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(18) "utf8mb4_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(6) "本文"
                      ["name"]=>
                      string(6) "本文"
                    }
                    ["image"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "image"
                      ["Type"]=>
                      string(4) "text"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["user_id"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "user_id"
                      ["Type"]=>
                      string(16) "int(10) unsigned"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(3) "YES"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(9) "編集者"
                      ["name"]=>
                      string(9) "編集者"
                    }
                    ["date"]=>
                    array(10) {
                      ["Field"]=>
                      string(4) "date"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "投稿日時"
                      ["name"]=>
                      string(12) "投稿日時"
                    }
                    ["tweeted"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "tweeted"
                      ["Type"]=>
                      string(20) "enum('true','false')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      string(5) "false"
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(0) ""
                      ["name"]=>
                      string(0) ""
                    }
                    ["updated"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "updated"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "更新日時"
                      ["name"]=>
                      string(12) "更新日時"
                    }
                    ["created"]=>
                    array(10) {
                      ["Field"]=>
                      string(7) "created"
                      ["Type"]=>
                      string(8) "datetime"
                      ["Collation"]=>
                      NULL
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(12) "作成日時"
                      ["name"]=>
                      string(12) "作成日時"
                    }
                    ["state"]=>
                    array(10) {
                      ["Field"]=>
                      string(5) "state"
                      ["Type"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["Collation"]=>
                      string(15) "utf8_general_ci"
                      ["Null"]=>
                      string(2) "NO"
                      ["Key"]=>
                      string(0) ""
                      ["Default"]=>
                      NULL
                      ["Extra"]=>
                      string(0) ""
                      ["Privileges"]=>
                      string(31) "select,insert,update,references"
                      ["Comment"]=>
                      string(24) "状態(本番,下書き)"
                      ["name"]=>
                      string(6) "状態"
                    }
                  }
                  ["database"]=>
                  string(8) "database"
                  ["_definition":protected]=>
                  NULL
                  ["_definitionConfigName":protected]=>
                  NULL
                  ["_db":protected]=>
                  object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                    ["_pdoType":protected]=>
                    string(5) "mysql"
                    ["_numericDataTypes":protected]=>
                    array(16) {
                      [0]=>
                      int(0)
                      [1]=>
                      int(1)
                      [2]=>
                      int(2)
                      ["INT"]=>
                      int(0)
                      ["INTEGER"]=>
                      int(0)
                      ["MEDIUMINT"]=>
                      int(0)
                      ["SMALLINT"]=>
                      int(0)
                      ["TINYINT"]=>
                      int(0)
                      ["BIGINT"]=>
                      int(1)
                      ["SERIAL"]=>
                      int(1)
                      ["DEC"]=>
                      int(2)
                      ["DECIMAL"]=>
                      int(2)
                      ["DOUBLE"]=>
                      int(2)
                      ["DOUBLE PRECISION"]=>
                      int(2)
                      ["FIXED"]=>
                      int(2)
                      ["FLOAT"]=>
                      int(2)
                    }
                    ["_defaultStmtClass":protected]=>
                    string(21) "Zend_Db_Statement_Pdo"
                    ["_config":protected]=>
                    array(8) {
                      ["host"]=>
                      string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                      ["dbname"]=>
                      string(5) "spohp"
                      ["username"]=>
                      string(4) "root"
                      ["password"]=>
                      string(9) "butty9879"
                      ["charset"]=>
                      string(4) "utf8"
                      ["persistent"]=>
                      bool(false)
                      ["options"]=>
                      array(3) {
                        ["caseFolding"]=>
                        int(0)
                        ["autoQuoteIdentifiers"]=>
                        bool(true)
                        ["fetchMode"]=>
                        int(2)
                      }
                      ["driver_options"]=>
                      array(0) {
                      }
                    }
                    ["_fetchMode":protected]=>
                    int(2)
                    ["_profiler":protected]=>
                    object(Zend_Db_Profiler)#12 (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)#16 (0) {
                    }
                    ["_caseFolding":protected]=>
                    int(0)
                    ["_autoQuoteIdentifiers":protected]=>
                    bool(true)
                    ["_allowSerialization":protected]=>
                    bool(true)
                    ["_autoReconnectOnUnserialize":protected]=>
                    bool(false)
                  }
                  ["_schema":protected]=>
                  NULL
                  ["_name":protected]=>
                  string(4) "blog"
                  ["_cols":protected]=>
                  array(12) {
                    [0]=>
                    string(2) "id"
                    [1]=>
                    string(9) "master_id"
                    [2]=>
                    string(12) "csparkblogid"
                    [3]=>
                    string(5) "title"
                    [4]=>
                    string(9) "rich_body"
                    [5]=>
                    string(5) "image"
                    [6]=>
                    string(7) "user_id"
                    [7]=>
                    string(4) "date"
                    [8]=>
                    string(7) "tweeted"
                    [9]=>
                    string(7) "updated"
                    [10]=>
                    string(7) "created"
                    [11]=>
                    string(5) "state"
                  }
                  ["_primary":protected]=>
                  array(1) {
                    [1]=>
                    string(2) "id"
                  }
                  ["_identity":protected]=>
                  int(1)
                  ["_sequence":protected]=>
                  bool(true)
                  ["_metadata":protected]=>
                  array(12) {
                    ["id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["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"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(true)
                      ["PRIMARY_POSITION"]=>
                      int(1)
                      ["IDENTITY"]=>
                      bool(true)
                    }
                    ["master_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "master_id"
                      ["COLUMN_POSITION"]=>
                      int(2)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["csparkblogid"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(12) "csparkblogid"
                      ["COLUMN_POSITION"]=>
                      int(3)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["title"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "title"
                      ["COLUMN_POSITION"]=>
                      int(4)
                      ["DATA_TYPE"]=>
                      string(7) "varchar"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      string(3) "300"
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["rich_body"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(9) "rich_body"
                      ["COLUMN_POSITION"]=>
                      int(5)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["image"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "image"
                      ["COLUMN_POSITION"]=>
                      int(6)
                      ["DATA_TYPE"]=>
                      string(4) "text"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["user_id"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "user_id"
                      ["COLUMN_POSITION"]=>
                      int(7)
                      ["DATA_TYPE"]=>
                      string(3) "int"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(true)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      bool(true)
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["date"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(4) "date"
                      ["COLUMN_POSITION"]=>
                      int(8)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["tweeted"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "tweeted"
                      ["COLUMN_POSITION"]=>
                      int(9)
                      ["DATA_TYPE"]=>
                      string(20) "enum('true','false')"
                      ["DEFAULT"]=>
                      string(5) "false"
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["updated"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "updated"
                      ["COLUMN_POSITION"]=>
                      int(10)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["created"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(7) "created"
                      ["COLUMN_POSITION"]=>
                      int(11)
                      ["DATA_TYPE"]=>
                      string(8) "datetime"
                      ["DEFAULT"]=>
                      NULL
                      ["NULLABLE"]=>
                      bool(false)
                      ["LENGTH"]=>
                      NULL
                      ["SCALE"]=>
                      NULL
                      ["PRECISION"]=>
                      NULL
                      ["UNSIGNED"]=>
                      NULL
                      ["PRIMARY"]=>
                      bool(false)
                      ["PRIMARY_POSITION"]=>
                      NULL
                      ["IDENTITY"]=>
                      bool(false)
                    }
                    ["state"]=>
                    array(14) {
                      ["SCHEMA_NAME"]=>
                      NULL
                      ["TABLE_NAME"]=>
                      string(4) "blog"
                      ["COLUMN_NAME"]=>
                      string(5) "state"
                      ["COLUMN_POSITION"]=>
                      int(12)
                      ["DATA_TYPE"]=>
                      string(35) "enum('active','nonactive','delete')"
                      ["DEFAULT"]=>
                      NULL
                      ["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)#8 (6) {
                    ["_backend":protected]=>
                    object(Zend_Cache_Backend_File)#7 (3) {
                      ["_options":protected]=>
                      array(9) {
                        ["cache_dir"]=>
                        string(5) "/tmp/"
                        ["file_locking"]=>
                        bool(true)
                        ["read_control"]=>
                        bool(true)
                        ["read_control_type"]=>
                        string(6) "strlen"
                        ["hashed_directory_level"]=>
                        int(0)
                        ["hashed_directory_perm"]=>
                        int(448)
                        ["file_name_prefix"]=>
                        string(10) "zend_cache"
                        ["cache_file_perm"]=>
                        int(384)
                        ["metadatas_array_max_size"]=>
                        int(100)
                      }
                      ["_metadatasArray":protected]=>
                      array(47) {
                        ["SPOHPgetTableStructspohpadmin"]=>
                        array(4) {
                          ["hash"]=>
                          int(2293)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpdomain"]=>
                        array(4) {
                          ["hash"]=>
                          int(1146)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPc1b14371b3c9bb0581462148ad12c293"]=>
                        array(4) {
                          ["hash"]=>
                          int(1316)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmaster"]=>
                        array(4) {
                          ["hash"]=>
                          int(13466)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa4b390f0a7b16e324f9ee7f12c5c8b54"]=>
                        array(4) {
                          ["hash"]=>
                          int(12273)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpsetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(16165)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPb568f7dd30335935620b1ccd78c73404"]=>
                        array(4) {
                          ["hash"]=>
                          int(15461)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohplayout"]=>
                        array(4) {
                          ["hash"]=>
                          int(2237)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP71c92496c64d091e2a364f15fcd4ea3f"]=>
                        array(4) {
                          ["hash"]=>
                          int(2403)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmenusetting"]=>
                        array(4) {
                          ["hash"]=>
                          int(2261)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPd9243676face711aada75ad04bf42606"]=>
                        array(4) {
                          ["hash"]=>
                          int(2639)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpmasterpage"]=>
                        array(4) {
                          ["hash"]=>
                          int(6127)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP5ba4cd489268cc92273ba5d25e40fbc8"]=>
                        array(4) {
                          ["hash"]=>
                          int(6498)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohppdf"]=>
                        array(4) {
                          ["hash"]=>
                          int(3086)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0fde6e2be47fbaba8cbb641e670e25fb"]=>
                        array(4) {
                          ["hash"]=>
                          int(3550)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpprivacy"]=>
                        array(4) {
                          ["hash"]=>
                          int(2275)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP1beeb61c6839110fbe79a7738da92db8"]=>
                        array(4) {
                          ["hash"]=>
                          int(2622)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpalbum"]=>
                        array(4) {
                          ["hash"]=>
                          int(2266)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6bfda1a6b5a24853b3f45507e133c472"]=>
                        array(4) {
                          ["hash"]=>
                          int(2608)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpphoto"]=>
                        array(4) {
                          ["hash"]=>
                          int(3674)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP46daefd77ad2c044da7fb349bc261a37"]=>
                        array(4) {
                          ["hash"]=>
                          int(4302)
                          ["mtime"]=>
                          int(1549819212)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpyoutube"]=>
                        array(4) {
                          ["hash"]=>
                          int(1653)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP48d6f7c3d14043cc3cd18b372be04ea9"]=>
                        array(4) {
                          ["hash"]=>
                          int(1939)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpteams"]=>
                        array(4) {
                          ["hash"]=>
                          int(2485)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP8c1eaa125b4c4dbd706c64377342d548"]=>
                        array(4) {
                          ["hash"]=>
                          int(2647)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common_master"]=>
                        array(4) {
                          ["hash"]=>
                          int(2410)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP85acbd41dd6948ac8413ed58ad01cc71"]=>
                        array(4) {
                          ["hash"]=>
                          int(2811)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner_common"]=>
                        array(4) {
                          ["hash"]=>
                          int(1756)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf59b01dac0588a11715353ebc50b6554"]=>
                        array(4) {
                          ["hash"]=>
                          int(2094)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohprankingtable"]=>
                        array(4) {
                          ["hash"]=>
                          int(2359)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4d6144f1cc8449d4a54e067f75668921"]=>
                        array(4) {
                          ["hash"]=>
                          int(2672)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpranking"]=>
                        array(4) {
                          ["hash"]=>
                          int(3083)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPff81e50529dc4529f868044eafab16ce"]=>
                        array(4) {
                          ["hash"]=>
                          int(3599)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohptopbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2331)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPf89c3b838a22faef5b590fc3b1099bee"]=>
                        array(4) {
                          ["hash"]=>
                          int(2654)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_topbanner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP0049527d287d461b8bcb90ec8d09972e"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpside_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPfdd01bfe9fa7c9344ce0e26be9079008"]=>
                        array(4) {
                          ["hash"]=>
                          int(2678)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpbig_side_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2332)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP4a4dba65e032189d8637a041b6c4f6db"]=>
                        array(4) {
                          ["hash"]=>
                          int(2710)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpfooter_banner"]=>
                        array(4) {
                          ["hash"]=>
                          int(2330)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPa6e5692225d6963093396cba78d51b8d"]=>
                        array(4) {
                          ["hash"]=>
                          int(2694)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpuser"]=>
                        array(4) {
                          ["hash"]=>
                          int(10505)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP27daa847faf3de3a093b8ae80e8c6179"]=>
                        array(4) {
                          ["hash"]=>
                          int(11663)
                          ["mtime"]=>
                          int(1549819243)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHPgetTableStructspohpblog"]=>
                        array(4) {
                          ["hash"]=>
                          int(3404)
                          ["mtime"]=>
                          int(1549819202)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                        ["SPOHP6270211a4ec694b3b4a6042620c6e7fc"]=>
                        array(4) {
                          ["hash"]=>
                          int(3930)
                          ["mtime"]=>
                          int(1549819203)
                          ["expire"]=>
                          int(9999999999)
                          ["tags"]=>
                          array(0) {
                          }
                        }
                      }
                      ["_directives":protected]=>
                      array(3) {
                        ["lifetime"]=>
                        NULL
                        ["logging"]=>
                        bool(false)
                        ["logger"]=>
                        NULL
                      }
                    }
                    ["_options":protected]=>
                    array(9) {
                      ["write_control"]=>
                      bool(true)
                      ["caching"]=>
                      bool(true)
                      ["cache_id_prefix"]=>
                      string(5) "SPOHP"
                      ["automatic_serialization"]=>
                      bool(true)
                      ["automatic_cleaning_factor"]=>
                      int(10)
                      ["lifetime"]=>
                      NULL
                      ["logging"]=>
                      bool(false)
                      ["logger"]=>
                      NULL
                      ["ignore_user_abort"]=>
                      bool(false)
                    }
                    ["_specificOptions":protected]=>
                    array(0) {
                    }
                    ["_lastId":"Zend_Cache_Core":private]=>
                    string(37) "SPOHP6270211a4ec694b3b4a6042620c6e7fc"
                    ["_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)
                  ["_rowClass":protected]=>
                  string(17) "Zend_Db_Table_Row"
                  ["_rowsetClass":protected]=>
                  string(20) "Zend_Db_Table_Rowset"
                  ["_referenceMap":protected]=>
                  array(0) {
                  }
                  ["_dependentTables":protected]=>
                  array(0) {
                  }
                  ["_defaultSource":protected]=>
                  string(11) "defaultNone"
                  ["_defaultValues":protected]=>
                  array(0) {
                  }
                  ["config"]=>
                  object(Zend_Config_Ini)#115 (11) {
                    ["_nestSeparator":protected]=>
                    string(1) "."
                    ["_sectionSeparator":protected]=>
                    string(1) ":"
                    ["_skipExtends":protected]=>
                    bool(false)
                    ["_allowModifications":protected]=>
                    bool(false)
                    ["_index":protected]=>
                    int(0)
                    ["_count":protected]=>
                    int(2)
                    ["_data":protected]=>
                    array(2) {
                      ["adapter"]=>
                      string(9) "Pdo_Mysql"
                      ["params"]=>
                      object(Zend_Config)#116 (8) {
                        ["_allowModifications":protected]=>
                        bool(false)
                        ["_index":protected]=>
                        int(0)
                        ["_count":protected]=>
                        int(5)
                        ["_data":protected]=>
                        array(5) {
                          ["host"]=>
                          string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                          ["dbname"]=>
                          string(5) "spohp"
                          ["username"]=>
                          string(4) "root"
                          ["password"]=>
                          string(9) "butty9879"
                          ["charset"]=>
                          string(4) "utf8"
                        }
                        ["_skipNextIteration":protected]=>
                        NULL
                        ["_loadedSection":protected]=>
                        NULL
                        ["_extends":protected]=>
                        array(0) {
                        }
                        ["_loadFileErrorStr":protected]=>
                        NULL
                      }
                    }
                    ["_skipNextIteration":protected]=>
                    NULL
                    ["_loadedSection":protected]=>
                    array(1) {
                      [0]=>
                      string(8) "database"
                    }
                    ["_extends":protected]=>
                    array(0) {
                    }
                    ["_loadFileErrorStr":protected]=>
                    NULL
                  }
                  ["primary_a"]=>
                  array(1) {
                    ["PRIMARY"]=>
                    array(1) {
                      [0]=>
                      string(2) "id"
                    }
                  }
                }
                ["_bind":protected]=>
                array(0) {
                }
                ["_adapter":protected]=>
                object(Zend_Db_Adapter_Pdo_Mysql)#11 (12) {
                  ["_pdoType":protected]=>
                  string(5) "mysql"
                  ["_numericDataTypes":protected]=>
                  array(16) {
                    [0]=>
                    int(0)
                    [1]=>
                    int(1)
                    [2]=>
                    int(2)
                    ["INT"]=>
                    int(0)
                    ["INTEGER"]=>
                    int(0)
                    ["MEDIUMINT"]=>
                    int(0)
                    ["SMALLINT"]=>
                    int(0)
                    ["TINYINT"]=>
                    int(0)
                    ["BIGINT"]=>
                    int(1)
                    ["SERIAL"]=>
                    int(1)
                    ["DEC"]=>
                    int(2)
                    ["DECIMAL"]=>
                    int(2)
                    ["DOUBLE"]=>
                    int(2)
                    ["DOUBLE PRECISION"]=>
                    int(2)
                    ["FIXED"]=>
                    int(2)
                    ["FLOAT"]=>
                    int(2)
                  }
                  ["_defaultStmtClass":protected]=>
                  string(21) "Zend_Db_Statement_Pdo"
                  ["_config":protected]=>
                  array(8) {
                    ["host"]=>
                    string(52) "dsc-db.cdddst0re2ys.ap-northeast-1.rds.amazonaws.com"
                    ["dbname"]=>
                    string(5) "spohp"
                    ["username"]=>
                    string(4) "root"
                    ["password"]=>
                    string(9) "butty9879"
                    ["charset"]=>
                    string(4) "utf8"
                    ["persistent"]=>
                    bool(false)
                    ["options"]=>
                    array(3) {
                      ["caseFolding"]=>
                      int(0)
                      ["autoQuoteIdentifiers"]=>
                      bool(true)
                      ["fetchMode"]=>
                      int(2)
                    }
                    ["driver_options"]=>
                    array(0) {
                    }
                  }
                  ["_fetchMode":protected]=>
                  int(2)
                  ["_profiler":protected]=>
                  object(Zend_Db_Profiler)#12 (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)#16 (0) {
                  }
                  ["_caseFolding":protected]=>
                  int(0)
                  ["_autoQuoteIdentifiers":protected]=>
                  bool(true)
                  ["_allowSerialization":protected]=>
                  bool(true)
                  ["_autoReconnectOnUnserialize":protected]=>
                  bool(false)
                }
                ["_parts":protected]=>
                array(11) {
                  ["distinct"]=>
                  bool(false)
                  ["columns"]=>
                  array(1) {
                    [0]=>
                    array(3) {
                      [0]=>
                      string(4) "blog"
                      [1]=>
                      string(1) "*"
                      [2]=>
                      NULL
                    }
                  }
                  ["union"]=>
                  array(0) {
                  }
                  ["from"]=>
                  array(1) {
                    ["blog"]=>
                    array(4) {
                      ["joinType"]=>
                      string(10) "inner join"
                      ["schema"]=>
                      NULL
                      ["tableName"]=>
                      string(4) "blog"
                      ["joinCondition"]=>
                      NULL
                    }
                  }
                  ["where"]=>
                  array(2) {
                    [0]=>
                    string(11) "(user_id=?)"
                    [1]=>
                    string(20) "AND (state='active')"
                  }
                  ["group"]=>
                  array(0) {
                  }
                  ["having"]=>
                  array(0) {
                  }
                  ["order"]=>
                  array(1) {
                    [0]=>
                    array(2) {
                      [0]=>
                      string(4) "date"
                      [1]=>
                      string(4) "desc"
                    }
                  }
                  ["limitcount"]=>
                  int(5)
                  ["limitoffset"]=>
                  int(0)
                  ["forupdate"]=>
                  bool(false)
                }
                ["_tableCols":protected]=>
                array(0) {
                }
              }
            }
          }
          [7]=>
          array(6) {
            ["file"]=>
            string(105) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Action.php"
            ["line"]=>
            int(516)
            ["function"]=>
            string(12) "detailAction"
            ["class"]=>
            string(16) "PlayerController"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(0) {
            }
          }
          [8]=>
          array(6) {
            ["file"]=>
            string(118) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Dispatcher/Standard.php"
            ["line"]=>
            int(308)
            ["function"]=>
            string(8) "dispatch"
            ["class"]=>
            string(22) "Zend_Controller_Action"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(1) {
              [0]=>
              &string(12) "detailAction"
            }
          }
          [9]=>
          array(6) {
            ["file"]=>
            string(104) "/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Front.php"
            ["line"]=>
            int(954)
            ["function"]=>
            string(8) "dispatch"
            ["class"]=>
            string(35) "Zend_Controller_Dispatcher_Standard"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(2) {
              [0]=>
              object(Zend_Controller_Request_Http)#33 (15) {
                ["_paramSources":protected]=>
                array(2) {
                  [0]=>
                  string(4) "_GET"
                  [1]=>
                  string(5) "_POST"
                }
                ["_requestUri":protected]=>
                string(22) "/player/detail/id/9483"
                ["_baseUrl":protected]=>
                string(0) ""
                ["_basePath":protected]=>
                NULL
                ["_pathInfo":protected]=>
                string(22) "/player/detail/id/9483"
                ["_params":protected]=>
                array(5) {
                  ["controller"]=>
                  string(6) "player"
                  ["action"]=>
                  string(6) "detail"
                  ["id"]=>
                  string(4) "9483"
                  ["module"]=>
                  string(7) "default"
                  ["error_handler"]=>
                  *RECURSION*
                }
                ["_rawBody":protected]=>
                NULL
                ["_aliases":protected]=>
                array(0) {
                }
                ["_dispatched":protected]=>
                bool(true)
                ["_module":protected]=>
                string(7) "default"
                ["_moduleKey":protected]=>
                string(6) "module"
                ["_controller":protected]=>
                string(5) "error"
                ["_controllerKey":protected]=>
                string(10) "controller"
                ["_action":protected]=>
                string(5) "error"
                ["_actionKey":protected]=>
                string(6) "action"
              }
              [1]=>
              object(Zend_Controller_Response_Http)#34 (8) {
                ["_body":protected]=>
                array(0) {
                }
                ["_exceptions":protected]=>
                array(1) {
                  [0]=>
                  *RECURSION*
                }
                ["_headers":protected]=>
                array(0) {
                }
                ["_headersRaw":protected]=>
                array(0) {
                }
                ["_httpResponseCode":protected]=>
                int(200)
                ["_isRedirect":protected]=>
                bool(false)
                ["_renderExceptions":protected]=>
                bool(false)
                ["headersSentThrowsException"]=>
                bool(true)
              }
            }
          }
          [10]=>
          array(6) {
            ["file"]=>
            string(55) "/ebs/www/vhosts_lib/PopoFramework2/function/init_fw.php"
            ["line"]=>
            int(384)
            ["function"]=>
            string(8) "dispatch"
            ["class"]=>
            string(21) "Zend_Controller_Front"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(0) {
            }
          }
          [11]=>
          array(4) {
            ["file"]=>
            string(31) "/ebs/www/vhosts/spohp/index.php"
            ["line"]=>
            int(360)
            ["args"]=>
            array(1) {
              [0]=>
              string(55) "/ebs/www/vhosts_lib/PopoFramework2/function/init_fw.php"
            }
            ["function"]=>
            string(12) "require_once"
          }
        }
        ["previous":"Exception":private]=>
        NULL
        ["errorInfo"]=>
        array(2) {
          [0]=>
          string(5) "HY093"
          [1]=>
          int(0)
        }
      }
    }
    ["type"]=>
    string(15) "EXCEPTION_OTHER"
    ["request"]=>
    object(Zend_Controller_Request_Http)#118 (15) {
      ["_paramSources":protected]=>
      array(2) {
        [0]=>
        string(4) "_GET"
        [1]=>
        string(5) "_POST"
      }
      ["_requestUri":protected]=>
      string(22) "/player/detail/id/9483"
      ["_baseUrl":protected]=>
      string(0) ""
      ["_basePath":protected]=>
      NULL
      ["_pathInfo":protected]=>
      string(22) "/player/detail/id/9483"
      ["_params":protected]=>
      array(4) {
        ["controller"]=>
        string(6) "player"
        ["action"]=>
        string(6) "detail"
        ["id"]=>
        string(4) "9483"
        ["module"]=>
        string(7) "default"
      }
      ["_rawBody":protected]=>
      NULL
      ["_aliases":protected]=>
      array(0) {
      }
      ["_dispatched":protected]=>
      bool(true)
      ["_module":protected]=>
      string(7) "default"
      ["_moduleKey":protected]=>
      string(6) "module"
      ["_controller":protected]=>
      string(6) "player"
      ["_controllerKey":protected]=>
      string(10) "controller"
      ["_action":protected]=>
      string(6) "detail"
      ["_actionKey":protected]=>
      string(6) "action"
    }
  }
}
/ebs/www/vhosts/spohp/fw/controllers/ErrorController.php:36
/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Action.php:516
/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Dispatcher/Standard.php:308
/ebs/www/vhosts_lib/PopoFramework2/vendor/zendframework/zendframework1/library/Zend/Controller/Front.php:954
/ebs/www/vhosts_lib/PopoFramework2/function/init_fw.php:384
/ebs/www/vhosts/spohp/index.php:360