Database Error
Error: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine
SQL Query: SHOW FULL COLUMNS FROM `arcv_db`.`agencies`
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 502 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_result = $query;
array()
- CORE/Cake/Model/Datasource/Database/Mysql.php line 348 → DboSource->_execute(string)
$table = $this->fullTableName($model);
$fields = false;
$cols = $this->_execute('SHOW FULL COLUMNS FROM ' . $table);
if (!$cols) {
'SHOW FULL COLUMNS FROM `arcv_db`.`agencies`'
- CORE/Cake/Model/Model.php line 1397 → Mysql->describe(AppModel)
$db = $this->getDataSource();
$db->cacheSources = ($this->cacheSources && $db->cacheSources);
if (method_exists($db, 'describe')) {
$this->_schema = $db->describe($this);
}
object(AppModel) { useDbConfig => 'default' useTable => 'agencies' id => false data => array() schemaName => 'arcv_db' table => 'agencies' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null name => 'Agency' alias => 'Agency' tableToModel => array( 'agencies' => 'Agency' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Agency' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => null [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null }
- CORE/Cake/Model/Datasource/DboSource.php line 2663 → Model->schema()
}
$allFields = empty($fields);
if ($allFields) {
$fields = array_keys($Model->schema());
} elseif (!is_array($fields)) {
- CORE/Cake/Model/Datasource/DboSource.php line 1174 → DboSource->fields(AppModel)
$queryData['fields'] = $this->fields($Model, null, $queryData['fields']);
} else {
$noAssocFields = false;
$queryData['fields'] = $this->fields($Model);
}
object(AppModel) { useDbConfig => 'default' useTable => 'agencies' id => false data => array() schemaName => 'arcv_db' table => 'agencies' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null name => 'Agency' alias => 'Agency' tableToModel => array( 'agencies' => 'Agency' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Agency' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => null [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null }
- CORE/Cake/Model/Model.php line 3053 → DboSource->read(AppModel, array)
* @return array
*/
protected function _readDataSource($type, $query) {
$results = $this->getDataSource()->read($this, $query);
$this->resetAssociations();
object(AppModel) { useDbConfig => 'default' useTable => 'agencies' id => false data => array() schemaName => 'arcv_db' table => 'agencies' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null name => 'Agency' alias => 'Agency' tableToModel => array( 'agencies' => 'Agency' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Agency' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => null [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => null } array( 'conditions' => null, 'fields' => null, 'joins' => array(), 'limit' => null, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true )
- CORE/Cake/Model/Model.php line 3025 → Model->_readDataSource(string, array)
return null;
}
return $this->_readDataSource($type, $query);
}
'all' array( 'conditions' => null, 'fields' => null, 'joins' => array(), 'limit' => null, 'offset' => null, 'order' => array(), 'page' => (int) 1, 'group' => null, 'callbacks' => true )
- APP/Plugin/Default/Controller/DefaultAppController.php line 169 → Model->find(string)
$this->Session->write('active_editor', $active_editor_status);
}
$agencys = $this->Agency->find('all');
$agencies = array();
'all'
- [internal function] → DefaultAppController->beforeFilter(CakeEvent)
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(NodeController) { category_cid_landingpage => array( [maximum depth reached] ) theme => 'default' product_pagination_limit => (int) 15 news_pagination_limit => (int) 12 collection_pagination_limit => (int) 6 document_pagination_limit => (int) 10 hook => array( [maximum depth reached] ) components => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) is_mobile => false Controller => null default_lang => 'vi' lang => 'vi' lang_array => null settings => null nodeData => null cModalName => null cActionName => null cFlagPage => false currentCategory => null currentCategoryChildren => null order_price => '' action_array => array( [maximum depth reached] ) cBuff => array([maximum depth reached]) dongho_type => array( [maximum depth reached] ) dongho_day => array( [maximum depth reached] ) form_dk => array( [maximum depth reached] ) category_fields => array( [maximum depth reached] ) name => 'Node' helpers => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Node' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Cookie => object(CookieComponent) {} Ccontent => object(CcontentComponent) {} Cmodal => object(CmodalComponent) {} Cmeta => object(CmetaComponent) {} Capp => object(CappComponent) {} Clayout => object(ClayoutComponent) {} RequestHandler => object(RequestHandlerComponent) {} Upload => object(UploadComponent) {} Agency => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Event/CakeEventManager.php line 244 → call_user_func(array, CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
array( (int) 0 => object(NodeController) { category_cid_landingpage => array( (int) 0 => (int) 85, (int) 1 => (int) 86, (int) 2 => (int) 87 ) theme => 'default' product_pagination_limit => (int) 15 news_pagination_limit => (int) 12 collection_pagination_limit => (int) 6 document_pagination_limit => (int) 10 hook => array( (int) 0 => 'product' ) components => array( 'Session' => null, 'Flash' => null, 'Cookie' => null, 'Ccontent' => null, 'Cmodal' => null, 'Cmeta' => null, 'Capp' => null, 'Clayout' => null, 'RequestHandler' => null, 'Upload' => null ) uses => array( (int) 0 => 'Default.Category', (int) 1 => 'Default.Home', (int) 2 => 'Default.Node', (int) 3 => 'Default.News', (int) 4 => 'Default.Product', (int) 5 => 'Default.Rate', (int) 6 => 'Agency', (int) 7 => 'Filter', (int) 8 => 'Hang', (int) 9 => 'Faq', (int) 10 => 'Tag', (int) 11 => 'FilterItem', (int) 12 => 'FilterLinked', (int) 13 => 'UserPost', (int) 14 => 'Default.Customer', (int) 15 => 'CustomerBanner', (int) 16 => 'Team' ) is_mobile => false Controller => null default_lang => 'vi' lang => 'vi' lang_array => null settings => null nodeData => null cModalName => null cActionName => null cFlagPage => false currentCategory => null currentCategoryChildren => null order_price => '' action_array => array( 'news' => 'detail', 'category' => 'list', 'product' => 'detail', 'page' => 'detail', 'rate' => 'detail', 'video' => 'detail', 'faq' => 'detail', 'sale' => 'detail', 'tuvan' => 'detail', 'document' => 'detail', 'tiendo' => 'detail', 'collection' => 'detail' ) cBuff => array() dongho_type => array( 'au' => 'Đồng hồ cơ', 'quz' => 'Đồng hồ pin' ) dongho_day => array( 'da' => 'Dây da', 'th' => 'Dây thép' ) form_dk => array( (int) 1 => 'Tư vấn đặt lịch' ) category_fields => array( 'navbar' => 'Trên cùng', 'home_menu' => 'Trang chủ', 'footer_1' => 'Ch.trang cột 1', 'footer_2' => 'Ch.trang cột 2' ) name => 'Node' helpers => array() request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Node' layoutPath => null viewVars => array( 'is_mobile' => (int) 0, 'form_dk' => array( [maximum depth reached] ) ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( (int) 0 => 'nhan-label-sticker-thong-thuong', (int) 1 => '.html', (int) 2 => 'anh-video.html', (int) 3 => 'lien-he.html', (int) 4 => 'doi-tac-1.html', (int) 5 => 'gioi-thieu.html', (int) 6 => 'tuyen-dung.html', (int) 7 => 'san-pham.html', (int) 8 => 'dich-vu.html', 'page' => '2' ) scaffold => false methods => array( (int) 1 => 'get_giaovien_rate_num', (int) 2 => 'get_chungthuc_counts', (int) 3 => 'get_featured_giaovien', (int) 4 => 'get_lanhdao', (int) 5 => 'get_hocvien_tieubieu', (int) 6 => 'buildpc', (int) 7 => 'whois', (int) 8 => 'partner', (int) 9 => 'partners', (int) 10 => 'get_tag_from_post_node_id', (int) 11 => 'get_agency', (int) 12 => 'get_jobs', (int) 13 => 'tuyendung_list', (int) 14 => 'tuyendung_detail', (int) 15 => 'get_city_lst', (int) 16 => 'get_cities_html', (int) 17 => 'get_cities', (int) 18 => 'get_mien', (int) 19 => 'add_subcriber', (int) 20 => 'get_cat_customize', (int) 21 => 'tucauhinh', (int) 22 => 'getdomain', (int) 23 => 'get_hangs', (int) 24 => 'upload_image', (int) 25 => 'user_change_pass', (int) 26 => 'recover', (int) 27 => 'user_account', (int) 28 => 'user_banner_list', (int) 29 => 'user_banner_delete', (int) 30 => 'user_banner_add', (int) 31 => 'user_banner_edit', (int) 32 => 'user_post_add', (int) 33 => 'user_history', (int) 34 => 'user_thanks', (int) 35 => 'user_refs', (int) 36 => 'user_dashboard', (int) 37 => 'get_customer_detail', (int) 38 => 'vote', (int) 39 => 'logout', (int) 40 => 'login', (int) 41 => 'register_ajax', (int) 42 => 'register', (int) 43 => 'videos', (int) 44 => 'request_content', (int) 45 => 'index', (int) 46 => 'get_dailyphanphoi', (int) 47 => 'sidebar_menu', (int) 48 => 'count_items', (int) 49 => 'img', (int) 50 => 'tags', (int) 51 => 'get_bosuutap', (int) 52 => 'gallery_detail', (int) 53 => 'gallery', (int) 54 => 'search', (int) 55 => 'search_els', (int) 56 => 'comment', (int) 57 => 'get_child_comment', (int) 58 => 'send_rate_ajax', (int) 59 => 'send_rate', (int) 60 => 'addlike', (int) 61 => 'addlove', (int) 62 => 'rate_giaovien', (int) 63 => 'get_stars', (int) 64 => 'get_gv_stars_rate', (int) 65 => 'get_rate_count', (int) 66 => 'get_rate', (int) 67 => 'get_comment', (int) 68 => 'get_random_nodes', (int) 69 => 'get_node_parse', (int) 70 => 'get_node', (int) 71 => 'parse_html_posts', (int) 72 => 'ajax_load_posts', (int) 73 => 'get_images', (int) 74 => 'get_product_prices', (int) 75 => 'get_product_category', (int) 76 => 'get_product_category_count', (int) 77 => 'get_dynamic_rows', (int) 78 => 'get_filters', (int) 79 => 'get_nodes', (int) 80 => 'get_khoahoc', (int) 81 => 'get_khoahoc_scr', (int) 82 => 'tatcasp', (int) 83 => 'get_giangvien', (int) 84 => 'get_category_of_node', (int) 85 => 'get_category', (int) 86 => 'ketnoi', (int) 87 => 'find_root_category', (int) 88 => 'get_cbanner', (int) 89 => 'get_child_category_of', (int) 90 => 'get_tree_category_start_from', (int) 91 => 'get_list_category', (int) 92 => 'get_videos', (int) 93 => 'create_image', (int) 94 => 'checker', (int) 96 => 'rate', (int) 97 => 'cuahang', (int) 98 => 'getUserIP', (int) 99 => 'support', (int) 100 => 'get_sell_off_news', (int) 101 => 'get_youtube_videos', (int) 102 => 'get_comments', (int) 103 => 'get_home_products', (int) 104 => 'get_new_products', (int) 105 => 'get_featured_products', (int) 106 => 'get_10k_products', (int) 107 => 'get_featured_news', (int) 108 => 'get_latest_news', (int) 109 => 'get_most_read', (int) 110 => 'get_lang', (int) 111 => 'banners', (int) 112 => 'categories', (int) 113 => 'settings', (int) 114 => 'alert', (int) 115 => 't', (int) 116 => 'word_limiter', (int) 117 => 'removeXss', (int) 118 => 'remove_hostname', (int) 119 => 'is_valid_json' ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Cookie => object(CookieComponent) {} Ccontent => object(CcontentComponent) {} Cmodal => object(CmodalComponent) {} Cmeta => object(CmetaComponent) {} Capp => object(CappComponent) {} Clayout => object(ClayoutComponent) {} RequestHandler => object(RequestHandlerComponent) {} Upload => object(UploadComponent) {} Agency => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} }, (int) 1 => 'beforeFilter' ) object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(NodeController) { category_cid_landingpage => array( [maximum depth reached] ) theme => 'default' product_pagination_limit => (int) 15 news_pagination_limit => (int) 12 collection_pagination_limit => (int) 6 document_pagination_limit => (int) 10 hook => array( [maximum depth reached] ) components => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) is_mobile => false Controller => null default_lang => 'vi' lang => 'vi' lang_array => null settings => null nodeData => null cModalName => null cActionName => null cFlagPage => false currentCategory => null currentCategoryChildren => null order_price => '' action_array => array( [maximum depth reached] ) cBuff => array([maximum depth reached]) dongho_type => array( [maximum depth reached] ) dongho_day => array( [maximum depth reached] ) form_dk => array( [maximum depth reached] ) category_fields => array( [maximum depth reached] ) name => 'Node' helpers => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Node' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Cookie => object(CookieComponent) {} Ccontent => object(CcontentComponent) {} Cmodal => object(CmodalComponent) {} Cmeta => object(CmetaComponent) {} Capp => object(CappComponent) {} Clayout => object(ClayoutComponent) {} RequestHandler => object(RequestHandlerComponent) {} Upload => object(UploadComponent) {} Agency => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Controller/Controller.php line 682 → CakeEventManager->dispatch(CakeEvent)
* @triggers Controller.startup $this
*/
public function startupProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.initialize', $this));
$this->getEventManager()->dispatch(new CakeEvent('Controller.startup', $this));
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.initialize' [protected] _subject => object(NodeController) { category_cid_landingpage => array( [maximum depth reached] ) theme => 'default' product_pagination_limit => (int) 15 news_pagination_limit => (int) 12 collection_pagination_limit => (int) 6 document_pagination_limit => (int) 10 hook => array( [maximum depth reached] ) components => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) is_mobile => false Controller => null default_lang => 'vi' lang => 'vi' lang_array => null settings => null nodeData => null cModalName => null cActionName => null cFlagPage => false currentCategory => null currentCategoryChildren => null order_price => '' action_array => array( [maximum depth reached] ) cBuff => array([maximum depth reached]) dongho_type => array( [maximum depth reached] ) dongho_day => array( [maximum depth reached] ) form_dk => array( [maximum depth reached] ) category_fields => array( [maximum depth reached] ) name => 'Node' helpers => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Node' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) {} Flash => object(FlashComponent) {} Cookie => object(CookieComponent) {} Ccontent => object(CcontentComponent) {} Cmodal => object(CmodalComponent) {} Cmeta => object(CmetaComponent) {} Capp => object(CappComponent) {} Clayout => object(ClayoutComponent) {} RequestHandler => object(RequestHandlerComponent) {} Upload => object(UploadComponent) {} Agency => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Routing/Dispatcher.php line 189 → Controller->startupProcess()
*/
protected function _invoke(Controller $controller, CakeRequest $request) {
$controller->constructClasses();
$controller->startupProcess();
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(NodeController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(NodeController) { category_cid_landingpage => array( (int) 0 => (int) 85, (int) 1 => (int) 86, (int) 2 => (int) 87 ) theme => 'default' product_pagination_limit => (int) 15 news_pagination_limit => (int) 12 collection_pagination_limit => (int) 6 document_pagination_limit => (int) 10 hook => array( (int) 0 => 'product' ) components => array( 'Session' => null, 'Flash' => null, 'Cookie' => null, 'Ccontent' => null, 'Cmodal' => null, 'Cmeta' => null, 'Capp' => null, 'Clayout' => null, 'RequestHandler' => null, 'Upload' => null ) uses => array( (int) 0 => 'Default.Category', (int) 1 => 'Default.Home', (int) 2 => 'Default.Node', (int) 3 => 'Default.News', (int) 4 => 'Default.Product', (int) 5 => 'Default.Rate', (int) 6 => 'Agency', (int) 7 => 'Filter', (int) 8 => 'Hang', (int) 9 => 'Faq', (int) 10 => 'Tag', (int) 11 => 'FilterItem', (int) 12 => 'FilterLinked', (int) 13 => 'UserPost', (int) 14 => 'Default.Customer', (int) 15 => 'CustomerBanner', (int) 16 => 'Team' ) is_mobile => false Controller => null default_lang => 'vi' lang => 'vi' lang_array => null settings => null nodeData => null cModalName => null cActionName => null cFlagPage => false currentCategory => null currentCategoryChildren => null order_price => '' action_array => array( 'news' => 'detail', 'category' => 'list', 'product' => 'detail', 'page' => 'detail', 'rate' => 'detail', 'video' => 'detail', 'faq' => 'detail', 'sale' => 'detail', 'tuvan' => 'detail', 'document' => 'detail', 'tiendo' => 'detail', 'collection' => 'detail' ) cBuff => array() dongho_type => array( 'au' => 'Đồng hồ cơ', 'quz' => 'Đồng hồ pin' ) dongho_day => array( 'da' => 'Dây da', 'th' => 'Dây thép' ) form_dk => array( (int) 1 => 'Tư vấn đặt lịch' ) category_fields => array( 'navbar' => 'Trên cùng', 'home_menu' => 'Trang chủ', 'footer_1' => 'Ch.trang cột 1', 'footer_2' => 'Ch.trang cột 2' ) name => 'Node' helpers => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'nhan-label-sticker-thong-thuong.html/anh-video.html/lien-he.html/doi-tac-1.html/gioi-thieu.html/tuyen-dung.html/san-pham.html/dich-vu.html/page:2' base => '' webroot => '/' here => '/nhan-label-sticker-thong-thuong.html/anh-video.html/lien-he.html/doi-tac-1.html/gioi-thieu.html/tuyen-dung.html/san-pham.html/dich-vu.html/page:2' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Node' layoutPath => null viewVars => array( 'is_mobile' => (int) 0, 'form_dk' => array( (int) 1 => 'Tư vấn đặt lịch' ) ) view => 'index' layout => 'default' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(NodeController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => null ext => '.ctp' plugin => 'Default' cacheAction => false passedArgs => array( (int) 0 => 'nhan-label-sticker-thong-thuong', (int) 1 => '.html', (int) 2 => 'anh-video.html', (int) 3 => 'lien-he.html', (int) 4 => 'doi-tac-1.html', (int) 5 => 'gioi-thieu.html', (int) 6 => 'tuyen-dung.html', (int) 7 => 'san-pham.html', (int) 8 => 'dich-vu.html', 'page' => '2' ) scaffold => false methods => array( (int) 1 => 'get_giaovien_rate_num', (int) 2 => 'get_chungthuc_counts', (int) 3 => 'get_featured_giaovien', (int) 4 => 'get_lanhdao', (int) 5 => 'get_hocvien_tieubieu', (int) 6 => 'buildpc', (int) 7 => 'whois', (int) 8 => 'partner', (int) 9 => 'partners', (int) 10 => 'get_tag_from_post_node_id', (int) 11 => 'get_agency', (int) 12 => 'get_jobs', (int) 13 => 'tuyendung_list', (int) 14 => 'tuyendung_detail', (int) 15 => 'get_city_lst', (int) 16 => 'get_cities_html', (int) 17 => 'get_cities', (int) 18 => 'get_mien', (int) 19 => 'add_subcriber', (int) 20 => 'get_cat_customize', (int) 21 => 'tucauhinh', (int) 22 => 'getdomain', (int) 23 => 'get_hangs', (int) 24 => 'upload_image', (int) 25 => 'user_change_pass', (int) 26 => 'recover', (int) 27 => 'user_account', (int) 28 => 'user_banner_list', (int) 29 => 'user_banner_delete', (int) 30 => 'user_banner_add', (int) 31 => 'user_banner_edit', (int) 32 => 'user_post_add', (int) 33 => 'user_history', (int) 34 => 'user_thanks', (int) 35 => 'user_refs', (int) 36 => 'user_dashboard', (int) 37 => 'get_customer_detail', (int) 38 => 'vote', (int) 39 => 'logout', (int) 40 => 'login', (int) 41 => 'register_ajax', (int) 42 => 'register', (int) 43 => 'videos', (int) 44 => 'request_content', (int) 45 => 'index', (int) 46 => 'get_dailyphanphoi', (int) 47 => 'sidebar_menu', (int) 48 => 'count_items', (int) 49 => 'img', (int) 50 => 'tags', (int) 51 => 'get_bosuutap', (int) 52 => 'gallery_detail', (int) 53 => 'gallery', (int) 54 => 'search', (int) 55 => 'search_els', (int) 56 => 'comment', (int) 57 => 'get_child_comment', (int) 58 => 'send_rate_ajax', (int) 59 => 'send_rate', (int) 60 => 'addlike', (int) 61 => 'addlove', (int) 62 => 'rate_giaovien', (int) 63 => 'get_stars', (int) 64 => 'get_gv_stars_rate', (int) 65 => 'get_rate_count', (int) 66 => 'get_rate', (int) 67 => 'get_comment', (int) 68 => 'get_random_nodes', (int) 69 => 'get_node_parse', (int) 70 => 'get_node', (int) 71 => 'parse_html_posts', (int) 72 => 'ajax_load_posts', (int) 73 => 'get_images', (int) 74 => 'get_product_prices', (int) 75 => 'get_product_category', (int) 76 => 'get_product_category_count', (int) 77 => 'get_dynamic_rows', (int) 78 => 'get_filters', (int) 79 => 'get_nodes', (int) 80 => 'get_khoahoc', (int) 81 => 'get_khoahoc_scr', (int) 82 => 'tatcasp', (int) 83 => 'get_giangvien', (int) 84 => 'get_category_of_node', (int) 85 => 'get_category', (int) 86 => 'ketnoi', (int) 87 => 'find_root_category', (int) 88 => 'get_cbanner', (int) 89 => 'get_child_category_of', (int) 90 => 'get_tree_category_start_from', (int) 91 => 'get_list_category', (int) 92 => 'get_videos', (int) 93 => 'create_image', (int) 94 => 'checker', (int) 96 => 'rate', (int) 97 => 'cuahang', (int) 98 => 'getUserIP', (int) 99 => 'support', (int) 100 => 'get_sell_off_news', (int) 101 => 'get_youtube_videos', (int) 102 => 'get_comments', (int) 103 => 'get_home_products', (int) 104 => 'get_new_products', (int) 105 => 'get_featured_products', (int) 106 => 'get_10k_products', (int) 107 => 'get_featured_news', (int) 108 => 'get_latest_news', (int) 109 => 'get_most_read', (int) 110 => 'get_lang', (int) 111 => 'banners', (int) 112 => 'categories', (int) 113 => 'settings', (int) 114 => 'alert', (int) 115 => 't', (int) 116 => 'word_limiter', (int) 117 => 'removeXss', (int) 118 => 'remove_hostname', (int) 119 => 'is_valid_json' ) modelClass => 'Category' modelKey => 'node' validationErrors => null Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'DYhG93b0qyJfIxfs2gtVoUubWovniR2G0FgyC9mi' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array([maximum depth reached]) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Ccontent => object(CcontentComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cmodal => object(CmodalComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cmeta => object(CmetaComponent) { cmeta => array( [maximum depth reached] ) cmeta_robots => 'index, follow' settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Capp => object(CappComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) Controller => object(NodeController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Clayout => object(ClayoutComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } RequestHandler => object(RequestHandlerComponent) { ajaxLayout => 'ajax' enabled => true request => object(CakeRequest) {} response => object(CakeResponse) {} ext => '.html' params => array( [maximum depth reached] ) settings => array( [maximum depth reached] ) components => array([maximum depth reached]) [protected] _renderType => null [protected] _inputTypeMap => array( [maximum depth reached] ) [protected] _viewClassMap => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Upload => object(UploadComponent) { w => (int) 0 h => (int) 0 new => array([maximum depth reached]) name => null delete => null copy => null max_char => (int) 80 watermark => (int) 0 max_img => (int) 1000 text => '' settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Agency => object(AppModel) { useDbConfig => 'default' useTable => 'agencies' id => false data => array([maximum depth reached]) schemaName => 'arcv_db' table => 'agencies' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null name => 'Agency' alias => 'Agency' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => 'all' recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => 'default', 'controller' => 'node', 'action' => 'index', 'named' => array( 'page' => '2' ), 'pass' => array( (int) 0 => 'nhan-label-sticker-thong-thuong', (int) 1 => '.html', (int) 2 => 'anh-video.html', (int) 3 => 'lien-he.html', (int) 4 => 'doi-tac-1.html', (int) 5 => 'gioi-thieu.html', (int) 6 => 'tuyen-dung.html', (int) 7 => 'san-pham.html', (int) 8 => 'dich-vu.html' ), 'slug' => 'nhan-label-sticker-thong-thuong', 'ext' => '.html', 'models' => array( 'Agency' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'nhan-label-sticker-thong-thuong.html/anh-video.html/lien-he.html/doi-tac-1.html/gioi-thieu.html/tuyen-dung.html/san-pham.html/dich-vu.html/page:2' base => '' webroot => '/' here => '/nhan-label-sticker-thong-thuong.html/anh-video.html/lien-he.html/doi-tac-1.html/gioi-thieu.html/tuyen-dung.html/san-pham.html/dich-vu.html/page:2' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- APP/webroot/index.php line 110 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => 'default', 'controller' => 'node', 'action' => 'index', 'named' => array( 'page' => '2' ), 'pass' => array( (int) 0 => 'nhan-label-sticker-thong-thuong', (int) 1 => '.html', (int) 2 => 'anh-video.html', (int) 3 => 'lien-he.html', (int) 4 => 'doi-tac-1.html', (int) 5 => 'gioi-thieu.html', (int) 6 => 'tuyen-dung.html', (int) 7 => 'san-pham.html', (int) 8 => 'dich-vu.html' ), 'slug' => 'nhan-label-sticker-thong-thuong', 'ext' => '.html', 'models' => array( 'Agency' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'nhan-label-sticker-thong-thuong.html/anh-video.html/lien-he.html/doi-tac-1.html/gioi-thieu.html/tuyen-dung.html/san-pham.html/dich-vu.html/page:2' base => '' webroot => '/' here => '/nhan-label-sticker-thong-thuong.html/anh-video.html/lien-he.html/doi-tac-1.html/gioi-thieu.html/tuyen-dung.html/san-pham.html/dich-vu.html/page:2' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }