array(13) {
  [0]=>
  array(4) {
    ["function"]=>
    string(11) "handleError"
    ["class"]=>
    string(12) "CApplication"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(5) {
      [0]=>
      int(2)
      [1]=>
      string(77) "session_set_save_handler(): Cannot change save handler when session is active"
      [2]=>
      string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
      [3]=>
      int(4641)
      [4]=>
      array(0) {
      }
    }
  }
  [1]=>
  array(4) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(4641)
    ["function"]=>
    string(24) "session_set_save_handler"
    ["args"]=>
    array(6) {
      [0]=>
      array(2) {
        [0]=>
        object(StmSession)#43 (10) {
          ["connectionID"]=>
          string(2) "db"
          ["sessionTableName"]=>
          string(10) "YiiSession"
          ["autoCreateSessionTable"]=>
          bool(false)
          ["_db":"CDbHttpSession":private]=>
          object(CDbConnection)#9 (29) {
            ["connectionString"]=>
            string(90) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=christineleeteam"
            ["username"]=>
            string(3) "stm"
            ["password"]=>
            string(16) "R4t8NfhJCNsqM3xV"
            ["schemaCachingDuration"]=>
            int(0)
            ["schemaCachingExclude"]=>
            array(0) {
            }
            ["schemaCacheID"]=>
            string(5) "cache"
            ["queryCachingDuration"]=>
            int(0)
            ["queryCachingDependency"]=>
            NULL
            ["queryCachingCount"]=>
            int(0)
            ["queryCacheID"]=>
            string(5) "cache"
            ["autoConnect"]=>
            bool(true)
            ["charset"]=>
            NULL
            ["emulatePrepare"]=>
            NULL
            ["enableParamLogging"]=>
            bool(false)
            ["enableProfiling"]=>
            bool(false)
            ["tablePrefix"]=>
            NULL
            ["initSQLs"]=>
            array(1) {
              [0]=>
              string(34) "SET time_zone = "America/New_York""
            }
            ["driverMap"]=>
            array(10) {
              ["cubrid"]=>
              string(13) "CCubridSchema"
              ["pgsql"]=>
              string(12) "CPgsqlSchema"
              ["mysqli"]=>
              string(12) "CMysqlSchema"
              ["mysql"]=>
              string(12) "CMysqlSchema"
              ["sqlite"]=>
              string(13) "CSqliteSchema"
              ["sqlite2"]=>
              string(13) "CSqliteSchema"
              ["mssql"]=>
              string(12) "CMssqlSchema"
              ["dblib"]=>
              string(12) "CMssqlSchema"
              ["sqlsrv"]=>
              string(12) "CMssqlSchema"
              ["oci"]=>
              string(10) "COciSchema"
            }
            ["pdoClass"]=>
            string(3) "PDO"
            ["_driverName":"CDbConnection":private]=>
            string(5) "mysql"
            ["_attributes":"CDbConnection":private]=>
            array(0) {
            }
            ["_active":"CDbConnection":private]=>
            bool(true)
            ["_pdo":"CDbConnection":private]=>
            object(PDO)#10 (0) {
            }
            ["_transaction":"CDbConnection":private]=>
            NULL
            ["_schema":"CDbConnection":private]=>
            object(CMysqlSchema)#11 (8) {
              ["columnTypes"]=>
              array(15) {
                ["pk"]=>
                string(43) "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["bigpk"]=>
                string(46) "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["string"]=>
                string(12) "varchar(255)"
                ["text"]=>
                string(4) "text"
                ["integer"]=>
                string(7) "int(11)"
                ["bigint"]=>
                string(10) "bigint(20)"
                ["float"]=>
                string(5) "float"
                ["decimal"]=>
                string(7) "decimal"
                ["datetime"]=>
                string(8) "datetime"
                ["timestamp"]=>
                string(9) "timestamp"
                ["time"]=>
                string(4) "time"
                ["date"]=>
                string(4) "date"
                ["binary"]=>
                string(4) "blob"
                ["boolean"]=>
                string(10) "tinyint(1)"
                ["money"]=>
                string(13) "decimal(19,4)"
              }
              ["_tableNames":"CDbSchema":private]=>
              array(0) {
              }
              ["_tables":"CDbSchema":private]=>
              array(2) {
                ["domains"]=>
                object(CMysqlTableSchema)#15 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(7) "domains"
                  ["rawName"]=>
                  string(9) "`domains`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(4) {
                    ["cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["admin_cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["account_id"]=>
                    array(2) {
                      [0]=>
                      string(8) "accounts"
                      [1]=>
                      string(2) "id"
                    }
                    ["home_page_cms_content_id"]=>
                    array(2) {
                      [0]=>
                      string(12) "cms_contents"
                      [1]=>
                      string(2) "id"
                    }
                  }
                  ["columns"]=>
                  array(12) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#16 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["account_id"]=>
                    object(CMysqlColumnSchema)#17 (15) {
                      ["name"]=>
                      string(10) "account_id"
                      ["rawName"]=>
                      string(12) "`account_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["cms_theme_id"]=>
                    object(CMysqlColumnSchema)#18 (15) {
                      ["name"]=>
                      string(12) "cms_theme_id"
                      ["rawName"]=>
                      string(14) "`cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(10) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(10)
                      ["precision"]=>
                      int(10)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["admin_cms_theme_id"]=>
                    object(CMysqlColumnSchema)#19 (15) {
                      ["name"]=>
                      string(18) "admin_cms_theme_id"
                      ["rawName"]=>
                      string(20) "`admin_cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      string(1) "2"
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["home_page_cms_content_id"]=>
                    object(CMysqlColumnSchema)#20 (15) {
                      ["name"]=>
                      string(24) "home_page_cms_content_id"
                      ["rawName"]=>
                      string(26) "`home_page_cms_content_id`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#21 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["description"]=>
                    object(CMysqlColumnSchema)#22 (15) {
                      ["name"]=>
                      string(11) "description"
                      ["rawName"]=>
                      string(13) "`description`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["directory"]=>
                    object(CMysqlColumnSchema)#23 (15) {
                      ["name"]=>
                      string(9) "directory"
                      ["rawName"]=>
                      string(11) "`directory`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_active"]=>
                    object(CMysqlColumnSchema)#24 (15) {
                      ["name"]=>
                      string(9) "is_active"
                      ["rawName"]=>
                      string(11) "`is_active`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_primary"]=>
                    object(CMysqlColumnSchema)#25 (15) {
                      ["name"]=>
                      string(10) "is_primary"
                      ["rawName"]=>
                      string(12) "`is_primary`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["for_emails"]=>
                    object(CMysqlColumnSchema)#26 (15) {
                      ["name"]=>
                      string(10) "for_emails"
                      ["rawName"]=>
                      string(12) "`for_emails`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_deleted"]=>
                    object(CMysqlColumnSchema)#27 (15) {
                      ["name"]=>
                      string(10) "is_deleted"
                      ["rawName"]=>
                      string(12) "`is_deleted`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
                ["cms_themes"]=>
                object(CMysqlTableSchema)#35 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(10) "cms_themes"
                  ["rawName"]=>
                  string(12) "`cms_themes`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(0) {
                  }
                  ["columns"]=>
                  array(4) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#33 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["status"]=>
                    object(CMysqlColumnSchema)#37 (15) {
                      ["name"]=>
                      string(6) "status"
                      ["rawName"]=>
                      string(8) "`status`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#38 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(12) "varchar(100)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(100)
                      ["precision"]=>
                      int(100)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["added"]=>
                    object(CMysqlColumnSchema)#39 (15) {
                      ["name"]=>
                      string(5) "added"
                      ["rawName"]=>
                      string(7) "`added`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(8) "datetime"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      NULL
                      ["precision"]=>
                      NULL
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
              }
              ["_connection":"CDbSchema":private]=>
              *RECURSION*
              ["_builder":"CDbSchema":private]=>
              object(CMysqlCommandBuilder)#12 (4) {
                ["_schema":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_connection":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_e":"CComponent":private]=>
                NULL
                ["_m":"CComponent":private]=>
                NULL
              }
              ["_cacheExclude":"CDbSchema":private]=>
              array(0) {
              }
              ["_e":"CComponent":private]=>
              NULL
              ["_m":"CComponent":private]=>
              NULL
            }
            ["behaviors"]=>
            array(0) {
            }
            ["_initialized":"CApplicationComponent":private]=>
            bool(true)
            ["_e":"CComponent":private]=>
            NULL
            ["_m":"CComponent":private]=>
            NULL
          }
          ["autoStart"]=>
          bool(true)
          ["_frozenData":"CHttpSession":private]=>
          NULL
          ["behaviors"]=>
          array(0) {
          }
          ["_initialized":"CApplicationComponent":private]=>
          bool(true)
          ["_e":"CComponent":private]=>
          NULL
          ["_m":"CComponent":private]=>
          NULL
        }
        [1]=>
        string(11) "openSession"
      }
      [1]=>
      array(2) {
        [0]=>
        object(StmSession)#43 (10) {
          ["connectionID"]=>
          string(2) "db"
          ["sessionTableName"]=>
          string(10) "YiiSession"
          ["autoCreateSessionTable"]=>
          bool(false)
          ["_db":"CDbHttpSession":private]=>
          object(CDbConnection)#9 (29) {
            ["connectionString"]=>
            string(90) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=christineleeteam"
            ["username"]=>
            string(3) "stm"
            ["password"]=>
            string(16) "R4t8NfhJCNsqM3xV"
            ["schemaCachingDuration"]=>
            int(0)
            ["schemaCachingExclude"]=>
            array(0) {
            }
            ["schemaCacheID"]=>
            string(5) "cache"
            ["queryCachingDuration"]=>
            int(0)
            ["queryCachingDependency"]=>
            NULL
            ["queryCachingCount"]=>
            int(0)
            ["queryCacheID"]=>
            string(5) "cache"
            ["autoConnect"]=>
            bool(true)
            ["charset"]=>
            NULL
            ["emulatePrepare"]=>
            NULL
            ["enableParamLogging"]=>
            bool(false)
            ["enableProfiling"]=>
            bool(false)
            ["tablePrefix"]=>
            NULL
            ["initSQLs"]=>
            array(1) {
              [0]=>
              string(34) "SET time_zone = "America/New_York""
            }
            ["driverMap"]=>
            array(10) {
              ["cubrid"]=>
              string(13) "CCubridSchema"
              ["pgsql"]=>
              string(12) "CPgsqlSchema"
              ["mysqli"]=>
              string(12) "CMysqlSchema"
              ["mysql"]=>
              string(12) "CMysqlSchema"
              ["sqlite"]=>
              string(13) "CSqliteSchema"
              ["sqlite2"]=>
              string(13) "CSqliteSchema"
              ["mssql"]=>
              string(12) "CMssqlSchema"
              ["dblib"]=>
              string(12) "CMssqlSchema"
              ["sqlsrv"]=>
              string(12) "CMssqlSchema"
              ["oci"]=>
              string(10) "COciSchema"
            }
            ["pdoClass"]=>
            string(3) "PDO"
            ["_driverName":"CDbConnection":private]=>
            string(5) "mysql"
            ["_attributes":"CDbConnection":private]=>
            array(0) {
            }
            ["_active":"CDbConnection":private]=>
            bool(true)
            ["_pdo":"CDbConnection":private]=>
            object(PDO)#10 (0) {
            }
            ["_transaction":"CDbConnection":private]=>
            NULL
            ["_schema":"CDbConnection":private]=>
            object(CMysqlSchema)#11 (8) {
              ["columnTypes"]=>
              array(15) {
                ["pk"]=>
                string(43) "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["bigpk"]=>
                string(46) "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["string"]=>
                string(12) "varchar(255)"
                ["text"]=>
                string(4) "text"
                ["integer"]=>
                string(7) "int(11)"
                ["bigint"]=>
                string(10) "bigint(20)"
                ["float"]=>
                string(5) "float"
                ["decimal"]=>
                string(7) "decimal"
                ["datetime"]=>
                string(8) "datetime"
                ["timestamp"]=>
                string(9) "timestamp"
                ["time"]=>
                string(4) "time"
                ["date"]=>
                string(4) "date"
                ["binary"]=>
                string(4) "blob"
                ["boolean"]=>
                string(10) "tinyint(1)"
                ["money"]=>
                string(13) "decimal(19,4)"
              }
              ["_tableNames":"CDbSchema":private]=>
              array(0) {
              }
              ["_tables":"CDbSchema":private]=>
              array(2) {
                ["domains"]=>
                object(CMysqlTableSchema)#15 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(7) "domains"
                  ["rawName"]=>
                  string(9) "`domains`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(4) {
                    ["cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["admin_cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["account_id"]=>
                    array(2) {
                      [0]=>
                      string(8) "accounts"
                      [1]=>
                      string(2) "id"
                    }
                    ["home_page_cms_content_id"]=>
                    array(2) {
                      [0]=>
                      string(12) "cms_contents"
                      [1]=>
                      string(2) "id"
                    }
                  }
                  ["columns"]=>
                  array(12) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#16 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["account_id"]=>
                    object(CMysqlColumnSchema)#17 (15) {
                      ["name"]=>
                      string(10) "account_id"
                      ["rawName"]=>
                      string(12) "`account_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["cms_theme_id"]=>
                    object(CMysqlColumnSchema)#18 (15) {
                      ["name"]=>
                      string(12) "cms_theme_id"
                      ["rawName"]=>
                      string(14) "`cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(10) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(10)
                      ["precision"]=>
                      int(10)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["admin_cms_theme_id"]=>
                    object(CMysqlColumnSchema)#19 (15) {
                      ["name"]=>
                      string(18) "admin_cms_theme_id"
                      ["rawName"]=>
                      string(20) "`admin_cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      string(1) "2"
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["home_page_cms_content_id"]=>
                    object(CMysqlColumnSchema)#20 (15) {
                      ["name"]=>
                      string(24) "home_page_cms_content_id"
                      ["rawName"]=>
                      string(26) "`home_page_cms_content_id`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#21 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["description"]=>
                    object(CMysqlColumnSchema)#22 (15) {
                      ["name"]=>
                      string(11) "description"
                      ["rawName"]=>
                      string(13) "`description`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["directory"]=>
                    object(CMysqlColumnSchema)#23 (15) {
                      ["name"]=>
                      string(9) "directory"
                      ["rawName"]=>
                      string(11) "`directory`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_active"]=>
                    object(CMysqlColumnSchema)#24 (15) {
                      ["name"]=>
                      string(9) "is_active"
                      ["rawName"]=>
                      string(11) "`is_active`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_primary"]=>
                    object(CMysqlColumnSchema)#25 (15) {
                      ["name"]=>
                      string(10) "is_primary"
                      ["rawName"]=>
                      string(12) "`is_primary`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["for_emails"]=>
                    object(CMysqlColumnSchema)#26 (15) {
                      ["name"]=>
                      string(10) "for_emails"
                      ["rawName"]=>
                      string(12) "`for_emails`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_deleted"]=>
                    object(CMysqlColumnSchema)#27 (15) {
                      ["name"]=>
                      string(10) "is_deleted"
                      ["rawName"]=>
                      string(12) "`is_deleted`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
                ["cms_themes"]=>
                object(CMysqlTableSchema)#35 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(10) "cms_themes"
                  ["rawName"]=>
                  string(12) "`cms_themes`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(0) {
                  }
                  ["columns"]=>
                  array(4) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#33 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["status"]=>
                    object(CMysqlColumnSchema)#37 (15) {
                      ["name"]=>
                      string(6) "status"
                      ["rawName"]=>
                      string(8) "`status`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#38 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(12) "varchar(100)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(100)
                      ["precision"]=>
                      int(100)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["added"]=>
                    object(CMysqlColumnSchema)#39 (15) {
                      ["name"]=>
                      string(5) "added"
                      ["rawName"]=>
                      string(7) "`added`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(8) "datetime"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      NULL
                      ["precision"]=>
                      NULL
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
              }
              ["_connection":"CDbSchema":private]=>
              *RECURSION*
              ["_builder":"CDbSchema":private]=>
              object(CMysqlCommandBuilder)#12 (4) {
                ["_schema":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_connection":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_e":"CComponent":private]=>
                NULL
                ["_m":"CComponent":private]=>
                NULL
              }
              ["_cacheExclude":"CDbSchema":private]=>
              array(0) {
              }
              ["_e":"CComponent":private]=>
              NULL
              ["_m":"CComponent":private]=>
              NULL
            }
            ["behaviors"]=>
            array(0) {
            }
            ["_initialized":"CApplicationComponent":private]=>
            bool(true)
            ["_e":"CComponent":private]=>
            NULL
            ["_m":"CComponent":private]=>
            NULL
          }
          ["autoStart"]=>
          bool(true)
          ["_frozenData":"CHttpSession":private]=>
          NULL
          ["behaviors"]=>
          array(0) {
          }
          ["_initialized":"CApplicationComponent":private]=>
          bool(true)
          ["_e":"CComponent":private]=>
          NULL
          ["_m":"CComponent":private]=>
          NULL
        }
        [1]=>
        string(12) "closeSession"
      }
      [2]=>
      array(2) {
        [0]=>
        object(StmSession)#43 (10) {
          ["connectionID"]=>
          string(2) "db"
          ["sessionTableName"]=>
          string(10) "YiiSession"
          ["autoCreateSessionTable"]=>
          bool(false)
          ["_db":"CDbHttpSession":private]=>
          object(CDbConnection)#9 (29) {
            ["connectionString"]=>
            string(90) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=christineleeteam"
            ["username"]=>
            string(3) "stm"
            ["password"]=>
            string(16) "R4t8NfhJCNsqM3xV"
            ["schemaCachingDuration"]=>
            int(0)
            ["schemaCachingExclude"]=>
            array(0) {
            }
            ["schemaCacheID"]=>
            string(5) "cache"
            ["queryCachingDuration"]=>
            int(0)
            ["queryCachingDependency"]=>
            NULL
            ["queryCachingCount"]=>
            int(0)
            ["queryCacheID"]=>
            string(5) "cache"
            ["autoConnect"]=>
            bool(true)
            ["charset"]=>
            NULL
            ["emulatePrepare"]=>
            NULL
            ["enableParamLogging"]=>
            bool(false)
            ["enableProfiling"]=>
            bool(false)
            ["tablePrefix"]=>
            NULL
            ["initSQLs"]=>
            array(1) {
              [0]=>
              string(34) "SET time_zone = "America/New_York""
            }
            ["driverMap"]=>
            array(10) {
              ["cubrid"]=>
              string(13) "CCubridSchema"
              ["pgsql"]=>
              string(12) "CPgsqlSchema"
              ["mysqli"]=>
              string(12) "CMysqlSchema"
              ["mysql"]=>
              string(12) "CMysqlSchema"
              ["sqlite"]=>
              string(13) "CSqliteSchema"
              ["sqlite2"]=>
              string(13) "CSqliteSchema"
              ["mssql"]=>
              string(12) "CMssqlSchema"
              ["dblib"]=>
              string(12) "CMssqlSchema"
              ["sqlsrv"]=>
              string(12) "CMssqlSchema"
              ["oci"]=>
              string(10) "COciSchema"
            }
            ["pdoClass"]=>
            string(3) "PDO"
            ["_driverName":"CDbConnection":private]=>
            string(5) "mysql"
            ["_attributes":"CDbConnection":private]=>
            array(0) {
            }
            ["_active":"CDbConnection":private]=>
            bool(true)
            ["_pdo":"CDbConnection":private]=>
            object(PDO)#10 (0) {
            }
            ["_transaction":"CDbConnection":private]=>
            NULL
            ["_schema":"CDbConnection":private]=>
            object(CMysqlSchema)#11 (8) {
              ["columnTypes"]=>
              array(15) {
                ["pk"]=>
                string(43) "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["bigpk"]=>
                string(46) "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["string"]=>
                string(12) "varchar(255)"
                ["text"]=>
                string(4) "text"
                ["integer"]=>
                string(7) "int(11)"
                ["bigint"]=>
                string(10) "bigint(20)"
                ["float"]=>
                string(5) "float"
                ["decimal"]=>
                string(7) "decimal"
                ["datetime"]=>
                string(8) "datetime"
                ["timestamp"]=>
                string(9) "timestamp"
                ["time"]=>
                string(4) "time"
                ["date"]=>
                string(4) "date"
                ["binary"]=>
                string(4) "blob"
                ["boolean"]=>
                string(10) "tinyint(1)"
                ["money"]=>
                string(13) "decimal(19,4)"
              }
              ["_tableNames":"CDbSchema":private]=>
              array(0) {
              }
              ["_tables":"CDbSchema":private]=>
              array(2) {
                ["domains"]=>
                object(CMysqlTableSchema)#15 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(7) "domains"
                  ["rawName"]=>
                  string(9) "`domains`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(4) {
                    ["cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["admin_cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["account_id"]=>
                    array(2) {
                      [0]=>
                      string(8) "accounts"
                      [1]=>
                      string(2) "id"
                    }
                    ["home_page_cms_content_id"]=>
                    array(2) {
                      [0]=>
                      string(12) "cms_contents"
                      [1]=>
                      string(2) "id"
                    }
                  }
                  ["columns"]=>
                  array(12) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#16 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["account_id"]=>
                    object(CMysqlColumnSchema)#17 (15) {
                      ["name"]=>
                      string(10) "account_id"
                      ["rawName"]=>
                      string(12) "`account_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["cms_theme_id"]=>
                    object(CMysqlColumnSchema)#18 (15) {
                      ["name"]=>
                      string(12) "cms_theme_id"
                      ["rawName"]=>
                      string(14) "`cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(10) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(10)
                      ["precision"]=>
                      int(10)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["admin_cms_theme_id"]=>
                    object(CMysqlColumnSchema)#19 (15) {
                      ["name"]=>
                      string(18) "admin_cms_theme_id"
                      ["rawName"]=>
                      string(20) "`admin_cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      string(1) "2"
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["home_page_cms_content_id"]=>
                    object(CMysqlColumnSchema)#20 (15) {
                      ["name"]=>
                      string(24) "home_page_cms_content_id"
                      ["rawName"]=>
                      string(26) "`home_page_cms_content_id`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#21 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["description"]=>
                    object(CMysqlColumnSchema)#22 (15) {
                      ["name"]=>
                      string(11) "description"
                      ["rawName"]=>
                      string(13) "`description`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["directory"]=>
                    object(CMysqlColumnSchema)#23 (15) {
                      ["name"]=>
                      string(9) "directory"
                      ["rawName"]=>
                      string(11) "`directory`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_active"]=>
                    object(CMysqlColumnSchema)#24 (15) {
                      ["name"]=>
                      string(9) "is_active"
                      ["rawName"]=>
                      string(11) "`is_active`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_primary"]=>
                    object(CMysqlColumnSchema)#25 (15) {
                      ["name"]=>
                      string(10) "is_primary"
                      ["rawName"]=>
                      string(12) "`is_primary`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["for_emails"]=>
                    object(CMysqlColumnSchema)#26 (15) {
                      ["name"]=>
                      string(10) "for_emails"
                      ["rawName"]=>
                      string(12) "`for_emails`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_deleted"]=>
                    object(CMysqlColumnSchema)#27 (15) {
                      ["name"]=>
                      string(10) "is_deleted"
                      ["rawName"]=>
                      string(12) "`is_deleted`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
                ["cms_themes"]=>
                object(CMysqlTableSchema)#35 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(10) "cms_themes"
                  ["rawName"]=>
                  string(12) "`cms_themes`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(0) {
                  }
                  ["columns"]=>
                  array(4) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#33 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["status"]=>
                    object(CMysqlColumnSchema)#37 (15) {
                      ["name"]=>
                      string(6) "status"
                      ["rawName"]=>
                      string(8) "`status`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#38 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(12) "varchar(100)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(100)
                      ["precision"]=>
                      int(100)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["added"]=>
                    object(CMysqlColumnSchema)#39 (15) {
                      ["name"]=>
                      string(5) "added"
                      ["rawName"]=>
                      string(7) "`added`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(8) "datetime"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      NULL
                      ["precision"]=>
                      NULL
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
              }
              ["_connection":"CDbSchema":private]=>
              *RECURSION*
              ["_builder":"CDbSchema":private]=>
              object(CMysqlCommandBuilder)#12 (4) {
                ["_schema":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_connection":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_e":"CComponent":private]=>
                NULL
                ["_m":"CComponent":private]=>
                NULL
              }
              ["_cacheExclude":"CDbSchema":private]=>
              array(0) {
              }
              ["_e":"CComponent":private]=>
              NULL
              ["_m":"CComponent":private]=>
              NULL
            }
            ["behaviors"]=>
            array(0) {
            }
            ["_initialized":"CApplicationComponent":private]=>
            bool(true)
            ["_e":"CComponent":private]=>
            NULL
            ["_m":"CComponent":private]=>
            NULL
          }
          ["autoStart"]=>
          bool(true)
          ["_frozenData":"CHttpSession":private]=>
          NULL
          ["behaviors"]=>
          array(0) {
          }
          ["_initialized":"CApplicationComponent":private]=>
          bool(true)
          ["_e":"CComponent":private]=>
          NULL
          ["_m":"CComponent":private]=>
          NULL
        }
        [1]=>
        string(11) "readSession"
      }
      [3]=>
      array(2) {
        [0]=>
        object(StmSession)#43 (10) {
          ["connectionID"]=>
          string(2) "db"
          ["sessionTableName"]=>
          string(10) "YiiSession"
          ["autoCreateSessionTable"]=>
          bool(false)
          ["_db":"CDbHttpSession":private]=>
          object(CDbConnection)#9 (29) {
            ["connectionString"]=>
            string(90) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=christineleeteam"
            ["username"]=>
            string(3) "stm"
            ["password"]=>
            string(16) "R4t8NfhJCNsqM3xV"
            ["schemaCachingDuration"]=>
            int(0)
            ["schemaCachingExclude"]=>
            array(0) {
            }
            ["schemaCacheID"]=>
            string(5) "cache"
            ["queryCachingDuration"]=>
            int(0)
            ["queryCachingDependency"]=>
            NULL
            ["queryCachingCount"]=>
            int(0)
            ["queryCacheID"]=>
            string(5) "cache"
            ["autoConnect"]=>
            bool(true)
            ["charset"]=>
            NULL
            ["emulatePrepare"]=>
            NULL
            ["enableParamLogging"]=>
            bool(false)
            ["enableProfiling"]=>
            bool(false)
            ["tablePrefix"]=>
            NULL
            ["initSQLs"]=>
            array(1) {
              [0]=>
              string(34) "SET time_zone = "America/New_York""
            }
            ["driverMap"]=>
            array(10) {
              ["cubrid"]=>
              string(13) "CCubridSchema"
              ["pgsql"]=>
              string(12) "CPgsqlSchema"
              ["mysqli"]=>
              string(12) "CMysqlSchema"
              ["mysql"]=>
              string(12) "CMysqlSchema"
              ["sqlite"]=>
              string(13) "CSqliteSchema"
              ["sqlite2"]=>
              string(13) "CSqliteSchema"
              ["mssql"]=>
              string(12) "CMssqlSchema"
              ["dblib"]=>
              string(12) "CMssqlSchema"
              ["sqlsrv"]=>
              string(12) "CMssqlSchema"
              ["oci"]=>
              string(10) "COciSchema"
            }
            ["pdoClass"]=>
            string(3) "PDO"
            ["_driverName":"CDbConnection":private]=>
            string(5) "mysql"
            ["_attributes":"CDbConnection":private]=>
            array(0) {
            }
            ["_active":"CDbConnection":private]=>
            bool(true)
            ["_pdo":"CDbConnection":private]=>
            object(PDO)#10 (0) {
            }
            ["_transaction":"CDbConnection":private]=>
            NULL
            ["_schema":"CDbConnection":private]=>
            object(CMysqlSchema)#11 (8) {
              ["columnTypes"]=>
              array(15) {
                ["pk"]=>
                string(43) "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["bigpk"]=>
                string(46) "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["string"]=>
                string(12) "varchar(255)"
                ["text"]=>
                string(4) "text"
                ["integer"]=>
                string(7) "int(11)"
                ["bigint"]=>
                string(10) "bigint(20)"
                ["float"]=>
                string(5) "float"
                ["decimal"]=>
                string(7) "decimal"
                ["datetime"]=>
                string(8) "datetime"
                ["timestamp"]=>
                string(9) "timestamp"
                ["time"]=>
                string(4) "time"
                ["date"]=>
                string(4) "date"
                ["binary"]=>
                string(4) "blob"
                ["boolean"]=>
                string(10) "tinyint(1)"
                ["money"]=>
                string(13) "decimal(19,4)"
              }
              ["_tableNames":"CDbSchema":private]=>
              array(0) {
              }
              ["_tables":"CDbSchema":private]=>
              array(2) {
                ["domains"]=>
                object(CMysqlTableSchema)#15 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(7) "domains"
                  ["rawName"]=>
                  string(9) "`domains`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(4) {
                    ["cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["admin_cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["account_id"]=>
                    array(2) {
                      [0]=>
                      string(8) "accounts"
                      [1]=>
                      string(2) "id"
                    }
                    ["home_page_cms_content_id"]=>
                    array(2) {
                      [0]=>
                      string(12) "cms_contents"
                      [1]=>
                      string(2) "id"
                    }
                  }
                  ["columns"]=>
                  array(12) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#16 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["account_id"]=>
                    object(CMysqlColumnSchema)#17 (15) {
                      ["name"]=>
                      string(10) "account_id"
                      ["rawName"]=>
                      string(12) "`account_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["cms_theme_id"]=>
                    object(CMysqlColumnSchema)#18 (15) {
                      ["name"]=>
                      string(12) "cms_theme_id"
                      ["rawName"]=>
                      string(14) "`cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(10) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(10)
                      ["precision"]=>
                      int(10)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["admin_cms_theme_id"]=>
                    object(CMysqlColumnSchema)#19 (15) {
                      ["name"]=>
                      string(18) "admin_cms_theme_id"
                      ["rawName"]=>
                      string(20) "`admin_cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      string(1) "2"
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["home_page_cms_content_id"]=>
                    object(CMysqlColumnSchema)#20 (15) {
                      ["name"]=>
                      string(24) "home_page_cms_content_id"
                      ["rawName"]=>
                      string(26) "`home_page_cms_content_id`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#21 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["description"]=>
                    object(CMysqlColumnSchema)#22 (15) {
                      ["name"]=>
                      string(11) "description"
                      ["rawName"]=>
                      string(13) "`description`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["directory"]=>
                    object(CMysqlColumnSchema)#23 (15) {
                      ["name"]=>
                      string(9) "directory"
                      ["rawName"]=>
                      string(11) "`directory`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_active"]=>
                    object(CMysqlColumnSchema)#24 (15) {
                      ["name"]=>
                      string(9) "is_active"
                      ["rawName"]=>
                      string(11) "`is_active`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_primary"]=>
                    object(CMysqlColumnSchema)#25 (15) {
                      ["name"]=>
                      string(10) "is_primary"
                      ["rawName"]=>
                      string(12) "`is_primary`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["for_emails"]=>
                    object(CMysqlColumnSchema)#26 (15) {
                      ["name"]=>
                      string(10) "for_emails"
                      ["rawName"]=>
                      string(12) "`for_emails`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_deleted"]=>
                    object(CMysqlColumnSchema)#27 (15) {
                      ["name"]=>
                      string(10) "is_deleted"
                      ["rawName"]=>
                      string(12) "`is_deleted`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
                ["cms_themes"]=>
                object(CMysqlTableSchema)#35 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(10) "cms_themes"
                  ["rawName"]=>
                  string(12) "`cms_themes`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(0) {
                  }
                  ["columns"]=>
                  array(4) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#33 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["status"]=>
                    object(CMysqlColumnSchema)#37 (15) {
                      ["name"]=>
                      string(6) "status"
                      ["rawName"]=>
                      string(8) "`status`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#38 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(12) "varchar(100)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(100)
                      ["precision"]=>
                      int(100)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["added"]=>
                    object(CMysqlColumnSchema)#39 (15) {
                      ["name"]=>
                      string(5) "added"
                      ["rawName"]=>
                      string(7) "`added`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(8) "datetime"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      NULL
                      ["precision"]=>
                      NULL
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
              }
              ["_connection":"CDbSchema":private]=>
              *RECURSION*
              ["_builder":"CDbSchema":private]=>
              object(CMysqlCommandBuilder)#12 (4) {
                ["_schema":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_connection":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_e":"CComponent":private]=>
                NULL
                ["_m":"CComponent":private]=>
                NULL
              }
              ["_cacheExclude":"CDbSchema":private]=>
              array(0) {
              }
              ["_e":"CComponent":private]=>
              NULL
              ["_m":"CComponent":private]=>
              NULL
            }
            ["behaviors"]=>
            array(0) {
            }
            ["_initialized":"CApplicationComponent":private]=>
            bool(true)
            ["_e":"CComponent":private]=>
            NULL
            ["_m":"CComponent":private]=>
            NULL
          }
          ["autoStart"]=>
          bool(true)
          ["_frozenData":"CHttpSession":private]=>
          NULL
          ["behaviors"]=>
          array(0) {
          }
          ["_initialized":"CApplicationComponent":private]=>
          bool(true)
          ["_e":"CComponent":private]=>
          NULL
          ["_m":"CComponent":private]=>
          NULL
        }
        [1]=>
        string(12) "writeSession"
      }
      [4]=>
      array(2) {
        [0]=>
        object(StmSession)#43 (10) {
          ["connectionID"]=>
          string(2) "db"
          ["sessionTableName"]=>
          string(10) "YiiSession"
          ["autoCreateSessionTable"]=>
          bool(false)
          ["_db":"CDbHttpSession":private]=>
          object(CDbConnection)#9 (29) {
            ["connectionString"]=>
            string(90) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=christineleeteam"
            ["username"]=>
            string(3) "stm"
            ["password"]=>
            string(16) "R4t8NfhJCNsqM3xV"
            ["schemaCachingDuration"]=>
            int(0)
            ["schemaCachingExclude"]=>
            array(0) {
            }
            ["schemaCacheID"]=>
            string(5) "cache"
            ["queryCachingDuration"]=>
            int(0)
            ["queryCachingDependency"]=>
            NULL
            ["queryCachingCount"]=>
            int(0)
            ["queryCacheID"]=>
            string(5) "cache"
            ["autoConnect"]=>
            bool(true)
            ["charset"]=>
            NULL
            ["emulatePrepare"]=>
            NULL
            ["enableParamLogging"]=>
            bool(false)
            ["enableProfiling"]=>
            bool(false)
            ["tablePrefix"]=>
            NULL
            ["initSQLs"]=>
            array(1) {
              [0]=>
              string(34) "SET time_zone = "America/New_York""
            }
            ["driverMap"]=>
            array(10) {
              ["cubrid"]=>
              string(13) "CCubridSchema"
              ["pgsql"]=>
              string(12) "CPgsqlSchema"
              ["mysqli"]=>
              string(12) "CMysqlSchema"
              ["mysql"]=>
              string(12) "CMysqlSchema"
              ["sqlite"]=>
              string(13) "CSqliteSchema"
              ["sqlite2"]=>
              string(13) "CSqliteSchema"
              ["mssql"]=>
              string(12) "CMssqlSchema"
              ["dblib"]=>
              string(12) "CMssqlSchema"
              ["sqlsrv"]=>
              string(12) "CMssqlSchema"
              ["oci"]=>
              string(10) "COciSchema"
            }
            ["pdoClass"]=>
            string(3) "PDO"
            ["_driverName":"CDbConnection":private]=>
            string(5) "mysql"
            ["_attributes":"CDbConnection":private]=>
            array(0) {
            }
            ["_active":"CDbConnection":private]=>
            bool(true)
            ["_pdo":"CDbConnection":private]=>
            object(PDO)#10 (0) {
            }
            ["_transaction":"CDbConnection":private]=>
            NULL
            ["_schema":"CDbConnection":private]=>
            object(CMysqlSchema)#11 (8) {
              ["columnTypes"]=>
              array(15) {
                ["pk"]=>
                string(43) "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["bigpk"]=>
                string(46) "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["string"]=>
                string(12) "varchar(255)"
                ["text"]=>
                string(4) "text"
                ["integer"]=>
                string(7) "int(11)"
                ["bigint"]=>
                string(10) "bigint(20)"
                ["float"]=>
                string(5) "float"
                ["decimal"]=>
                string(7) "decimal"
                ["datetime"]=>
                string(8) "datetime"
                ["timestamp"]=>
                string(9) "timestamp"
                ["time"]=>
                string(4) "time"
                ["date"]=>
                string(4) "date"
                ["binary"]=>
                string(4) "blob"
                ["boolean"]=>
                string(10) "tinyint(1)"
                ["money"]=>
                string(13) "decimal(19,4)"
              }
              ["_tableNames":"CDbSchema":private]=>
              array(0) {
              }
              ["_tables":"CDbSchema":private]=>
              array(2) {
                ["domains"]=>
                object(CMysqlTableSchema)#15 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(7) "domains"
                  ["rawName"]=>
                  string(9) "`domains`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(4) {
                    ["cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["admin_cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["account_id"]=>
                    array(2) {
                      [0]=>
                      string(8) "accounts"
                      [1]=>
                      string(2) "id"
                    }
                    ["home_page_cms_content_id"]=>
                    array(2) {
                      [0]=>
                      string(12) "cms_contents"
                      [1]=>
                      string(2) "id"
                    }
                  }
                  ["columns"]=>
                  array(12) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#16 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["account_id"]=>
                    object(CMysqlColumnSchema)#17 (15) {
                      ["name"]=>
                      string(10) "account_id"
                      ["rawName"]=>
                      string(12) "`account_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["cms_theme_id"]=>
                    object(CMysqlColumnSchema)#18 (15) {
                      ["name"]=>
                      string(12) "cms_theme_id"
                      ["rawName"]=>
                      string(14) "`cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(10) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(10)
                      ["precision"]=>
                      int(10)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["admin_cms_theme_id"]=>
                    object(CMysqlColumnSchema)#19 (15) {
                      ["name"]=>
                      string(18) "admin_cms_theme_id"
                      ["rawName"]=>
                      string(20) "`admin_cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      string(1) "2"
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["home_page_cms_content_id"]=>
                    object(CMysqlColumnSchema)#20 (15) {
                      ["name"]=>
                      string(24) "home_page_cms_content_id"
                      ["rawName"]=>
                      string(26) "`home_page_cms_content_id`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#21 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["description"]=>
                    object(CMysqlColumnSchema)#22 (15) {
                      ["name"]=>
                      string(11) "description"
                      ["rawName"]=>
                      string(13) "`description`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["directory"]=>
                    object(CMysqlColumnSchema)#23 (15) {
                      ["name"]=>
                      string(9) "directory"
                      ["rawName"]=>
                      string(11) "`directory`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_active"]=>
                    object(CMysqlColumnSchema)#24 (15) {
                      ["name"]=>
                      string(9) "is_active"
                      ["rawName"]=>
                      string(11) "`is_active`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_primary"]=>
                    object(CMysqlColumnSchema)#25 (15) {
                      ["name"]=>
                      string(10) "is_primary"
                      ["rawName"]=>
                      string(12) "`is_primary`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["for_emails"]=>
                    object(CMysqlColumnSchema)#26 (15) {
                      ["name"]=>
                      string(10) "for_emails"
                      ["rawName"]=>
                      string(12) "`for_emails`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_deleted"]=>
                    object(CMysqlColumnSchema)#27 (15) {
                      ["name"]=>
                      string(10) "is_deleted"
                      ["rawName"]=>
                      string(12) "`is_deleted`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
                ["cms_themes"]=>
                object(CMysqlTableSchema)#35 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(10) "cms_themes"
                  ["rawName"]=>
                  string(12) "`cms_themes`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(0) {
                  }
                  ["columns"]=>
                  array(4) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#33 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["status"]=>
                    object(CMysqlColumnSchema)#37 (15) {
                      ["name"]=>
                      string(6) "status"
                      ["rawName"]=>
                      string(8) "`status`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#38 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(12) "varchar(100)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(100)
                      ["precision"]=>
                      int(100)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["added"]=>
                    object(CMysqlColumnSchema)#39 (15) {
                      ["name"]=>
                      string(5) "added"
                      ["rawName"]=>
                      string(7) "`added`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(8) "datetime"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      NULL
                      ["precision"]=>
                      NULL
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
              }
              ["_connection":"CDbSchema":private]=>
              *RECURSION*
              ["_builder":"CDbSchema":private]=>
              object(CMysqlCommandBuilder)#12 (4) {
                ["_schema":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_connection":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_e":"CComponent":private]=>
                NULL
                ["_m":"CComponent":private]=>
                NULL
              }
              ["_cacheExclude":"CDbSchema":private]=>
              array(0) {
              }
              ["_e":"CComponent":private]=>
              NULL
              ["_m":"CComponent":private]=>
              NULL
            }
            ["behaviors"]=>
            array(0) {
            }
            ["_initialized":"CApplicationComponent":private]=>
            bool(true)
            ["_e":"CComponent":private]=>
            NULL
            ["_m":"CComponent":private]=>
            NULL
          }
          ["autoStart"]=>
          bool(true)
          ["_frozenData":"CHttpSession":private]=>
          NULL
          ["behaviors"]=>
          array(0) {
          }
          ["_initialized":"CApplicationComponent":private]=>
          bool(true)
          ["_e":"CComponent":private]=>
          NULL
          ["_m":"CComponent":private]=>
          NULL
        }
        [1]=>
        string(14) "destroySession"
      }
      [5]=>
      array(2) {
        [0]=>
        object(StmSession)#43 (10) {
          ["connectionID"]=>
          string(2) "db"
          ["sessionTableName"]=>
          string(10) "YiiSession"
          ["autoCreateSessionTable"]=>
          bool(false)
          ["_db":"CDbHttpSession":private]=>
          object(CDbConnection)#9 (29) {
            ["connectionString"]=>
            string(90) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=christineleeteam"
            ["username"]=>
            string(3) "stm"
            ["password"]=>
            string(16) "R4t8NfhJCNsqM3xV"
            ["schemaCachingDuration"]=>
            int(0)
            ["schemaCachingExclude"]=>
            array(0) {
            }
            ["schemaCacheID"]=>
            string(5) "cache"
            ["queryCachingDuration"]=>
            int(0)
            ["queryCachingDependency"]=>
            NULL
            ["queryCachingCount"]=>
            int(0)
            ["queryCacheID"]=>
            string(5) "cache"
            ["autoConnect"]=>
            bool(true)
            ["charset"]=>
            NULL
            ["emulatePrepare"]=>
            NULL
            ["enableParamLogging"]=>
            bool(false)
            ["enableProfiling"]=>
            bool(false)
            ["tablePrefix"]=>
            NULL
            ["initSQLs"]=>
            array(1) {
              [0]=>
              string(34) "SET time_zone = "America/New_York""
            }
            ["driverMap"]=>
            array(10) {
              ["cubrid"]=>
              string(13) "CCubridSchema"
              ["pgsql"]=>
              string(12) "CPgsqlSchema"
              ["mysqli"]=>
              string(12) "CMysqlSchema"
              ["mysql"]=>
              string(12) "CMysqlSchema"
              ["sqlite"]=>
              string(13) "CSqliteSchema"
              ["sqlite2"]=>
              string(13) "CSqliteSchema"
              ["mssql"]=>
              string(12) "CMssqlSchema"
              ["dblib"]=>
              string(12) "CMssqlSchema"
              ["sqlsrv"]=>
              string(12) "CMssqlSchema"
              ["oci"]=>
              string(10) "COciSchema"
            }
            ["pdoClass"]=>
            string(3) "PDO"
            ["_driverName":"CDbConnection":private]=>
            string(5) "mysql"
            ["_attributes":"CDbConnection":private]=>
            array(0) {
            }
            ["_active":"CDbConnection":private]=>
            bool(true)
            ["_pdo":"CDbConnection":private]=>
            object(PDO)#10 (0) {
            }
            ["_transaction":"CDbConnection":private]=>
            NULL
            ["_schema":"CDbConnection":private]=>
            object(CMysqlSchema)#11 (8) {
              ["columnTypes"]=>
              array(15) {
                ["pk"]=>
                string(43) "int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["bigpk"]=>
                string(46) "bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY"
                ["string"]=>
                string(12) "varchar(255)"
                ["text"]=>
                string(4) "text"
                ["integer"]=>
                string(7) "int(11)"
                ["bigint"]=>
                string(10) "bigint(20)"
                ["float"]=>
                string(5) "float"
                ["decimal"]=>
                string(7) "decimal"
                ["datetime"]=>
                string(8) "datetime"
                ["timestamp"]=>
                string(9) "timestamp"
                ["time"]=>
                string(4) "time"
                ["date"]=>
                string(4) "date"
                ["binary"]=>
                string(4) "blob"
                ["boolean"]=>
                string(10) "tinyint(1)"
                ["money"]=>
                string(13) "decimal(19,4)"
              }
              ["_tableNames":"CDbSchema":private]=>
              array(0) {
              }
              ["_tables":"CDbSchema":private]=>
              array(2) {
                ["domains"]=>
                object(CMysqlTableSchema)#15 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(7) "domains"
                  ["rawName"]=>
                  string(9) "`domains`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(4) {
                    ["cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["admin_cms_theme_id"]=>
                    array(2) {
                      [0]=>
                      string(10) "cms_themes"
                      [1]=>
                      string(2) "id"
                    }
                    ["account_id"]=>
                    array(2) {
                      [0]=>
                      string(8) "accounts"
                      [1]=>
                      string(2) "id"
                    }
                    ["home_page_cms_content_id"]=>
                    array(2) {
                      [0]=>
                      string(12) "cms_contents"
                      [1]=>
                      string(2) "id"
                    }
                  }
                  ["columns"]=>
                  array(12) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#16 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["account_id"]=>
                    object(CMysqlColumnSchema)#17 (15) {
                      ["name"]=>
                      string(10) "account_id"
                      ["rawName"]=>
                      string(12) "`account_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["cms_theme_id"]=>
                    object(CMysqlColumnSchema)#18 (15) {
                      ["name"]=>
                      string(12) "cms_theme_id"
                      ["rawName"]=>
                      string(14) "`cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(10) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(10)
                      ["precision"]=>
                      int(10)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["admin_cms_theme_id"]=>
                    object(CMysqlColumnSchema)#19 (15) {
                      ["name"]=>
                      string(18) "admin_cms_theme_id"
                      ["rawName"]=>
                      string(20) "`admin_cms_theme_id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      string(1) "2"
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["home_page_cms_content_id"]=>
                    object(CMysqlColumnSchema)#20 (15) {
                      ["name"]=>
                      string(24) "home_page_cms_content_id"
                      ["rawName"]=>
                      string(26) "`home_page_cms_content_id`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(7) "int(11)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(true)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#21 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["description"]=>
                    object(CMysqlColumnSchema)#22 (15) {
                      ["name"]=>
                      string(11) "description"
                      ["rawName"]=>
                      string(13) "`description`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["directory"]=>
                    object(CMysqlColumnSchema)#23 (15) {
                      ["name"]=>
                      string(9) "directory"
                      ["rawName"]=>
                      string(11) "`directory`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(11) "varchar(63)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(63)
                      ["precision"]=>
                      int(63)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_active"]=>
                    object(CMysqlColumnSchema)#24 (15) {
                      ["name"]=>
                      string(9) "is_active"
                      ["rawName"]=>
                      string(11) "`is_active`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_primary"]=>
                    object(CMysqlColumnSchema)#25 (15) {
                      ["name"]=>
                      string(10) "is_primary"
                      ["rawName"]=>
                      string(12) "`is_primary`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["for_emails"]=>
                    object(CMysqlColumnSchema)#26 (15) {
                      ["name"]=>
                      string(10) "for_emails"
                      ["rawName"]=>
                      string(12) "`for_emails`"
                      ["allowNull"]=>
                      bool(true)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["is_deleted"]=>
                    object(CMysqlColumnSchema)#27 (15) {
                      ["name"]=>
                      string(10) "is_deleted"
                      ["rawName"]=>
                      string(12) "`is_deleted`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(0)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
                ["cms_themes"]=>
                object(CMysqlTableSchema)#35 (9) {
                  ["schemaName"]=>
                  NULL
                  ["name"]=>
                  string(10) "cms_themes"
                  ["rawName"]=>
                  string(12) "`cms_themes`"
                  ["primaryKey"]=>
                  string(2) "id"
                  ["sequenceName"]=>
                  string(0) ""
                  ["foreignKeys"]=>
                  array(0) {
                  }
                  ["columns"]=>
                  array(4) {
                    ["id"]=>
                    object(CMysqlColumnSchema)#33 (15) {
                      ["name"]=>
                      string(2) "id"
                      ["rawName"]=>
                      string(4) "`id`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(16) "int(11) unsigned"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(11)
                      ["precision"]=>
                      int(11)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(true)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(true)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["status"]=>
                    object(CMysqlColumnSchema)#37 (15) {
                      ["name"]=>
                      string(6) "status"
                      ["rawName"]=>
                      string(8) "`status`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(10) "tinyint(1)"
                      ["type"]=>
                      string(7) "integer"
                      ["defaultValue"]=>
                      int(1)
                      ["size"]=>
                      int(1)
                      ["precision"]=>
                      int(1)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["name"]=>
                    object(CMysqlColumnSchema)#38 (15) {
                      ["name"]=>
                      string(4) "name"
                      ["rawName"]=>
                      string(6) "`name`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(12) "varchar(100)"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      int(100)
                      ["precision"]=>
                      int(100)
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                    ["added"]=>
                    object(CMysqlColumnSchema)#39 (15) {
                      ["name"]=>
                      string(5) "added"
                      ["rawName"]=>
                      string(7) "`added`"
                      ["allowNull"]=>
                      bool(false)
                      ["dbType"]=>
                      string(8) "datetime"
                      ["type"]=>
                      string(6) "string"
                      ["defaultValue"]=>
                      NULL
                      ["size"]=>
                      NULL
                      ["precision"]=>
                      NULL
                      ["scale"]=>
                      NULL
                      ["isPrimaryKey"]=>
                      bool(false)
                      ["isForeignKey"]=>
                      bool(false)
                      ["autoIncrement"]=>
                      bool(false)
                      ["comment"]=>
                      string(0) ""
                      ["_e":"CComponent":private]=>
                      NULL
                      ["_m":"CComponent":private]=>
                      NULL
                    }
                  }
                  ["_e":"CComponent":private]=>
                  NULL
                  ["_m":"CComponent":private]=>
                  NULL
                }
              }
              ["_connection":"CDbSchema":private]=>
              *RECURSION*
              ["_builder":"CDbSchema":private]=>
              object(CMysqlCommandBuilder)#12 (4) {
                ["_schema":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_connection":"CDbCommandBuilder":private]=>
                *RECURSION*
                ["_e":"CComponent":private]=>
                NULL
                ["_m":"CComponent":private]=>
                NULL
              }
              ["_cacheExclude":"CDbSchema":private]=>
              array(0) {
              }
              ["_e":"CComponent":private]=>
              NULL
              ["_m":"CComponent":private]=>
              NULL
            }
            ["behaviors"]=>
            array(0) {
            }
            ["_initialized":"CApplicationComponent":private]=>
            bool(true)
            ["_e":"CComponent":private]=>
            NULL
            ["_m":"CComponent":private]=>
            NULL
          }
          ["autoStart"]=>
          bool(true)
          ["_frozenData":"CHttpSession":private]=>
          NULL
          ["behaviors"]=>
          array(0) {
          }
          ["_initialized":"CApplicationComponent":private]=>
          bool(true)
          ["_e":"CComponent":private]=>
          NULL
          ["_m":"CComponent":private]=>
          NULL
        }
        [1]=>
        string(9) "gcSession"
      }
    }
  }
  [2]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(4286)
    ["function"]=>
    string(4) "open"
    ["class"]=>
    string(12) "CHttpSession"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [3]=>
  array(6) {
    ["file"]=>
    string(78) "/mnt/stm_web/var/www/stm_app/protected/modules/admin/components/StmWebUser.php"
    ["line"]=>
    int(41)
    ["function"]=>
    string(4) "init"
    ["class"]=>
    string(8) "CWebUser"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [4]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(1104)
    ["function"]=>
    string(4) "init"
    ["class"]=>
    string(10) "StmWebUser"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [5]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(956)
    ["function"]=>
    string(12) "getComponent"
    ["class"]=>
    string(7) "CModule"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      string(4) "user"
    }
  }
  [6]=>
  array(6) {
    ["file"]=>
    string(87) "/mnt/stm_web/var/www/stm_app/protected/modules/admin/components/StmBaseActiveRecord.php"
    ["line"]=>
    int(91)
    ["function"]=>
    string(5) "__get"
    ["class"]=>
    string(7) "CModule"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      string(4) "user"
    }
  }
  [7]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(7710)
    ["function"]=>
    string(12) "defaultScope"
    ["class"]=>
    string(19) "StmBaseActiveRecord"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [8]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(8222)
    ["function"]=>
    string(13) "getDbCriteria"
    ["class"]=>
    string(13) "CActiveRecord"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      bool(false)
    }
  }
  [9]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(8244)
    ["function"]=>
    string(13) "getTableAlias"
    ["class"]=>
    string(13) "CActiveRecord"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      bool(true)
    }
  }
  [10]=>
  array(6) {
    ["file"]=>
    string(74) "/mnt/stm_web/var/www/stm_app/protected/modules/admin/StmWebApplication.php"
    ["line"]=>
    int(154)
    ["function"]=>
    string(8) "findByPk"
    ["class"]=>
    string(13) "CActiveRecord"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      string(1) "2"
    }
  }
  [11]=>
  array(6) {
    ["file"]=>
    string(58) "/mnt/stm_web/var/www/stm_frameworks/yii/1.1.24/yiilite.php"
    ["line"]=>
    int(56)
    ["function"]=>
    string(11) "__construct"
    ["class"]=>
    string(17) "StmWebApplication"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      array(9) {
        ["name"]=>
        string(16) "Seize The Market"
        ["timeZone"]=>
        string(16) "America/New_York"
        ["theme"]=>
        string(9) "standard2"
        ["preload"]=>
        array(1) {
          [0]=>
          string(3) "log"
        }
        ["import"]=>
        array(6) {
          [0]=>
          string(18) "hq_module.models.*"
          [1]=>
          string(20) "application.models.*"
          [2]=>
          string(24) "application.components.*"
          [3]=>
          string(21) "application.helpers.*"
          [4]=>
          string(43) "stm_app.modules.admin.extensions.yii-mail.*"
          [5]=>
          string(50) "stm_app.modules.admin.components.widgets.StmWidget"
        }
        ["modules"]=>
        array(3) {
          ["admin"]=>
          array(1) {
            ["class"]=>
            string(33) "stm_app.modules.admin.AdminModule"
          }
          ["admin2"]=>
          array(1) {
            ["class"]=>
            string(34) "stm_app.modules.admin2.AdminModule"
          }
          ["front"]=>
          array(1) {
            ["class"]=>
            string(33) "stm_app.modules.front.FrontModule"
          }
        }
        ["aliases"]=>
        array(1) {
          ["RestfullYii"]=>
          string(65) "stm_app.modules.admin.extensions.RESTFullYii.starship.RestfullYii"
        }
        ["components"]=>
        array(35) {
          ["clientScript"]=>
          array(3) {
            ["class"]=>
            string(15) "StmClientScript"
            ["coreScriptPosition"]=>
            int(2)
            ["defaultScriptFilePosition"]=>
            int(2)
          }
          ["widgetFactory"]=>
          array(1) {
            ["widgets"]=>
            array(2) {
              ["CJuiDateTimePicker"]=>
              array(1) {
                ["options"]=>
                array(2) {
                  ["controlType"]=>
                  string(6) "select"
                  ["ampm"]=>
                  bool(true)
                }
              }
              ["CJuiTabs"]=>
              array(1) {
                ["options"]=>
                array(1) {
                  ["beforeLoad"]=>
                  object(CJavaScriptExpression)#3 (1) {
                    ["code"]=>
                    string(309) "
                            function (event, ui) {
                                if ($(ui.panel).is(":empty")) {
                                    $(ui.panel).html("

Loading, please wait...

"); } } " } } } } } ["assetManager"]=> array(0) { } ["apcCache"]=> array(1) { ["class"]=> string(24) "system.caching.CApcCache" } ["fileCache"]=> array(2) { ["class"]=> string(25) "system.caching.CFileCache" ["cachePath"]=> string(52) "/mnt/stm_web/var/www/stm_app/protected/runtime/cache" } ["registry"]=> array(1) { ["class"]=> string(32) "admin_module.components.Registry" } ["stmFunctions"]=> array(1) { ["class"]=> string(36) "admin_module.components.StmFunctions" } ["bombbomb"]=> array(1) { ["class"]=> string(35) "admin_module.components.StmBombBomb" } ["plivo"]=> array(4) { ["class"]=> string(41) "admin_module.components.StmPlivo.StmPlivo" ["auth_id"]=> string(20) "MANGFLOWNJMJU5NWY2OD" ["auth_token"]=> string(40) "MjE5ZTkwMDA2ZGU4NDJjYWJhOGNhNDkwNmQxYjQ2" ["primary_phone"]=> string(11) "19042745560" } ["twilio"]=> array(1) { ["class"]=> string(43) "admin_module.components.StmTwilio.StmTwilio" } ["session"]=> array(5) { ["class"]=> string(27) "admin.components.StmSession" ["autoCreateSessionTable"]=> bool(false) ["connectionID"]=> string(2) "db" ["timeout"]=> int(28800) ["cookieParams"]=> array(3) { ["lifetime"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(21) ".christineleeteam.com" } } ["passwordGenerator"]=> array(1) { ["class"]=> string(44) "admin_module.components.StmPasswordGenerator" } ["imap"]=> array(4) { ["class"]=> string(31) "admin_module.components.StmImap" ["connectionString"]=> string(65) "{mail.seizethemarket.net:993/imap/ssl/novalidate-cert/norsh}INBOX" ["userName"]=> string(35) "contactresponses@seizethemarket.net" ["password"]=> string(12) "pr-baBuP46jA" } ["trafficTracker"]=> array(1) { ["class"]=> string(41) "admin_module.components.StmTrafficTracker" } ["userAgent"]=> array(1) { ["class"]=> string(42) "admin_module.components.StmUserAgentParser" } ["user"]=> array(2) { ["allowAutoLogin"]=> bool(true) ["class"]=> string(34) "admin_module.components.StmWebUser" } ["authManager"]=> array(5) { ["class"]=> string(14) "CDbAuthManager" ["connectionID"]=> string(2) "db" ["assignmentTable"]=> string(15) "auth_assignment" ["itemTable"]=> string(9) "auth_item" ["itemChildTable"]=> string(15) "auth_item_child" } ["curl"]=> array(2) { ["class"]=> string(28) "admin_module.extensions.Curl" ["options"]=> array(1) { ["setOptions"]=> array(1) { [64]=> bool(false) } } } ["dropbox"]=> array(4) { ["class"]=> string(42) "admin_module.extensions.dropbox.YiiDropbox" ["appKey"]=> string(0) "" ["appSecret"]=> string(0) "" ["root"]=> string(7) "dropbox" } ["phpThumb"]=> array(1) { ["class"]=> string(43) "admin_module.extensions.EPhpThumb.EPhpThumb" } ["request"]=> array(1) { ["class"]=> string(38) "admin_module.components.StmHttpRequest" } ["mail"]=> array(5) { ["class"]=> string(31) "admin_module.components.StmMail" ["transportType"]=> string(4) "smtp" ["viewPath"]=> string(25) "admin_module.views.emails" ["bccRecipients"]=> array(0) { } ["transportOptions"]=> array(4) { ["host"]=> string(23) "mail.seizethemarket.net" ["username"]=> string(0) "" ["password"]=> string(0) "" ["port"]=> int(587) } } ["phpseclib"]=> array(1) { ["class"]=> string(30) "admin_exts.phpseclib.PhpSecLib" } ["urlManager"]=> array(3) { ["urlFormat"]=> string(4) "path" ["showScriptName"]=> bool(false) ["rules"]=> array(156) { ["hiring-sales-growth-manager"]=> string(50) "front/site/page/pageUrl/hiring-director-growth-ops" ["admin"]=> string(16) "admin/main/index" ["admin/logout"]=> string(17) "admin/main/logout" ["admin/dashboard"]=> string(20) "admin/main/dashboard" ["admin/news"]=> string(15) "admin/main/news" ["admin/resetPassword"]=> string(24) "admin/main/resetPassword" ["admin/sessionValidate"]=> string(26) "admin/main/sessionValidate" ["admin2"]=> string(18) "admin2/index/index" ["admin2//"]=> string(28) "admin2//" ["admin/permissions/assign//"]=> string(24) "admin/permissions/assign" ["admin/permissions//"]=> string(26) "admin/permissions/" ["admin/permissions//"]=> string(26) "admin/permissions/" ["admin/closings/companyContacts/"]=> string(30) "admin/closings/companyContacts" ["admin/contacts/add/"]=> string(18) "admin/contacts/add" ["admin/cms//"]=> string(20) "admin/cms/" ["admin/cms///"]=> string(20) "admin/cms/" ["admin/cms///template//status/"]=> string(20) "admin/cms/" ["admin/cms///template//status/"]=> string(20) "admin/cms/" ["admin/cms/addComment/"]=> string(20) "admin/cms/addComment" ["admin/listingStoryboards"]=> string(31) "admin/cms/listListingStoryboard" ["admin/buyerStoryboards"]=> string(29) "admin/cms/listBuyerStoryboard" ["admin/houseValues"]=> string(25) "admin/cms/listHouseValues" ["admin/"]=> string(24) "admin/transactions/index" ["admin//add//*"]=> string(22) "admin/transactions/add" ["admin//"]=> string(23) "admin/transactions/view" ["admin//"]=> string(27) "admin/transactions/" ["admin///"]=> string(27) "admin/transactions/" ["admin///"]=> string(27) "admin/transactions/" ["admin//list/*"]=> string(24) "admin/transactions/index" ["admin/courses//module/"]=> string(18) "admin/courses/view" ["admin/courses//module//lesson/"]=> string(18) "admin/courses/view" ["admin/millionaireSystems/week/"]=> string(29) "admin/millionaireSystems/week" ["admin/millionaireSystems/week//lesson/"]=> string(31) "admin/millionaireSystems/lesson" ["admin/millionaireSystems/week//lesson//"]=> string(31) "admin/millionaireSystems/lesson" ["/admin/callSession/add/"]=> string(24) "admin/callSession/" ["admin/recruits/add//*"]=> string(18) "admin/recruits/add" ["admin/emailTemplates//contact/"]=> string(25) "admin/emailTemplates/view" ["admin/smsTemplates//contact/"]=> string(23) "admin/smsTemplates/view" ["admin/actionPlans/"]=> string(22) "admin/actionPlans/view" ["admin/craigslist/post//"]=> string(21) "admin/craigslist/post" ["admin/imageManager/"]=> string(27) "admin/imageManager/" ["admin/"]=> string(24) "admin//index" ["admin//"]=> string(23) "admin//view" ["admin///"]=> string(27) "admin//" ["admin///"]=> string(27) "admin//" ["admin///"]=> string(27) "admin//" ["admin//"]=> string(27) "admin//" ["gii"]=> string(16) "front/site/index" ["gii/"]=> string(16) "front/site/index" ["/"]=> string(16) "front/site/index" ["login"]=> string(16) "front/site/login" ["logout"]=> string(17) "front/site/logout" ["optout//*"]=> string(17) "front/site/optout" ["optout/confirm//*"]=> string(25) "front/site/optout-confirm" ["click2*"]=> string(17) "front/site/click2" ["click3*"]=> string(17) "front/site/click3" ["emailViewTracking/"]=> string(28) "front/site/emailViewTracking" ["click///"]=> string(16) "front/site/click" ["robots.txt"]=> string(20) "front/site/robotsTxt" ["sitemap.xml"]=> string(19) "front/siteMap/index" ["blog"]=> string(15) "front/site/blog" ["buyer"]=> string(16) "front/site/buyer" ["buyerinput"]=> string(21) "front/site/buyerinput" ["seller"]=> string(17) "front/site/seller" ["sellerinput"]=> string(22) "front/site/sellerinput" ["topics"]=> string(15) "front/site/blog" ["topics/"]=> string(18) "front/site/blogTag" ["forgotPassword"]=> string(25) "front/site/forgotPassword" ["forgotpassword"]=> string(25) "front/site/forgotPassword" ["value/*"]=> string(17) "front/site/values" ["values/*"]=> string(17) "front/site/values" ["free/*"]=> string(17) "front/site/values" ["ourlistings"]=> string(22) "front/site/ourlistings" ["propertytaxcalculator"]=> string(32) "front/site/propertytaxcalculator" ["marketUpdates/"]=> string(24) "front/site/marketUpdates" ["marketsnapshot"]=> string(25) "front/site/marketsnapshot" ["marketsnapshot/"]=> string(25) "front/site/marketsnapshot" ["mortgagecalculator"]=> string(29) "front/site/mortgagecalculator" ["mortgagecalculator/"]=> string(29) "front/site/mortgagecalculator" ["houseValues//*"]=> string(22) "front/site/houseValues" ["l//*"]=> string(15) "front/site/page" ["e//"]=> string(17) "front/site/events" ["reverseProspects"]=> string(27) "front/site/reverseProspects" ["search"]=> string(25) "front/site/search/id/full" ["searchAutocompleteNeighborhood"]=> string(41) "front/site/searchAutocompleteNeighborhood" ["search/"]=> string(17) "front/site/search" ["privacy"]=> string(18) "front/site/privacy" ["homes*"]=> string(17) "/front/site/homes" ["homes-search"]=> string(24) "/front/site/homes-search" ["home////"]=> string(15) "front/site/home" ["home/////"]=> string(15) "front/site/home" ["home//////"]=> string(15) "front/site/home" ["home//////light"]=> string(26) "front/site/homeLandingPage" ["home///////light"]=> string(26) "front/site/homeLandingPage" ["home//////full"]=> string(26) "front/site/homeLandingPage" ["home///////full"]=> string(26) "front/site/homeLandingPage" ["home-ajax/"]=> string(20) "front/site/home-ajax" ["homes2*"]=> string(18) "/front/site/homes2" ["map/"]=> string(14) "front/site/map" ["area//*"]=> string(15) "front/site/area" ["videoEmail"]=> string(21) "front/site/videoEmail" ["storyboard//"]=> string(21) "front/site/storyboard" ["storyboard"]=> string(25) "front/site/storyboardList" ["printFlyer/"]=> string(21) "front/site/printFlyer" ["mortgage"]=> string(19) "front/site/mortgage" ["mortgages"]=> string(19) "front/site/mortgage" ["resetPassword"]=> string(24) "front/site/resetPassword" ["resetpassword"]=> string(24) "front/site/resetPassword" ["team"]=> string(15) "front/site/team" ["team//"]=> string(15) "front/site/team" ["contact"]=> string(18) "front/site/contact" ["referanagent"]=> string(23) "front/site/referanagent" ["myAccount/"]=> string(21) "front/myAccount/index" ["myAccount/"]=> string(21) "front/myAccount/index" ["myAccount/"]=> string(24) "front/myAccount/" ["myAccount/storyboards/"]=> string(31) "front/myAccount/storyboardsEdit" ["myAccount//"]=> string(24) "front/myAccount/" ["plivo//*"]=> string(20) "front/plivo/" ["plivo2//*"]=> string(20) "front/plivo/" ["plivocall//*"]=> string(24) "front/plivocall/" ["phone//*"]=> string(20) "front/phone/" ["plivoleadroute//*"]=> string(29) "front/plivoleadroute/" ["plivoclicktocall//*"]=> string(31) "front/plivoclicktocall/" ["plivo3//*"]=> string(21) "front/plivo3/" ["plivoivr//*"]=> string(23) "front/plivoivr/" ["plivoivrhuntgroup//*"]=> string(32) "front/plivoivrhuntgroup/" ["plivoivrrecord//*"]=> string(29) "front/plivoivrrecord/" ["plivovoicemail//*"]=> string(29) "front/plivovoicemail/" ["twiliophone//*"]=> string(26) "front/twiliophone/" ["nodeapi//*"]=> string(22) "front/nodeapi/" ["searchSuggestions"]=> string(28) "front/site/searchSuggestions" ["mlseula"]=> string(18) "front/site/mlseula" ["mapsearch/search/*"]=> string(22) "front/mapsearch/search" ["mapsearch*"]=> string(21) "front/mapsearch/index" [""]=> string(15) "front/site/page" ["api/"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } ["api//"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } ["api///"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } ["api////"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } [0]=> array(3) { [0]=> string(21) "/REST.PUT" ["pattern"]=> string(29) "api//" ["verb"]=> string(3) "PUT" } [1]=> array(3) { [0]=> string(21) "/REST.PUT" ["pattern"]=> string(42) "api///" ["verb"]=> string(3) "PUT" } [2]=> array(3) { [0]=> string(21) "/REST.PUT" ["pattern"]=> string(55) "api////" ["verb"]=> string(3) "PUT" } [3]=> array(3) { [0]=> string(24) "/REST.DELETE" ["pattern"]=> string(29) "api//" ["verb"]=> string(6) "DELETE" } [4]=> array(3) { [0]=> string(24) "/REST.DELETE" ["pattern"]=> string(42) "api///" ["verb"]=> string(6) "DELETE" } [5]=> array(3) { [0]=> string(24) "/REST.DELETE" ["pattern"]=> string(55) "api////" ["verb"]=> string(6) "DELETE" } [6]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(20) "api/" ["verb"]=> string(4) "POST" } [7]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(29) "api//" ["verb"]=> string(4) "POST" } [8]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(42) "api///" ["verb"]=> string(4) "POST" } [9]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(55) "api////" ["verb"]=> string(4) "POST" } [10]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(20) "api/" ["verb"]=> string(7) "OPTIONS" } [11]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(29) "api//" ["verb"]=> string(7) "OPTIONS" } [12]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(42) "api///" ["verb"]=> string(7) "OPTIONS" } [13]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(55) "api////" ["verb"]=> string(7) "OPTIONS" } ["/"]=> string(17) "/view" ["//"]=> string(21) "/" ["/"]=> string(21) "/" } } ["errorHandler"]=> array(1) { ["errorAction"]=> string(17) "front/error/index" } ["log"]=> array(2) { ["class"]=> string(10) "CLogRouter" ["routes"]=> array(6) { [0]=> array(6) { ["class"]=> string(40) "admin_module.components.StmEmailLogRoute" ["emails"]=> array(1) { [0]=> string(24) "debug@seizethemarket.com" } ["except"]=> string(28) "exception.CHttpException.404" ["sentFrom"]=> string(36) "STM Error " ["subject"]=> string(21) "An Error Has Occurred" ["levels"]=> string(5) "error" } [1]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(14) "404_errors.log" ["levels"]=> string(5) "error" ["categories"]=> string(28) "exception.CHttpException.404" } [2]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(18) "leadgen.errors.log" ["levels"]=> string(34) "error, trace, debug, info, warning" ["categories"]=> string(7) "leadgen" } [3]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(23) "abstractform.errors.log" ["levels"]=> string(34) "error, trace, debug, info, warning" ["categories"]=> string(12) "abstractform" } [4]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(15) "spam.errors.log" ["levels"]=> string(34) "error, trace, debug, info, warning" ["categories"]=> string(4) "spam" } [5]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(12) "optedout.log" ["levels"]=> string(7) "warning" ["categories"]=> string(6) "optout" } } } ["format"]=> array(1) { ["class"]=> string(36) "admin_module.components.StmFormatter" } ["themeManager"]=> array(3) { ["class"]=> string(49) "admin_module.components.ThemeManager.ThemeManager" ["themeClass"]=> string(41) "admin_module.components.StmTheme.StmTheme" ["_basePath"]=> array(1) { [0]=> string(45) "/mnt/stm_web/var/www/stm_app/protected/themes" } } ["stm_mls"]=> array(9) { ["connectionString"]=> string(82) "mysql:host=stm-mls-slave-1.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_mls" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(6) "stmmls" ["password"]=> string(10) "STMMls123!" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["attributes"]=> array(1) { [1001]=> bool(true) } } ["stm_mls_master"]=> array(9) { ["connectionString"]=> string(81) "mysql:host=stm-mls-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_mls" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(6) "stmmls" ["password"]=> string(10) "STMMls123!" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["attributes"]=> array(1) { [1001]=> bool(true) } } ["stm_mls_slave"]=> array(9) { ["connectionString"]=> string(82) "mysql:host=stm-mls-slave-1.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_mls" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(6) "stmmls" ["password"]=> string(10) "STMMls123!" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["attributes"]=> array(1) { [1001]=> bool(true) } } ["stm_hq"]=> array(9) { ["connectionString"]=> string(80) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_hq" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } ["stm_public_records"]=> array(9) { ["connectionString"]=> string(92) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_public_records" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } ["stm_admin"]=> array(9) { ["connectionString"]=> string(83) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_admin" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } ["stm_email_delivery"]=> array(9) { ["connectionString"]=> string(92) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_email_delivery" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } } ["params"]=> array(4) { ["adminEmail"]=> string(24) "admin@seizethemarket.com" ["layoutDirectory"]=> string(9) "standard2" ["isCliEnv"]=> bool(false) ["cdn_base_url"]=> string(24) "//cdn.seizethemarket.com" } } } } [12]=> array(6) { ["file"]=> string(38) "/mnt/stm_web/var/www/stm_app/index.php" ["line"]=> int(4) ["function"]=> string(17) "createApplication" ["class"]=> string(7) "YiiBase" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> string(17) "StmWebApplication" [1]=> array(10) { ["basePath"]=> string(38) "/mnt/stm_web/var/www/stm_app/protected" ["name"]=> string(16) "Seize The Market" ["timeZone"]=> string(16) "America/New_York" ["theme"]=> string(9) "standard2" ["preload"]=> array(1) { [0]=> string(3) "log" } ["import"]=> array(6) { [0]=> string(18) "hq_module.models.*" [1]=> string(20) "application.models.*" [2]=> string(24) "application.components.*" [3]=> string(21) "application.helpers.*" [4]=> string(43) "stm_app.modules.admin.extensions.yii-mail.*" [5]=> string(50) "stm_app.modules.admin.components.widgets.StmWidget" } ["modules"]=> array(3) { ["admin"]=> array(1) { ["class"]=> string(33) "stm_app.modules.admin.AdminModule" } ["admin2"]=> array(1) { ["class"]=> string(34) "stm_app.modules.admin2.AdminModule" } ["front"]=> array(1) { ["class"]=> string(33) "stm_app.modules.front.FrontModule" } } ["aliases"]=> array(1) { ["RestfullYii"]=> string(65) "stm_app.modules.admin.extensions.RESTFullYii.starship.RestfullYii" } ["components"]=> array(35) { ["clientScript"]=> array(3) { ["class"]=> string(15) "StmClientScript" ["coreScriptPosition"]=> int(2) ["defaultScriptFilePosition"]=> int(2) } ["widgetFactory"]=> array(1) { ["widgets"]=> array(2) { ["CJuiDateTimePicker"]=> array(1) { ["options"]=> array(2) { ["controlType"]=> string(6) "select" ["ampm"]=> bool(true) } } ["CJuiTabs"]=> array(1) { ["options"]=> array(1) { ["beforeLoad"]=> object(CJavaScriptExpression)#3 (1) { ["code"]=> string(309) " function (event, ui) { if ($(ui.panel).is(":empty")) { $(ui.panel).html("

Loading, please wait...

"); } } " } } } } } ["assetManager"]=> array(0) { } ["apcCache"]=> array(1) { ["class"]=> string(24) "system.caching.CApcCache" } ["fileCache"]=> array(2) { ["class"]=> string(25) "system.caching.CFileCache" ["cachePath"]=> string(52) "/mnt/stm_web/var/www/stm_app/protected/runtime/cache" } ["registry"]=> array(1) { ["class"]=> string(32) "admin_module.components.Registry" } ["stmFunctions"]=> array(1) { ["class"]=> string(36) "admin_module.components.StmFunctions" } ["bombbomb"]=> array(1) { ["class"]=> string(35) "admin_module.components.StmBombBomb" } ["plivo"]=> array(4) { ["class"]=> string(41) "admin_module.components.StmPlivo.StmPlivo" ["auth_id"]=> string(20) "MANGFLOWNJMJU5NWY2OD" ["auth_token"]=> string(40) "MjE5ZTkwMDA2ZGU4NDJjYWJhOGNhNDkwNmQxYjQ2" ["primary_phone"]=> string(11) "19042745560" } ["twilio"]=> array(1) { ["class"]=> string(43) "admin_module.components.StmTwilio.StmTwilio" } ["session"]=> array(5) { ["class"]=> string(27) "admin.components.StmSession" ["autoCreateSessionTable"]=> bool(false) ["connectionID"]=> string(2) "db" ["timeout"]=> int(28800) ["cookieParams"]=> array(3) { ["lifetime"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(21) ".christineleeteam.com" } } ["passwordGenerator"]=> array(1) { ["class"]=> string(44) "admin_module.components.StmPasswordGenerator" } ["imap"]=> array(4) { ["class"]=> string(31) "admin_module.components.StmImap" ["connectionString"]=> string(65) "{mail.seizethemarket.net:993/imap/ssl/novalidate-cert/norsh}INBOX" ["userName"]=> string(35) "contactresponses@seizethemarket.net" ["password"]=> string(12) "pr-baBuP46jA" } ["trafficTracker"]=> array(1) { ["class"]=> string(41) "admin_module.components.StmTrafficTracker" } ["userAgent"]=> array(1) { ["class"]=> string(42) "admin_module.components.StmUserAgentParser" } ["user"]=> array(2) { ["allowAutoLogin"]=> bool(true) ["class"]=> string(34) "admin_module.components.StmWebUser" } ["authManager"]=> array(5) { ["class"]=> string(14) "CDbAuthManager" ["connectionID"]=> string(2) "db" ["assignmentTable"]=> string(15) "auth_assignment" ["itemTable"]=> string(9) "auth_item" ["itemChildTable"]=> string(15) "auth_item_child" } ["curl"]=> array(2) { ["class"]=> string(28) "admin_module.extensions.Curl" ["options"]=> array(1) { ["setOptions"]=> array(1) { [64]=> bool(false) } } } ["dropbox"]=> array(4) { ["class"]=> string(42) "admin_module.extensions.dropbox.YiiDropbox" ["appKey"]=> string(0) "" ["appSecret"]=> string(0) "" ["root"]=> string(7) "dropbox" } ["phpThumb"]=> array(1) { ["class"]=> string(43) "admin_module.extensions.EPhpThumb.EPhpThumb" } ["request"]=> array(1) { ["class"]=> string(38) "admin_module.components.StmHttpRequest" } ["mail"]=> array(5) { ["class"]=> string(31) "admin_module.components.StmMail" ["transportType"]=> string(4) "smtp" ["viewPath"]=> string(25) "admin_module.views.emails" ["bccRecipients"]=> array(0) { } ["transportOptions"]=> array(4) { ["host"]=> string(23) "mail.seizethemarket.net" ["username"]=> string(0) "" ["password"]=> string(0) "" ["port"]=> int(587) } } ["phpseclib"]=> array(1) { ["class"]=> string(30) "admin_exts.phpseclib.PhpSecLib" } ["urlManager"]=> array(3) { ["urlFormat"]=> string(4) "path" ["showScriptName"]=> bool(false) ["rules"]=> array(156) { ["hiring-sales-growth-manager"]=> string(50) "front/site/page/pageUrl/hiring-director-growth-ops" ["admin"]=> string(16) "admin/main/index" ["admin/logout"]=> string(17) "admin/main/logout" ["admin/dashboard"]=> string(20) "admin/main/dashboard" ["admin/news"]=> string(15) "admin/main/news" ["admin/resetPassword"]=> string(24) "admin/main/resetPassword" ["admin/sessionValidate"]=> string(26) "admin/main/sessionValidate" ["admin2"]=> string(18) "admin2/index/index" ["admin2//"]=> string(28) "admin2//" ["admin/permissions/assign//"]=> string(24) "admin/permissions/assign" ["admin/permissions//"]=> string(26) "admin/permissions/" ["admin/permissions//"]=> string(26) "admin/permissions/" ["admin/closings/companyContacts/"]=> string(30) "admin/closings/companyContacts" ["admin/contacts/add/"]=> string(18) "admin/contacts/add" ["admin/cms//"]=> string(20) "admin/cms/" ["admin/cms///"]=> string(20) "admin/cms/" ["admin/cms///template//status/"]=> string(20) "admin/cms/" ["admin/cms///template//status/"]=> string(20) "admin/cms/" ["admin/cms/addComment/"]=> string(20) "admin/cms/addComment" ["admin/listingStoryboards"]=> string(31) "admin/cms/listListingStoryboard" ["admin/buyerStoryboards"]=> string(29) "admin/cms/listBuyerStoryboard" ["admin/houseValues"]=> string(25) "admin/cms/listHouseValues" ["admin/"]=> string(24) "admin/transactions/index" ["admin//add//*"]=> string(22) "admin/transactions/add" ["admin//"]=> string(23) "admin/transactions/view" ["admin//"]=> string(27) "admin/transactions/" ["admin///"]=> string(27) "admin/transactions/" ["admin///"]=> string(27) "admin/transactions/" ["admin//list/*"]=> string(24) "admin/transactions/index" ["admin/courses//module/"]=> string(18) "admin/courses/view" ["admin/courses//module//lesson/"]=> string(18) "admin/courses/view" ["admin/millionaireSystems/week/"]=> string(29) "admin/millionaireSystems/week" ["admin/millionaireSystems/week//lesson/"]=> string(31) "admin/millionaireSystems/lesson" ["admin/millionaireSystems/week//lesson//"]=> string(31) "admin/millionaireSystems/lesson" ["/admin/callSession/add/"]=> string(24) "admin/callSession/" ["admin/recruits/add//*"]=> string(18) "admin/recruits/add" ["admin/emailTemplates//contact/"]=> string(25) "admin/emailTemplates/view" ["admin/smsTemplates//contact/"]=> string(23) "admin/smsTemplates/view" ["admin/actionPlans/"]=> string(22) "admin/actionPlans/view" ["admin/craigslist/post//"]=> string(21) "admin/craigslist/post" ["admin/imageManager/"]=> string(27) "admin/imageManager/" ["admin/"]=> string(24) "admin//index" ["admin//"]=> string(23) "admin//view" ["admin///"]=> string(27) "admin//" ["admin///"]=> string(27) "admin//" ["admin///"]=> string(27) "admin//" ["admin//"]=> string(27) "admin//" ["gii"]=> string(16) "front/site/index" ["gii/"]=> string(16) "front/site/index" ["/"]=> string(16) "front/site/index" ["login"]=> string(16) "front/site/login" ["logout"]=> string(17) "front/site/logout" ["optout//*"]=> string(17) "front/site/optout" ["optout/confirm//*"]=> string(25) "front/site/optout-confirm" ["click2*"]=> string(17) "front/site/click2" ["click3*"]=> string(17) "front/site/click3" ["emailViewTracking/"]=> string(28) "front/site/emailViewTracking" ["click///"]=> string(16) "front/site/click" ["robots.txt"]=> string(20) "front/site/robotsTxt" ["sitemap.xml"]=> string(19) "front/siteMap/index" ["blog"]=> string(15) "front/site/blog" ["buyer"]=> string(16) "front/site/buyer" ["buyerinput"]=> string(21) "front/site/buyerinput" ["seller"]=> string(17) "front/site/seller" ["sellerinput"]=> string(22) "front/site/sellerinput" ["topics"]=> string(15) "front/site/blog" ["topics/"]=> string(18) "front/site/blogTag" ["forgotPassword"]=> string(25) "front/site/forgotPassword" ["forgotpassword"]=> string(25) "front/site/forgotPassword" ["value/*"]=> string(17) "front/site/values" ["values/*"]=> string(17) "front/site/values" ["free/*"]=> string(17) "front/site/values" ["ourlistings"]=> string(22) "front/site/ourlistings" ["propertytaxcalculator"]=> string(32) "front/site/propertytaxcalculator" ["marketUpdates/"]=> string(24) "front/site/marketUpdates" ["marketsnapshot"]=> string(25) "front/site/marketsnapshot" ["marketsnapshot/"]=> string(25) "front/site/marketsnapshot" ["mortgagecalculator"]=> string(29) "front/site/mortgagecalculator" ["mortgagecalculator/"]=> string(29) "front/site/mortgagecalculator" ["houseValues//*"]=> string(22) "front/site/houseValues" ["l//*"]=> string(15) "front/site/page" ["e//"]=> string(17) "front/site/events" ["reverseProspects"]=> string(27) "front/site/reverseProspects" ["search"]=> string(25) "front/site/search/id/full" ["searchAutocompleteNeighborhood"]=> string(41) "front/site/searchAutocompleteNeighborhood" ["search/"]=> string(17) "front/site/search" ["privacy"]=> string(18) "front/site/privacy" ["homes*"]=> string(17) "/front/site/homes" ["homes-search"]=> string(24) "/front/site/homes-search" ["home////"]=> string(15) "front/site/home" ["home/////"]=> string(15) "front/site/home" ["home//////"]=> string(15) "front/site/home" ["home//////light"]=> string(26) "front/site/homeLandingPage" ["home///////light"]=> string(26) "front/site/homeLandingPage" ["home//////full"]=> string(26) "front/site/homeLandingPage" ["home///////full"]=> string(26) "front/site/homeLandingPage" ["home-ajax/"]=> string(20) "front/site/home-ajax" ["homes2*"]=> string(18) "/front/site/homes2" ["map/"]=> string(14) "front/site/map" ["area//*"]=> string(15) "front/site/area" ["videoEmail"]=> string(21) "front/site/videoEmail" ["storyboard//"]=> string(21) "front/site/storyboard" ["storyboard"]=> string(25) "front/site/storyboardList" ["printFlyer/"]=> string(21) "front/site/printFlyer" ["mortgage"]=> string(19) "front/site/mortgage" ["mortgages"]=> string(19) "front/site/mortgage" ["resetPassword"]=> string(24) "front/site/resetPassword" ["resetpassword"]=> string(24) "front/site/resetPassword" ["team"]=> string(15) "front/site/team" ["team//"]=> string(15) "front/site/team" ["contact"]=> string(18) "front/site/contact" ["referanagent"]=> string(23) "front/site/referanagent" ["myAccount/"]=> string(21) "front/myAccount/index" ["myAccount/"]=> string(21) "front/myAccount/index" ["myAccount/"]=> string(24) "front/myAccount/" ["myAccount/storyboards/"]=> string(31) "front/myAccount/storyboardsEdit" ["myAccount//"]=> string(24) "front/myAccount/" ["plivo//*"]=> string(20) "front/plivo/" ["plivo2//*"]=> string(20) "front/plivo/" ["plivocall//*"]=> string(24) "front/plivocall/" ["phone//*"]=> string(20) "front/phone/" ["plivoleadroute//*"]=> string(29) "front/plivoleadroute/" ["plivoclicktocall//*"]=> string(31) "front/plivoclicktocall/" ["plivo3//*"]=> string(21) "front/plivo3/" ["plivoivr//*"]=> string(23) "front/plivoivr/" ["plivoivrhuntgroup//*"]=> string(32) "front/plivoivrhuntgroup/" ["plivoivrrecord//*"]=> string(29) "front/plivoivrrecord/" ["plivovoicemail//*"]=> string(29) "front/plivovoicemail/" ["twiliophone//*"]=> string(26) "front/twiliophone/" ["nodeapi//*"]=> string(22) "front/nodeapi/" ["searchSuggestions"]=> string(28) "front/site/searchSuggestions" ["mlseula"]=> string(18) "front/site/mlseula" ["mapsearch/search/*"]=> string(22) "front/mapsearch/search" ["mapsearch*"]=> string(21) "front/mapsearch/index" [""]=> string(15) "front/site/page" ["api/"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } ["api//"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } ["api///"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } ["api////"]=> array(2) { [0]=> string(21) "/REST.GET" ["verb"]=> string(3) "GET" } [0]=> array(3) { [0]=> string(21) "/REST.PUT" ["pattern"]=> string(29) "api//" ["verb"]=> string(3) "PUT" } [1]=> array(3) { [0]=> string(21) "/REST.PUT" ["pattern"]=> string(42) "api///" ["verb"]=> string(3) "PUT" } [2]=> array(3) { [0]=> string(21) "/REST.PUT" ["pattern"]=> string(55) "api////" ["verb"]=> string(3) "PUT" } [3]=> array(3) { [0]=> string(24) "/REST.DELETE" ["pattern"]=> string(29) "api//" ["verb"]=> string(6) "DELETE" } [4]=> array(3) { [0]=> string(24) "/REST.DELETE" ["pattern"]=> string(42) "api///" ["verb"]=> string(6) "DELETE" } [5]=> array(3) { [0]=> string(24) "/REST.DELETE" ["pattern"]=> string(55) "api////" ["verb"]=> string(6) "DELETE" } [6]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(20) "api/" ["verb"]=> string(4) "POST" } [7]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(29) "api//" ["verb"]=> string(4) "POST" } [8]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(42) "api///" ["verb"]=> string(4) "POST" } [9]=> array(3) { [0]=> string(22) "/REST.POST" ["pattern"]=> string(55) "api////" ["verb"]=> string(4) "POST" } [10]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(20) "api/" ["verb"]=> string(7) "OPTIONS" } [11]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(29) "api//" ["verb"]=> string(7) "OPTIONS" } [12]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(42) "api///" ["verb"]=> string(7) "OPTIONS" } [13]=> array(3) { [0]=> string(25) "/REST.OPTIONS" ["pattern"]=> string(55) "api////" ["verb"]=> string(7) "OPTIONS" } ["/"]=> string(17) "/view" ["//"]=> string(21) "/" ["/"]=> string(21) "/" } } ["errorHandler"]=> array(1) { ["errorAction"]=> string(17) "front/error/index" } ["log"]=> array(2) { ["class"]=> string(10) "CLogRouter" ["routes"]=> array(6) { [0]=> array(6) { ["class"]=> string(40) "admin_module.components.StmEmailLogRoute" ["emails"]=> array(1) { [0]=> string(24) "debug@seizethemarket.com" } ["except"]=> string(28) "exception.CHttpException.404" ["sentFrom"]=> string(36) "STM Error " ["subject"]=> string(21) "An Error Has Occurred" ["levels"]=> string(5) "error" } [1]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(14) "404_errors.log" ["levels"]=> string(5) "error" ["categories"]=> string(28) "exception.CHttpException.404" } [2]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(18) "leadgen.errors.log" ["levels"]=> string(34) "error, trace, debug, info, warning" ["categories"]=> string(7) "leadgen" } [3]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(23) "abstractform.errors.log" ["levels"]=> string(34) "error, trace, debug, info, warning" ["categories"]=> string(12) "abstractform" } [4]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(15) "spam.errors.log" ["levels"]=> string(34) "error, trace, debug, info, warning" ["categories"]=> string(4) "spam" } [5]=> array(4) { ["class"]=> string(13) "CFileLogRoute" ["logFile"]=> string(12) "optedout.log" ["levels"]=> string(7) "warning" ["categories"]=> string(6) "optout" } } } ["format"]=> array(1) { ["class"]=> string(36) "admin_module.components.StmFormatter" } ["themeManager"]=> array(3) { ["class"]=> string(49) "admin_module.components.ThemeManager.ThemeManager" ["themeClass"]=> string(41) "admin_module.components.StmTheme.StmTheme" ["_basePath"]=> array(1) { [0]=> string(45) "/mnt/stm_web/var/www/stm_app/protected/themes" } } ["stm_mls"]=> array(9) { ["connectionString"]=> string(82) "mysql:host=stm-mls-slave-1.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_mls" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(6) "stmmls" ["password"]=> string(10) "STMMls123!" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["attributes"]=> array(1) { [1001]=> bool(true) } } ["stm_mls_master"]=> array(9) { ["connectionString"]=> string(81) "mysql:host=stm-mls-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_mls" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(6) "stmmls" ["password"]=> string(10) "STMMls123!" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["attributes"]=> array(1) { [1001]=> bool(true) } } ["stm_mls_slave"]=> array(9) { ["connectionString"]=> string(82) "mysql:host=stm-mls-slave-1.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_mls" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(6) "stmmls" ["password"]=> string(10) "STMMls123!" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["attributes"]=> array(1) { [1001]=> bool(true) } } ["stm_hq"]=> array(9) { ["connectionString"]=> string(80) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_hq" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } ["stm_public_records"]=> array(9) { ["connectionString"]=> string(92) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_public_records" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } ["stm_admin"]=> array(9) { ["connectionString"]=> string(83) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_admin" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } ["stm_email_delivery"]=> array(9) { ["connectionString"]=> string(92) "mysql:host=stm-app-master.ccmgcemupdxp.us-east-1.rds.amazonaws.com;dbname=stm_email_delivery" ["class"]=> string(13) "CDbConnection" ["emulatePrepare"]=> bool(true) ["username"]=> string(3) "stm" ["password"]=> string(16) "R4t8NfhJCNsqM3xV" ["charset"]=> string(4) "utf8" ["schemaCachingDuration"]=> int(3600) ["enableProfiling"]=> bool(false) ["initSQLs"]=> array(1) { [0]=> string(34) "SET time_zone = "America/New_York"" } } } ["params"]=> array(4) { ["adminEmail"]=> string(24) "admin@seizethemarket.com" ["layoutDirectory"]=> string(9) "standard2" ["isCliEnv"]=> bool(false) ["cdn_base_url"]=> string(24) "//cdn.seizethemarket.com" } } } } } handleError
string(77) "session_set_save_handler(): Cannot change save handler when session is active"