Missing Database Table
Error:
Notice:
Stack Trace
- CORE/Cake/Model/Model.php line 3688 → Model->setSource(string)
public function getDataSource() {if (!$this->_sourceConfigured && $this->useTable !== false) {$this->_sourceConfigured = true;$this->setSource($this->useTable);}'bet_parts'
- CORE/Cake/Model/Model.php line 1443 → Model->getDataSource()
return $cols[$column]['type'];}$db = $this->getDataSource();$model = null; - CORE/Cake/Model/Model.php line 1455 → Model->getColumnType(string)
}if (isset($model) && $model != $this->alias && isset($this->{$model})) {return $this->{$model}->getColumnType($column);}'state'
- CORE/Cake/Model/Datasource/DboSource.php line 2960 → Model->getColumnType(string)
$virtual = true;}$type = $Model->getColumnType($key);}'state'
- CORE/Cake/Model/Datasource/DboSource.php line 2906 → DboSource->_parseKey(string, string, Bet)
} elseif (is_numeric($key) && !empty($value)) {$data = $this->_quoteFields($value);} else {$data = $this->_parseKey(trim($key), $value, $Model);}'BetPart.state' 'active' object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } - CORE/Cake/Model/Datasource/DboSource.php line 2787 → DboSource->conditionKeysToString(array, boolean, Bet)
}if (is_array($conditions) && !empty($conditions)) {$out = $this->conditionKeysToString($conditions, $quoteValues, $Model);array( 'BetPart.state' => 'active', 'BetPart.odd >=' => (int) 1, 'BetPart.bet_id' => array( (int) 0 => '{$__cakeID__$}' ) ) true object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } - CORE/Cake/Model/Datasource/DboSource.php line 2065 → DboSource->conditions(array, boolean, boolean, Bet)
}return $this->renderStatement('select', ['conditions' => $this->conditions($query['conditions'], true, true, $Model),'fields' => implode(', ', $query['fields']),array( 'BetPart.state' => 'active', 'BetPart.odd >=' => (int) 1, 'BetPart.bet_id' => array( (int) 0 => '{$__cakeID__$}' ) ) true true object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } - CORE/Cake/Model/Datasource/DboSource.php line 1955 → DboSource->buildStatement(array, Bet)
}if (isset($query)) {return $this->buildStatement($query, $Model);}array( 'conditions' => array( 'BetPart.state' => 'active', 'BetPart.odd >=' => (int) 1, 'BetPart.bet_id' => array( (int) 0 => '{$__cakeID__$}' ) ), 'fields' => array( (int) 0 => '`BetPart`.`id`', (int) 1 => '`BetPart`.`import_id`', (int) 2 => '`BetPart`.`bet_id`', (int) 3 => '`BetPart`.`event_participant_id`', (int) 4 => '`BetPart`.`name`', (int) 5 => '`BetPart`.`odd`', (int) 6 => '`BetPart`.`line`', (int) 7 => '`BetPart`.`order_id`' ), 'table' => '`domen11`.`bet_parts`', 'alias' => 'BetPart', 'order' => '', 'limit' => '', 'joins' => array(), 'group' => null, 'offset' => '', 'having' => null, 'lock' => null ) object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } - CORE/Cake/Model/Datasource/DboSource.php line 1389 → DboSource->generateAssociationQuery(Bet, BetPart, string, string, array, array, boolean)
unset($stack['_joined']);}$queryTemplate = $this->generateAssociationQuery($Model, $LinkModel, $type, $association, $assocData, $queryData, $external);if (empty($queryTemplate)) {object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } object(BetPart) { name => 'BetPart' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Bet' => array( 'className' => 'Bet', 'foreignKey' => 'bet_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'TicketPart' => array( 'className' => 'TicketPart', 'foreignKey' => 'bet_part_id', 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'dependent' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bet_parts' id => false data => array() schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'BetPart' 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 => null 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 => array( 'id' => array( 'type' => 'bigint', 'length' => (int) 20, 'null' => false ), 'import_id' => array( 'type' => 'bigint', 'length' => (int) 255, 'null' => false ), 'bet_id' => array( 'type' => 'bigint', 'length' => (int) 20, 'null' => false ), 'event_participant_id' => array( 'type' => 'bigint', 'length' => (int) 20, 'null' => false ), 'name' => array( 'type' => 'string', 'length' => (int) 100, 'null' => false ), 'odd' => array( 'type' => 'decimal', 'length' => null, 'null' => false ), 'line' => array( 'type' => 'string', 'length' => (int) 10, 'null' => true ), 'order_id' => array( 'type' => 'int', 'length' => (int) 11, 'null' => false ) ) [protected] betParts => array() [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 } 'hasMany' 'BetPart' array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => array( 'BetPart.state' => 'active', 'BetPart.odd >=' => (int) 1 ), 'fields' => array( (int) 0 => '`BetPart`.`id`', (int) 1 => '`BetPart`.`import_id`', (int) 2 => '`BetPart`.`bet_id`', (int) 3 => '`BetPart`.`event_participant_id`', (int) 4 => '`BetPart`.`name`', (int) 5 => '`BetPart`.`odd`', (int) 6 => '`BetPart`.`line`', (int) 7 => '`BetPart`.`order_id`', (int) 8 => '`BetPart`.`bet_id`' ), 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '', 'joins' => array(), 'group' => array(), 'having' => null, 'lock' => null, 'callbacks' => null ) array( 'callbacks' => true, 'conditions' => array(), 'fields' => array(), 'joins' => array(), 'order' => array(), 'limit' => array(), 'offset' => array(), 'group' => array(), 'having' => null, 'lock' => null ) true - CORE/Cake/Model/Datasource/DboSource.php line 1423 → DboSource->queryAssociation(Bet, BetPart, string, string, array, array, boolean, array, integer, array)
$db = $LinkModel->useDbConfig === $DeepModel->useDbConfig ? $this : $DeepModel->getDataSource();$db->queryAssociation($LinkModel, $DeepModel, $type1, $assoc1, $assocData1, $queryData, true, $assocResultSet, $recursive - 1, $tmpStack);}object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } object(BetPart) { name => 'BetPart' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Bet' => array( 'className' => 'Bet', 'foreignKey' => 'bet_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'TicketPart' => array( 'className' => 'TicketPart', 'foreignKey' => 'bet_part_id', 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'dependent' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bet_parts' id => false data => array() schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'BetPart' 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 => null 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 => array( 'id' => array( 'type' => 'bigint', 'length' => (int) 20, 'null' => false ), 'import_id' => array( 'type' => 'bigint', 'length' => (int) 255, 'null' => false ), 'bet_id' => array( 'type' => 'bigint', 'length' => (int) 20, 'null' => false ), 'event_participant_id' => array( 'type' => 'bigint', 'length' => (int) 20, 'null' => false ), 'name' => array( 'type' => 'string', 'length' => (int) 100, 'null' => false ), 'odd' => array( 'type' => 'decimal', 'length' => null, 'null' => false ), 'line' => array( 'type' => 'string', 'length' => (int) 10, 'null' => true ), 'order_id' => array( 'type' => 'int', 'length' => (int) 11, 'null' => false ) ) [protected] betParts => array() [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 } 'hasMany' 'BetPart' array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => array( 'BetPart.state' => 'active', 'BetPart.odd >=' => (int) 1 ), 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) array( 'callbacks' => true, 'conditions' => array(), 'fields' => array(), 'joins' => array(), 'order' => array(), 'limit' => array(), 'offset' => array(), 'group' => array(), 'having' => null, 'lock' => null ) true array( (int) 0 => array( 'Bet' => array( 'id' => '4145', 'import_id' => '642445782321359', 'event_id' => '263', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ), (int) 1 => array( 'Bet' => array( 'id' => '6770', 'import_id' => '642029402328139', 'event_id' => '570', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ), (int) 2 => array( 'Bet' => array( 'id' => '81213', 'import_id' => '644852182334546', 'event_id' => '4762', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ), (int) 3 => array( 'Bet' => array( 'id' => '81233', 'import_id' => '644852212334547', 'event_id' => '4763', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ), (int) 4 => array( 'Bet' => array( 'id' => '83438', 'import_id' => '644917302334887', 'event_id' => '4894', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ), (int) 5 => array( 'Bet' => array( 'id' => '95957', 'import_id' => '645404462246261', 'event_id' => '5930', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ), (int) 6 => array( 'Bet' => array( 'id' => '99462', 'import_id' => '645562682337221', 'event_id' => '6284', 'name' => 'Match Result', 'type' => 'Match Result', 'scope' => null, 'pick' => null, 'state' => 'active' ) ) ) (int) 0 array( (int) 0 => 'Bet', (int) 1 => 'BetPart' ) - CORE/Cake/Model/Datasource/DboSource.php line 1269 → DboSource->queryAssociation(Event, Bet, string, string, array, array, boolean, array, integer, array)
$stack = [$assoc];$stack['_joined'] = $joined;$db->queryAssociation($Model, $LinkModel, $type, $assoc, $assocData, $array, true, $resultSet, $Model->recursive - 1, $stack);unset($db);object(Event) { name => 'Event' validate => array( 'name' => array( 'rule' => array( [maximum depth reached] ), 'message' => 'Please add event name' ), 'date' => array( 'rule' => array( [maximum depth reached] ), 'message' => 'Please add event date' ) ) actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'League' => array( 'className' => 'League', 'foreignKey' => 'league_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'Bet' => array( 'className' => 'Bet', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'dependent' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) uses => array( (int) 0 => 'Bet', (int) 1 => 'Sport' ) insert_ids => array() useDbConfig => 'default' useTable => 'events' id => false data => array() schemaName => 'domen11' table => 'events' primaryKey => 'id' validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Event' tableToModel => array( 'events' => 'Event', 'bets' => 'Bet', 'leagues' => 'League' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Event' 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) 2 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 ) Bet => object(Bet) { name => 'Bet' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bets' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) BetPart => object(BetPart) {} [protected] _schema => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [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 [private] betOrder => array( [maximum depth reached] ) } League => object(League) { name => 'League' validate => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'leagues' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'leagues' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'League' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Event => object(Event) {} Sport => object(Sport) {} [protected] _schema => array( [maximum depth reached] ) [protected] admin => false [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'Import Source Id' ), 'name' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 255, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'status' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false ), 'type' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false ), 'duration' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'Live betting' ), 'date' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'last_update' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null, 'comment' => 'Live betting' ), 'result' => array( 'type' => 'text', 'null' => false, 'default' => null, 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'active' => array( 'type' => 'boolean', 'null' => true, 'default' => null, 'length' => (int) 1 ), 'league_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'feed_type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 10, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 } object(Bet) { name => 'Bet' actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'Event' => array( 'className' => 'Event', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'BetPart' => array( 'className' => 'BetPart', 'foreignKey' => 'bet_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) insert_ids => array() useDbConfig => 'default' useTable => 'bets' id => false data => array() schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( 'bets' => 'Bet', 'bet_parts' => 'BetPart' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Bet' 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 => null 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 ) BetPart => object(BetPart) { name => 'BetPart' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bet_parts' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bet_parts' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'BetPart' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] betParts => array([maximum depth reached]) [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index', 'comment' => 'Import Source Id' ), 'event_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'index' ), 'name' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 100, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'scope' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 50, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'pick' => array( 'type' => 'biginteger', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'state' => array( 'type' => 'enum('active','inactive')', 'null' => true, 'default' => 'active', 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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 [private] betOrder => array( (int) 1 => '1x2', (int) 2 => '12', (int) 3 => 'double chance', (int) 4 => 'under/over', (int) 5 => 'first period result', (int) 6 => 'half-time result', (int) 7 => 'match winner', (int) 8 => 'time of first goal', (int) 9 => 'first period double chance', (int) 10 => 'total sets', (int) 11 => 'match result', (int) 12 => 'total goals', (int) 13 => 'second round 2 ball', (int) 14 => 'handicap', (int) 15 => 'handicap result', (int) 16 => 'sets handicap', (int) 17 => 'total games', (int) 18 => 'total points', (int) 19 => 'first period total goals', (int) 20 => 'first set total points', (int) 21 => 'first team to score', (int) 22 => 'correct score', (int) 23 => 'european handicap', (int) 24 => 'number of goals', (int) 25 => 'half-time correct score', (int) 26 => 'half-time / full-time', (int) 27 => 'winner', (int) 28 => 'outright winner', (int) 29 => 'champion', (int) 30 => 'place 1-3', (int) 31 => 'drivers winner' ) } 'hasMany' 'Bet' array( 'className' => 'Bet', 'foreignKey' => 'event_id', 'conditions' => array( 'type' => array( (int) 1 => 'Match Result' ) ), 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'dependent' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) array( 'callbacks' => true, 'conditions' => array(), 'fields' => array(), 'joins' => array(), 'order' => array(), 'limit' => array(), 'offset' => array(), 'group' => array(), 'having' => null, 'lock' => null ) true array( (int) 0 => array( 'Event' => array( 'id' => '6284', 'import_id' => '2337221', 'name' => 'Nacional Montevideo - River Plate', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-28 22:30:00', 'last_update' => '2026-03-28 13:02:26', 'result' => '', 'active' => true, 'league_id' => '333', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '333', 'country_id' => '0', 'import_id' => '523', 'name' => 'Club Friendlies', 'active' => true, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578873604', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ), (int) 1 => array( 'Event' => array( 'id' => '4894', 'import_id' => '2334887', 'name' => 'Millonarios - America de Cali', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-28 22:30:00', 'last_update' => '2026-01-08 14:31:57', 'result' => '', 'active' => true, 'league_id' => '333', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '333', 'country_id' => '0', 'import_id' => '523', 'name' => 'Club Friendlies', 'active' => true, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578873604', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ), (int) 2 => array( 'Event' => array( 'id' => '5930', 'import_id' => '2246261', 'name' => 'Wellington Phoenix - Southern United', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-28 23:45:00', 'last_update' => '2026-03-28 01:02:23', 'result' => '', 'active' => true, 'league_id' => '458', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '458', 'country_id' => '0', 'import_id' => '16586', 'name' => 'New Zealand Premiership', 'active' => false, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578790805', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ), (int) 3 => array( 'Event' => array( 'id' => '4762', 'import_id' => '2334546', 'name' => 'Brisbane Roar - Wellington Phoenix', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-29 05:00:00', 'last_update' => '2026-01-08 10:32:27', 'result' => '', 'active' => true, 'league_id' => '48', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '48', 'country_id' => '0', 'import_id' => '1874', 'name' => 'Australian A-League', 'active' => true, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578873604', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ), (int) 4 => array( 'Event' => array( 'id' => '4763', 'import_id' => '2334547', 'name' => 'Melbourne City - Newcastle Jets', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-29 07:30:00', 'last_update' => '2026-01-08 10:32:27', 'result' => '', 'active' => true, 'league_id' => '48', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '48', 'country_id' => '0', 'import_id' => '1874', 'name' => 'Australian A-League', 'active' => true, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578873604', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ), (int) 5 => array( 'Event' => array( 'id' => '263', 'import_id' => '2321359', 'name' => 'Alanyaspor - Kayserispor', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-29 10:00:00', 'last_update' => '2026-04-11 21:00:42', 'result' => '', 'active' => true, 'league_id' => '19', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '19', 'country_id' => '0', 'import_id' => '37', 'name' => 'Turkish Super Lig', 'active' => true, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578873604', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ), (int) 6 => array( 'Event' => array( 'id' => '570', 'import_id' => '2328139', 'name' => 'Ümraniyespor - Altay Izmir', 'status' => '0', 'type' => '1', 'duration' => null, 'date' => '2026-03-29 10:00:00', 'last_update' => '2026-04-11 21:01:00', 'result' => '', 'active' => true, 'league_id' => '61', 'feed_type' => 'Betclick' ), 'League' => array( 'id' => '61', 'country_id' => '0', 'import_id' => '4625', 'name' => 'Turkish Lig 1', 'active' => true, 'order' => '1', 'sport_id' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578873604', 'feed_type' => 'Betclick', 'Sport' => array( 'id' => '1', 'import_id' => '1', 'active' => true, 'menu_active' => true, 'order' => '1', 'min_bet' => '0', 'max_bet' => '0', 'updated' => '1578094597', 'feed_type' => 'Betclick' ) ) ) ) (int) 1 array( (int) 0 => 'Bet' ) - CORE/Cake/Model/Model.php line 3055 → DboSource->read(Event, array)
* @return array*/protected function _readDataSource($type, $query) {$results = $this->getDataSource()->read($this, $query);$this->resetAssociations();object(Event) { name => 'Event' validate => array( 'name' => array( 'rule' => array( [maximum depth reached] ), 'message' => 'Please add event name' ), 'date' => array( 'rule' => array( [maximum depth reached] ), 'message' => 'Please add event date' ) ) actsAs => array( (int) 0 => 'Containable' ) belongsTo => array( 'League' => array( 'className' => 'League', 'foreignKey' => 'league_id', 'conditions' => '', 'fields' => '', 'order' => '', 'counterCache' => '' ) ) hasMany => array( 'Bet' => array( 'className' => 'Bet', 'foreignKey' => 'event_id', 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'dependent' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ) ) uses => array( (int) 0 => 'Bet', (int) 1 => 'Sport' ) insert_ids => array() useDbConfig => 'default' useTable => 'events' id => false data => array() schemaName => 'domen11' table => 'events' primaryKey => 'id' validationErrors => array() validationDomain => null tablePrefix => '' plugin => null alias => 'Event' tableToModel => array( 'events' => 'Event', 'bets' => 'Bet', 'leagues' => 'League' ) cacheQueries => false hasOne => array() hasAndBelongsToMany => array() Behaviors => object(BehaviorCollection) { modelName => 'Event' 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) 2 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 ) Bet => object(Bet) { name => 'Bet' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'bets' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'bets' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Bet' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) BetPart => object(BetPart) {} [protected] _schema => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [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 [private] betOrder => array( [maximum depth reached] ) } League => object(League) { name => 'League' validate => array( [maximum depth reached] ) actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'leagues' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'leagues' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'League' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Event => object(Event) {} Sport => object(Sport) {} [protected] _schema => array( [maximum depth reached] ) [protected] admin => false [protected] _types => array( [maximum depth reached] ) [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] _schema => array( 'id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'import_id' => array( 'type' => 'biginteger', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'Import Source Id' ), 'name' => array( 'type' => 'string', 'null' => true, 'default' => null, 'length' => (int) 255, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'status' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false ), 'type' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false ), 'duration' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false, 'comment' => 'Live betting' ), 'date' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null ), 'last_update' => array( 'type' => 'datetime', 'null' => true, 'default' => null, 'length' => null, 'comment' => 'Live betting' ), 'result' => array( 'type' => 'text', 'null' => false, 'default' => null, 'length' => null, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ), 'active' => array( 'type' => 'boolean', 'null' => true, 'default' => null, 'length' => (int) 1 ), 'league_id' => array( 'type' => 'integer', 'null' => true, 'default' => null, 'length' => null, 'unsigned' => false ), 'feed_type' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 10, 'collate' => 'utf8mb3_general_ci', 'charset' => 'utf8mb3' ) ) [protected] _types => array( 'int' => 'number', 'tinyint' => 'number', 'text' => 'text', 'string' => 'text' ) [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' => array( 'Event.date >' => '2026-03-28 22:20:27', 'Event.result' => '', 'Event.active' => (int) 1, 'League.sport_id' => (int) 1 ), 'fields' => array( (int) 0 => '`Event`.`id`', (int) 1 => '`Event`.`import_id`', (int) 2 => '`Event`.`name`', (int) 3 => '`Event`.`status`', (int) 4 => '`Event`.`type`', (int) 5 => '`Event`.`duration`', (int) 6 => '`Event`.`date`', (int) 7 => '`Event`.`last_update`', (int) 8 => '`Event`.`result`', (int) 9 => '`Event`.`active`', (int) 10 => '`Event`.`league_id`', (int) 11 => '`Event`.`feed_type`', (int) 12 => '`League`.`id`', (int) 13 => '`League`.`country_id`', (int) 14 => '`League`.`import_id`', (int) 15 => '`League`.`name`', (int) 16 => '`League`.`active`', (int) 17 => '`League`.`order`', (int) 18 => '`League`.`sport_id`', (int) 19 => '`League`.`min_bet`', (int) 20 => '`League`.`max_bet`', (int) 21 => '`League`.`updated`', (int) 22 => '`League`.`feed_type`' ), 'joins' => array( (int) 0 => array( 'table' => object(League) {}, 'alias' => 'League', 'type' => 'LEFT', 'conditions' => '`Event`.`league_id` = `League`.`id`' ) ), 'limit' => (int) 7, 'offset' => null, 'order' => array( (int) 0 => 'Event.date ASC' ), 'page' => (int) 1, 'group' => 'Event.league_id, Event.id', 'callbacks' => true, 'contain' => array( 'League' => array( (int) 0 => 'Sport' ), 'Bet' => array( 'BetPart' => array( 'conditions' => array( [maximum depth reached] ) ), 'conditions' => array( 'type' => array( [maximum depth reached] ) ) ) ), 'recursive' => (int) 2, 'having' => null, 'lock' => null ) - CORE/Cake/Model/Model.php line 3027 → Model->_readDataSource(string, array)
return null;}return $this->_readDataSource($type, $query);}'all' array( 'conditions' => array( 'Event.date >' => '2026-03-28 22:20:27', 'Event.result' => '', 'Event.active' => (int) 1, 'League.sport_id' => (int) 1 ), 'fields' => null, 'joins' => array(), 'limit' => (int) 7, 'offset' => null, 'order' => array( (int) 0 => 'Event.date ASC' ), 'page' => (int) 1, 'group' => 'Event.league_id, Event.id', 'callbacks' => true, 'contain' => array( 'League' => array( (int) 0 => 'Sport' ), 'Bet' => array( 'BetPart' => array( 'conditions' => array( [maximum depth reached] ) ), 'conditions' => array( 'type' => array( [maximum depth reached] ) ) ) ), 'recursive' => (int) 2 )
- APP/Model/Event.php line 702 → Model->find(string, array)
],'order' => 'Event.date ASC','limit' => 7,'group' => 'Event.league_id, Event.id']);'all' array( 'conditions' => array( 'Event.date >' => '2026-03-28 22:20:27', 'Event.result' => '', 'Event.active' => (int) 1, 'League.sport_id' => (int) 1 ), 'fields' => null, 'joins' => array(), 'limit' => (int) 7, 'offset' => null, 'order' => array( (int) 0 => 'Event.date ASC' ), 'page' => (int) 1, 'group' => 'Event.league_id, Event.id', 'callbacks' => true, 'contain' => array( 'League' => array( (int) 0 => 'Sport' ), 'Bet' => array( 'BetPart' => array( 'conditions' => array( [maximum depth reached] ) ), 'conditions' => array( 'type' => array( [maximum depth reached] ) ) ) ), 'recursive' => (int) 2 )
- APP/Model/League.php line 729 → Event->getLastMinuteEvents()
*/public function getLastMinuteBets(){$events = $this->Event->getLastMinuteEvents(); - APP/Plugin/Content/Controller/PagesController.php line 120 → League->getLastMinuteBets()
$addToTranslate = [ __("Football"), __("Basketball"), __("Tennis"), __("IceHockey")];$this->set('lastMinuteBets', $this->Sport->League->getLastMinuteBets());$this->set('lastMinuteBetsClass', ["Football" => "tab-fot", "Basketball" => "tab-bas", "Tennis" => "tab-ten", "IceHockey" => "tab-ice"]); - [internal function] → PagesController->main()
- CORE/Cake/Controller/Controller.php line 499 → ReflectionMethod->invokeArgs(PagesController, array)
'action' => $request->params['action'],]);}return $method->invokeArgs($this, $request->params['pass']);object(PagesController) { name => 'Pages' uses => array( (int) 0 => 'Content.Page', (int) 1 => 'Content.News', (int) 2 => 'Content.Slide', (int) 3 => 'Content.PageI18n', (int) 4 => 'Sport', (int) 5 => 'AppModel', (int) 6 => 'Currency', (int) 7 => 'User', (int) 8 => 'Permission', (int) 9 => 'Ticket', (int) 10 => 'Group', (int) 11 => 'Setting', (int) 12 => 'Aro', (int) 13 => 'Aco', (int) 14 => 'Language', (int) 15 => 'Bets.Bet' ) components => array( (int) 0 => 'App', (int) 1 => 'Admin', (int) 2 => 'Acl', (int) 3 => 'Session', (int) 4 => 'Cookie', (int) 5 => 'Email', (int) 6 => 'Utils', (int) 7 => 'RequestHandler', (int) 8 => 'TimeZone', (int) 9 => 'Files', (int) 10 => 'PhpExcel', (int) 11 => 'Paginator', 'Auth' => array( 'authorize' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ), 'loginAction' => array( [maximum depth reached] ), 'authenticate' => array( [maximum depth reached] ) ) ) helpers => array( (int) 0 => 'App', (int) 1 => 'Beth', (int) 2 => 'MyForm', (int) 3 => 'MyHtml', (int) 4 => 'TimeZone', (int) 5 => 'Html', (int) 6 => 'Session', (int) 7 => 'Form', (int) 8 => 'Js', (int) 10 => 'Text', (int) 11 => 'Ticket', (int) 12 => 'Content.Menu', (int) 13 => 'Admin', (int) 14 => 'Utils', (int) 15 => 'PhpExcel', (int) 16 => 'Sports', (int) 17 => 'Countries', (int) 18 => 'Language' ) viewClass => 'Theme' theme => 'Design' paginate => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'ita' base => '' webroot => '/' here => '/ita' [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 => 'Pages' layoutPath => null viewVars => array( 'referer' => 'http://club888.casinofull.net/ita/events/7500', 'LeagueId' => null, 'SportId' => null, 'LeaguesLiveMenu' => array(), 'LeaguesMenu' => array(), 'SportsMenu' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ) ), 'SportsLiveMenu' => array( (int) 0 => array( [maximum depth reached] ) ), 'getNews' => array( (int) 0 => array( [maximum depth reached] ) ), 'bets' => array() ) view => 'main' layout => 'home' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } View => null ext => '.ctp' plugin => 'Content' cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 1 => 'main', (int) 2 => 'display', (int) 3 => 'getUserBalance', (int) 4 => 'deductBalance', (int) 5 => 'addBalance', (int) 6 => 'admin_index', (int) 7 => 'admin_view', (int) 8 => 'admin_add', (int) 9 => 'admin_edit', (int) 10 => 'admin_delete', (int) 11 => 'admin_translate', (int) 12 => 'admin_moveUp', (int) 13 => 'admin_moveDown', (int) 14 => '__getModel' ) modelClass => 'Page' modelKey => 'page' validationErrors => null App => object(AppComponent) { components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Admin => object(AdminComponent) { components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Acl => object(AclComponent) { Aro => object(Aro) {} Aco => object(Aco) {} settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Instance => object(DbAcl) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'ajksdf6asdKSDF23rkjsdfksdjfSDKFJ345345fd' 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]) } Email => object(EmailComponent) { components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Utils => object(UtilsComponent) { components => array( [maximum depth reached] ) settings => 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 => null 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]) } TimeZone => object(TimeZoneComponent) { components => array( [maximum depth reached] ) timeZones => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Files => object(FilesComponent) { extensions => array([maximum depth reached]) components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } PhpExcel => object(PhpExcelComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _xls => null [protected] _row => (int) 1 [protected] _tableParams => null [protected] _maxRow => (int) 0 [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => array( [maximum depth reached] ) ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => array( [maximum depth reached] ) logoutRedirect => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( [maximum depth reached] ) [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Group => object(Group) { name => 'Group' actsAs => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'groups' id => (int) 1 data => array( [maximum depth reached] ) schemaName => 'domen11' table => 'groups' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Group' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Aro => object(Aro) {} User => object(User) {} [protected] _schema => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [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 } Ticket => object(Ticket) { name => 'Ticket' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'tickets' id => null data => array([maximum depth reached]) schemaName => null table => 'tickets' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null alias => 'Ticket' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null [private] ticketTypes => array( [maximum depth reached] ) [private] ticketStatuses => array( [maximum depth reached] ) [private] ticketPrintTypes => array( [maximum depth reached] ) } News => object(News) { name => 'News' actsAs => array( [maximum depth reached] ) translateModel => 'Content.NewsI18n' translateTable => 'news_i18n' validate => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'news' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'news' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Content' alias => 'News' 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]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) locale => 'eng' [protected] _schema => null [protected] _types => array( [maximum depth reached] ) [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 } Setting => object(Setting) { name => 'Setting' insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Setting' 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 => null 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] _types => array( [maximum depth reached] ) [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 } Currency => object(Currency) { name => 'Currency' insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'currencies' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'currencies' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Currency' 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 => null 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] _types => array( [maximum depth reached] ) [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 } Aro => object(Aro) { name => 'Aro' hasAndBelongsToMany => array( [maximum depth reached] ) cacheQueries => false actsAs => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'aros' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'aros' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Aro' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Aco => object(Aco) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Aco => object(Aco) { name => 'Aco' hasAndBelongsToMany => array( [maximum depth reached] ) cacheQueries => false actsAs => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'acos' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'acos' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Aco' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Aro => object(Aro) {} [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Language => object(Language) { name => 'Language' insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'languages' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'languages' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Language' 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 => null 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] _types => array( [maximum depth reached] ) [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 } Sport => object(Sport) { name => 'Sport' translateModel => 'SportI18n' translateTable => 'sports_i18n' actsAs => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'sports' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'sports' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Sport' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) League => object(League) {} locale => 'ita' SportI18n => object(SportI18n) {} [protected] _schema => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [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 } } array() - CORE/Cake/Routing/Dispatcher.php line 193 → Controller->invokeAction(CakeRequest)
$response = $controller->response;$render = true;$result = $controller->invokeAction($request);if ($result instanceof CakeResponse) {object(CakeRequest) { params => array( 'plugin' => 'content', 'controller' => 'pages', 'action' => 'main', 'named' => array(), 'pass' => array(), 'language' => 'ita', 'isAjax' => false, 'models' => array( 'AppModel' => array( [maximum depth reached] ), 'Currency' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Permission' => array( [maximum depth reached] ), 'Ticket' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Language' => array( [maximum depth reached] ), 'Bet' => array( [maximum depth reached] ), 'News' => array( [maximum depth reached] ), 'Sport' => array( [maximum depth reached] ), 'NewsI18n' => array( [maximum depth reached] ), 'SportI18n' => array( [maximum depth reached] ), 'League' => array( [maximum depth reached] ), 'Event' => array( [maximum depth reached] ), 'BetPart' => array( [maximum depth reached] ), 'Menu' => array( [maximum depth reached] ), 'I18nModel' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'CountryI18n' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'ita' base => '' webroot => '/' here => '/ita' [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 => '' } - CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(PagesController, CakeRequest)
]);}$response = $this->_invoke($controller, $request);if (isset($request->params['return'])) {object(PagesController) { name => 'Pages' uses => array( (int) 0 => 'Content.Page', (int) 1 => 'Content.News', (int) 2 => 'Content.Slide', (int) 3 => 'Content.PageI18n', (int) 4 => 'Sport', (int) 5 => 'AppModel', (int) 6 => 'Currency', (int) 7 => 'User', (int) 8 => 'Permission', (int) 9 => 'Ticket', (int) 10 => 'Group', (int) 11 => 'Setting', (int) 12 => 'Aro', (int) 13 => 'Aco', (int) 14 => 'Language', (int) 15 => 'Bets.Bet' ) components => array( (int) 0 => 'App', (int) 1 => 'Admin', (int) 2 => 'Acl', (int) 3 => 'Session', (int) 4 => 'Cookie', (int) 5 => 'Email', (int) 6 => 'Utils', (int) 7 => 'RequestHandler', (int) 8 => 'TimeZone', (int) 9 => 'Files', (int) 10 => 'PhpExcel', (int) 11 => 'Paginator', 'Auth' => array( 'authorize' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ), 'loginAction' => array( [maximum depth reached] ), 'authenticate' => array( [maximum depth reached] ) ) ) helpers => array( (int) 0 => 'App', (int) 1 => 'Beth', (int) 2 => 'MyForm', (int) 3 => 'MyHtml', (int) 4 => 'TimeZone', (int) 5 => 'Html', (int) 6 => 'Session', (int) 7 => 'Form', (int) 8 => 'Js', (int) 10 => 'Text', (int) 11 => 'Ticket', (int) 12 => 'Content.Menu', (int) 13 => 'Admin', (int) 14 => 'Utils', (int) 15 => 'PhpExcel', (int) 16 => 'Sports', (int) 17 => 'Countries', (int) 18 => 'Language' ) viewClass => 'Theme' theme => 'Design' paginate => array() request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'ita' base => '' webroot => '/' here => '/ita' [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 => 'Pages' layoutPath => null viewVars => array( 'referer' => 'http://club888.casinofull.net/ita/events/7500', 'LeagueId' => null, 'SportId' => null, 'LeaguesLiveMenu' => array(), 'LeaguesMenu' => array(), 'SportsMenu' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ) ), 'SportsLiveMenu' => array( (int) 0 => array( [maximum depth reached] ) ), 'getNews' => array( (int) 0 => array( [maximum depth reached] ) ), 'bets' => array() ) view => 'main' layout => 'home' autoRender => true autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PagesController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } View => null ext => '.ctp' plugin => 'Content' cacheAction => false passedArgs => array() scaffold => false methods => array( (int) 1 => 'main', (int) 2 => 'display', (int) 3 => 'getUserBalance', (int) 4 => 'deductBalance', (int) 5 => 'addBalance', (int) 6 => 'admin_index', (int) 7 => 'admin_view', (int) 8 => 'admin_add', (int) 9 => 'admin_edit', (int) 10 => 'admin_delete', (int) 11 => 'admin_translate', (int) 12 => 'admin_moveUp', (int) 13 => 'admin_moveDown', (int) 14 => '__getModel' ) modelClass => 'Page' modelKey => 'page' validationErrors => null App => object(AppComponent) { components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Admin => object(AdminComponent) { components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Acl => object(AclComponent) { Aro => object(Aro) {} Aco => object(Aco) {} settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Instance => object(DbAcl) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'ajksdf6asdKSDF23rkjsdfksdjfSDKFJ345345fd' 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]) } Email => object(EmailComponent) { components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Utils => object(UtilsComponent) { components => array( [maximum depth reached] ) settings => 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 => null 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]) } TimeZone => object(TimeZoneComponent) { components => array( [maximum depth reached] ) timeZones => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Files => object(FilesComponent) { extensions => array([maximum depth reached]) components => array( [maximum depth reached] ) settings => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } PhpExcel => object(PhpExcelComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _xls => null [protected] _row => (int) 1 [protected] _tableParams => null [protected] _maxRow => (int) 0 [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(PagesController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => array( [maximum depth reached] ) ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => array( [maximum depth reached] ) logoutRedirect => array( [maximum depth reached] ) authError => 'You are not authorized to access that location.' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( [maximum depth reached] ) [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Group => object(Group) { name => 'Group' actsAs => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'groups' id => (int) 1 data => array( [maximum depth reached] ) schemaName => 'domen11' table => 'groups' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Group' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Aro => object(Aro) {} User => object(User) {} [protected] _schema => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [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 } Ticket => object(Ticket) { name => 'Ticket' actsAs => array( [maximum depth reached] ) belongsTo => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'tickets' id => null data => array([maximum depth reached]) schemaName => null table => 'tickets' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null plugin => null alias => 'Ticket' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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 => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => false [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null [private] ticketTypes => array( [maximum depth reached] ) [private] ticketStatuses => array( [maximum depth reached] ) [private] ticketPrintTypes => array( [maximum depth reached] ) } News => object(News) { name => 'News' actsAs => array( [maximum depth reached] ) translateModel => 'Content.NewsI18n' translateTable => 'news_i18n' validate => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'news' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'news' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => 'Content' alias => 'News' 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]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) locale => 'eng' [protected] _schema => null [protected] _types => array( [maximum depth reached] ) [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 } Setting => object(Setting) { name => 'Setting' insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Setting' 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 => null 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] _types => array( [maximum depth reached] ) [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 } Currency => object(Currency) { name => 'Currency' insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'currencies' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'currencies' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Currency' 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 => null 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] _types => array( [maximum depth reached] ) [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 } Aro => object(Aro) { name => 'Aro' hasAndBelongsToMany => array( [maximum depth reached] ) cacheQueries => false actsAs => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'aros' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'aros' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Aro' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Aco => object(Aco) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Aco => object(Aco) { name => 'Aco' hasAndBelongsToMany => array( [maximum depth reached] ) cacheQueries => false actsAs => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'acos' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'acos' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Aco' tableToModel => array( [maximum depth reached] ) belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) Aro => object(Aro) {} [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => null [protected] _validator => null } Language => object(Language) { name => 'Language' insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'languages' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'languages' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Language' 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 => null 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] _types => array( [maximum depth reached] ) [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 } Sport => object(Sport) { name => 'Sport' translateModel => 'SportI18n' translateTable => 'sports_i18n' actsAs => array( [maximum depth reached] ) hasMany => array( [maximum depth reached] ) insert_ids => array([maximum depth reached]) useDbConfig => 'default' useTable => 'sports' id => false data => array([maximum depth reached]) schemaName => 'domen11' table => 'sports' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => '' plugin => null alias => 'Sport' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null 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] ) League => object(League) {} locale => 'ita' SportI18n => object(SportI18n) {} [protected] _schema => array( [maximum depth reached] ) [protected] _types => array( [maximum depth reached] ) [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' => 'content', 'controller' => 'pages', 'action' => 'main', 'named' => array(), 'pass' => array(), 'language' => 'ita', 'isAjax' => false, 'models' => array( 'AppModel' => array( [maximum depth reached] ), 'Currency' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Permission' => array( [maximum depth reached] ), 'Ticket' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Language' => array( [maximum depth reached] ), 'Bet' => array( [maximum depth reached] ), 'News' => array( [maximum depth reached] ), 'Sport' => array( [maximum depth reached] ), 'NewsI18n' => array( [maximum depth reached] ), 'SportI18n' => array( [maximum depth reached] ), 'League' => array( [maximum depth reached] ), 'Event' => array( [maximum depth reached] ), 'BetPart' => array( [maximum depth reached] ), 'Menu' => array( [maximum depth reached] ), 'I18nModel' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'CountryI18n' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'ita' base => '' webroot => '/' here => '/ita' [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 126 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher = new Dispatcher();$Dispatcher->dispatch(new CakeRequest(),new CakeResponse());object(CakeRequest) { params => array( 'plugin' => 'content', 'controller' => 'pages', 'action' => 'main', 'named' => array(), 'pass' => array(), 'language' => 'ita', 'isAjax' => false, 'models' => array( 'AppModel' => array( [maximum depth reached] ), 'Currency' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Permission' => array( [maximum depth reached] ), 'Ticket' => array( [maximum depth reached] ), 'Group' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Aro' => array( [maximum depth reached] ), 'Aco' => array( [maximum depth reached] ), 'Language' => array( [maximum depth reached] ), 'Bet' => array( [maximum depth reached] ), 'News' => array( [maximum depth reached] ), 'Sport' => array( [maximum depth reached] ), 'NewsI18n' => array( [maximum depth reached] ), 'SportI18n' => array( [maximum depth reached] ), 'League' => array( [maximum depth reached] ), 'Event' => array( [maximum depth reached] ), 'BetPart' => array( [maximum depth reached] ), 'Menu' => array( [maximum depth reached] ), 'I18nModel' => array( [maximum depth reached] ), 'Country' => array( [maximum depth reached] ), 'CountryI18n' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'ita' base => '' webroot => '/' here => '/ita' [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() }
