19:23:47
SQL
(write) 3 queries took 1 ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
| 1 | SELECT NOW() AS date_time | | 1 | 1 | 0 |
| 2 | SHOW COLUMNS FROM `entidade` LIKE 'pessoa' | | 1 | 1 | 1 |
| 3 | SHOW COLUMNS FROM `entidade` LIKE 'tipo' | | 1 | 1 | 0 |
(acl) 0 query took ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
Explain Select
Warning (2): Invalid argument supplied for foreach() [APP/View/Elements/explain_select.ctp, line 42]Code Context ?>
<?php
foreach ($logInfo['log'] as $k => $i) :
$viewFile = '/data/webroot-pirassununga/pirassununga/parking-pp/app/View/Elements/explain_select.ctp'
$dataForView = array(
'Entidade_tipo_options' => array(
'PDV_CONCEDENTE' => 'Pdv Concedente',
'POSTO' => 'Posto',
'CLIENTE' => 'Cliente',
'ADQUIRENTE' => 'Adquirente',
'MANUTENCAO' => 'Manutencao',
'ANALISTA' => 'Analista',
'SAC' => 'Sac',
'ADMINISTRADOR' => 'Administrador',
'TALAO' => 'Talao',
'DEPENDENTE' => 'Dependente',
'PARKING' => 'Parking',
'TICKET' => 'Ticket',
'LOCAL' => 'Local',
'PARKING_FISCALIZACAO' => 'Parking Fiscalizacao',
'PARKING_CONCEDENTE' => 'Parking Concedente',
'SUPORTE' => 'Suporte',
'CARTAO' => 'Cartao',
'PARQUIMETRO' => 'Parquimetro',
'OPERACIONAL' => 'Operacional',
'VERSUL' => 'Versul'
),
'Entidade_pessoa_options' => array(
'FISICA' => 'Fisica',
'JURIDICA' => 'Juridica'
),
'title_for_layout' => 'Associados',
'mainMenu' => array(),
'nomenu' => true,
'headerLogoPath' => '/img/s2way2.png',
'authUser' => null,
'inlineFormOptions' => array(
'class' => 'form-inline',
'inputDefaults' => array(
'format' => array(
[maximum depth reached]
),
'div' => false,
'label' => false,
'between' => '',
'after' => '',
'error' => array(
[maximum depth reached]
)
)
),
'formOptions' => array(
'class' => 'form-horizontal',
'inputDefaults' => array(
'format' => array(
[maximum depth reached]
),
'div' => array(
[maximum depth reached]
),
'label' => array(
[maximum depth reached]
),
'between' => '<div class="controls">',
'after' => '</div>',
'error' => array(
[maximum depth reached]
)
)
),
'now' => object(DateTime) {
date => '2025-12-23 19:24:09.000000'
timezone_type => (int) 3
timezone => 'America/Sao_Paulo'
},
'networkName' => 'pirassununga',
'content_for_layout' => '<div>
<form action="/entidades/recuperarSenha" id="form-recuperar-senha" method="post" class="form-horizontal" accept-charset="utf-8">
<legend>Recuperar Senha</legend>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="clientes form">
<div class="form-group" >
<label class="control-label" style="cursor: pointer" class="checkbox" for="email">E-mail</label>
<div class="controls">
<input type="text" name="email" placeholder='Digite o seu e-mail aqui' id="email" class="input-xlarge"/>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" for="pessoa">Pessoa</label>
<div class="controls">
<select name="pessoa" class="input-xlarge" id="pessoa">
<option value="FISICA">FISICA</option>
<option value="JURIDICA">JURIDICA</option>
</select><span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" class="checkbox" for="cpf_cnpj">CPF</label>
<div class="controls">
<input name="cpf_cnpj" class="input-medium" id="cpf_cnpj" placeholder="" type="text"/>
<span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<div class="controls">
<input autocomplete="off" class="input-small" placeholder="Código" type="text" name="captcha" />
<img src="http://pirassununga.s2way.com/entidades/captcha" style="" vspace="2" alt="" /> </div>
</div>
</div>
<div class="form-actions">
<button class="btn btn-success" id="btnEnviar">Enviar</button>
</div>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript">
$('#pessoa').change(function() {
var v = $(this).val();
if (v == 'FISICA') {
$('#cpf_cnpj').mask('999.999.999-99');
$('label[for="cpf_cnpj"]').html('CPF');
$('label[for="nome"]').html('Nome');
$('#bolsas').hide();
} else {
$('#cpf_cnpj').mask('99.999.999/9999-99');
$('label[for="cpf_cnpj"]').html('CNPJ');
$('label[for="nome"]').html('Razão');
$('#bolsas').show();
}
0
});
if ($('#pessoa').val() == 'JURIDICA') {
var c = $('#cpf_cnpj').val();
var d = $('#data_nascimento').val();
$('#pessoa').change();
$('#cpf_cnpj').val(c);
$('#data_nascimento').val(d);
}
$('#pessoa').change();
</script>
',
'scripts_for_layout' => ''
)
$Entidade_tipo_options = array(
'PDV_CONCEDENTE' => 'Pdv Concedente',
'POSTO' => 'Posto',
'CLIENTE' => 'Cliente',
'ADQUIRENTE' => 'Adquirente',
'MANUTENCAO' => 'Manutencao',
'ANALISTA' => 'Analista',
'SAC' => 'Sac',
'ADMINISTRADOR' => 'Administrador',
'TALAO' => 'Talao',
'DEPENDENTE' => 'Dependente',
'PARKING' => 'Parking',
'TICKET' => 'Ticket',
'LOCAL' => 'Local',
'PARKING_FISCALIZACAO' => 'Parking Fiscalizacao',
'PARKING_CONCEDENTE' => 'Parking Concedente',
'SUPORTE' => 'Suporte',
'CARTAO' => 'Cartao',
'PARQUIMETRO' => 'Parquimetro',
'OPERACIONAL' => 'Operacional',
'VERSUL' => 'Versul'
)
$Entidade_pessoa_options = array(
'FISICA' => 'Fisica',
'JURIDICA' => 'Juridica'
)
$title_for_layout = 'Associados'
$mainMenu = array()
$nomenu = true
$headerLogoPath = '/img/s2way2.png'
$authUser = null
$inlineFormOptions = array(
'class' => 'form-inline',
'inputDefaults' => array(
'format' => array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'error',
(int) 5 => 'after'
),
'div' => false,
'label' => false,
'between' => '',
'after' => '',
'error' => array(
'attributes' => array(
[maximum depth reached]
)
)
)
)
$formOptions = array(
'class' => 'form-horizontal',
'inputDefaults' => array(
'format' => array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'error',
(int) 5 => 'after'
),
'div' => array(
'class' => 'form-group'
),
'label' => array(
'class' => 'control-label'
),
'between' => '<div class="controls">',
'after' => '</div>',
'error' => array(
'attributes' => array(
[maximum depth reached]
)
)
)
)
$now = object(DateTime) {
date => '2025-12-23 19:24:09.000000'
timezone_type => (int) 3
timezone => 'America/Sao_Paulo'
}
$networkName = 'pirassununga'
$content_for_layout = '<div>
<form action="/entidades/recuperarSenha" id="form-recuperar-senha" method="post" class="form-horizontal" accept-charset="utf-8">
<legend>Recuperar Senha</legend>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="clientes form">
<div class="form-group" >
<label class="control-label" style="cursor: pointer" class="checkbox" for="email">E-mail</label>
<div class="controls">
<input type="text" name="email" placeholder='Digite o seu e-mail aqui' id="email" class="input-xlarge"/>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" for="pessoa">Pessoa</label>
<div class="controls">
<select name="pessoa" class="input-xlarge" id="pessoa">
<option value="FISICA">FISICA</option>
<option value="JURIDICA">JURIDICA</option>
</select><span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" class="checkbox" for="cpf_cnpj">CPF</label>
<div class="controls">
<input name="cpf_cnpj" class="input-medium" id="cpf_cnpj" placeholder="" type="text"/>
<span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<div class="controls">
<input autocomplete="off" class="input-small" placeholder="Código" type="text" name="captcha" />
<img src="http://pirassununga.s2way.com/entidades/captcha" style="" vspace="2" alt="" /> </div>
</div>
</div>
<div class="form-actions">
<button class="btn btn-success" id="btnEnviar">Enviar</button>
</div>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript">
$('#pessoa').change(function() {
var v = $(this).val();
if (v == 'FISICA') {
$('#cpf_cnpj').mask('999.999.999-99');
$('label[for="cpf_cnpj"]').html('CPF');
$('label[for="nome"]').html('Nome');
$('#bolsas').hide();
} else {
$('#cpf_cnpj').mask('99.999.999/9999-99');
$('label[for="cpf_cnpj"]').html('CNPJ');
$('label[for="nome"]').html('Razão');
$('#bolsas').show();
}
0
});
if ($('#pessoa').val() == 'JURIDICA') {
var c = $('#cpf_cnpj').val();
var d = $('#data_nascimento').val();
$('#pessoa').change();
$('#cpf_cnpj').val(c);
$('#data_nascimento').val(d);
}
$('#pessoa').change();
</script>
'
$scripts_for_layout = ''
$noLogs = true
$sources = array(
(int) 0 => 'write',
(int) 1 => 'acl'
)
$logs = array(
'write' => null,
'acl' => null
)
$source = 'write'
$db = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => true
affected => null
numRows => null
took => null
configKeyName => 'acl'
virtualFieldSeparator => '__'
connected => true
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'datasource' => 'Database/Mysql',
'encoding' => 'utf8'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true
)
[protected] _connection => object(PDO) {}
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 0
[protected] _queriesTime => null
[protected] _queriesLog => array()
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'or',
(int) 3 => 'not',
(int) 4 => 'in',
(int) 5 => 'between',
(int) 6 => 'regexp',
(int) 7 => 'similar to'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array()
[protected] _sources => null
[protected] _transactionStarted => false
}
$log = null
$logInfo = null
$text = 'query'include - APP/View/Elements/explain_select.ctp, line 42
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::_renderElement() - CORE/Cake/View/View.php, line 1191
View::element() - CORE/Cake/View/View.php, line 408
include - APP/View/Elements/debug.ctp, line 8
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::_renderElement() - CORE/Cake/View/View.php, line 1191
View::element() - CORE/Cake/View/View.php, line 408
include - APP/View/Elements/footer.ctp, line 28
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::_renderElement() - CORE/Cake/View/View.php, line 1191
View::element() - CORE/Cake/View/View.php, line 408
include - APP/View/Layouts/default.ctp, line 111
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
Warning (2): Invalid argument supplied for foreach() [APP/View/Elements/explain_select.ctp, line 42]Code Context ?>
<?php
foreach ($logInfo['log'] as $k => $i) :
$viewFile = '/data/webroot-pirassununga/pirassununga/parking-pp/app/View/Elements/explain_select.ctp'
$dataForView = array(
'Entidade_tipo_options' => array(
'PDV_CONCEDENTE' => 'Pdv Concedente',
'POSTO' => 'Posto',
'CLIENTE' => 'Cliente',
'ADQUIRENTE' => 'Adquirente',
'MANUTENCAO' => 'Manutencao',
'ANALISTA' => 'Analista',
'SAC' => 'Sac',
'ADMINISTRADOR' => 'Administrador',
'TALAO' => 'Talao',
'DEPENDENTE' => 'Dependente',
'PARKING' => 'Parking',
'TICKET' => 'Ticket',
'LOCAL' => 'Local',
'PARKING_FISCALIZACAO' => 'Parking Fiscalizacao',
'PARKING_CONCEDENTE' => 'Parking Concedente',
'SUPORTE' => 'Suporte',
'CARTAO' => 'Cartao',
'PARQUIMETRO' => 'Parquimetro',
'OPERACIONAL' => 'Operacional',
'VERSUL' => 'Versul'
),
'Entidade_pessoa_options' => array(
'FISICA' => 'Fisica',
'JURIDICA' => 'Juridica'
),
'title_for_layout' => 'Associados',
'mainMenu' => array(),
'nomenu' => true,
'headerLogoPath' => '/img/s2way2.png',
'authUser' => null,
'inlineFormOptions' => array(
'class' => 'form-inline',
'inputDefaults' => array(
'format' => array(
[maximum depth reached]
),
'div' => false,
'label' => false,
'between' => '',
'after' => '',
'error' => array(
[maximum depth reached]
)
)
),
'formOptions' => array(
'class' => 'form-horizontal',
'inputDefaults' => array(
'format' => array(
[maximum depth reached]
),
'div' => array(
[maximum depth reached]
),
'label' => array(
[maximum depth reached]
),
'between' => '<div class="controls">',
'after' => '</div>',
'error' => array(
[maximum depth reached]
)
)
),
'now' => object(DateTime) {
date => '2025-12-23 19:24:09.000000'
timezone_type => (int) 3
timezone => 'America/Sao_Paulo'
},
'networkName' => 'pirassununga',
'content_for_layout' => '<div>
<form action="/entidades/recuperarSenha" id="form-recuperar-senha" method="post" class="form-horizontal" accept-charset="utf-8">
<legend>Recuperar Senha</legend>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="clientes form">
<div class="form-group" >
<label class="control-label" style="cursor: pointer" class="checkbox" for="email">E-mail</label>
<div class="controls">
<input type="text" name="email" placeholder='Digite o seu e-mail aqui' id="email" class="input-xlarge"/>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" for="pessoa">Pessoa</label>
<div class="controls">
<select name="pessoa" class="input-xlarge" id="pessoa">
<option value="FISICA">FISICA</option>
<option value="JURIDICA">JURIDICA</option>
</select><span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" class="checkbox" for="cpf_cnpj">CPF</label>
<div class="controls">
<input name="cpf_cnpj" class="input-medium" id="cpf_cnpj" placeholder="" type="text"/>
<span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<div class="controls">
<input autocomplete="off" class="input-small" placeholder="Código" type="text" name="captcha" />
<img src="http://pirassununga.s2way.com/entidades/captcha" style="" vspace="2" alt="" /> </div>
</div>
</div>
<div class="form-actions">
<button class="btn btn-success" id="btnEnviar">Enviar</button>
</div>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript">
$('#pessoa').change(function() {
var v = $(this).val();
if (v == 'FISICA') {
$('#cpf_cnpj').mask('999.999.999-99');
$('label[for="cpf_cnpj"]').html('CPF');
$('label[for="nome"]').html('Nome');
$('#bolsas').hide();
} else {
$('#cpf_cnpj').mask('99.999.999/9999-99');
$('label[for="cpf_cnpj"]').html('CNPJ');
$('label[for="nome"]').html('Razão');
$('#bolsas').show();
}
0
});
if ($('#pessoa').val() == 'JURIDICA') {
var c = $('#cpf_cnpj').val();
var d = $('#data_nascimento').val();
$('#pessoa').change();
$('#cpf_cnpj').val(c);
$('#data_nascimento').val(d);
}
$('#pessoa').change();
</script>
',
'scripts_for_layout' => ''
)
$Entidade_tipo_options = array(
'PDV_CONCEDENTE' => 'Pdv Concedente',
'POSTO' => 'Posto',
'CLIENTE' => 'Cliente',
'ADQUIRENTE' => 'Adquirente',
'MANUTENCAO' => 'Manutencao',
'ANALISTA' => 'Analista',
'SAC' => 'Sac',
'ADMINISTRADOR' => 'Administrador',
'TALAO' => 'Talao',
'DEPENDENTE' => 'Dependente',
'PARKING' => 'Parking',
'TICKET' => 'Ticket',
'LOCAL' => 'Local',
'PARKING_FISCALIZACAO' => 'Parking Fiscalizacao',
'PARKING_CONCEDENTE' => 'Parking Concedente',
'SUPORTE' => 'Suporte',
'CARTAO' => 'Cartao',
'PARQUIMETRO' => 'Parquimetro',
'OPERACIONAL' => 'Operacional',
'VERSUL' => 'Versul'
)
$Entidade_pessoa_options = array(
'FISICA' => 'Fisica',
'JURIDICA' => 'Juridica'
)
$title_for_layout = 'Associados'
$mainMenu = array()
$nomenu = true
$headerLogoPath = '/img/s2way2.png'
$authUser = null
$inlineFormOptions = array(
'class' => 'form-inline',
'inputDefaults' => array(
'format' => array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'error',
(int) 5 => 'after'
),
'div' => false,
'label' => false,
'between' => '',
'after' => '',
'error' => array(
'attributes' => array(
[maximum depth reached]
)
)
)
)
$formOptions = array(
'class' => 'form-horizontal',
'inputDefaults' => array(
'format' => array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'error',
(int) 5 => 'after'
),
'div' => array(
'class' => 'form-group'
),
'label' => array(
'class' => 'control-label'
),
'between' => '<div class="controls">',
'after' => '</div>',
'error' => array(
'attributes' => array(
[maximum depth reached]
)
)
)
)
$now = object(DateTime) {
date => '2025-12-23 19:24:09.000000'
timezone_type => (int) 3
timezone => 'America/Sao_Paulo'
}
$networkName = 'pirassununga'
$content_for_layout = '<div>
<form action="/entidades/recuperarSenha" id="form-recuperar-senha" method="post" class="form-horizontal" accept-charset="utf-8">
<legend>Recuperar Senha</legend>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="clientes form">
<div class="form-group" >
<label class="control-label" style="cursor: pointer" class="checkbox" for="email">E-mail</label>
<div class="controls">
<input type="text" name="email" placeholder='Digite o seu e-mail aqui' id="email" class="input-xlarge"/>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" for="pessoa">Pessoa</label>
<div class="controls">
<select name="pessoa" class="input-xlarge" id="pessoa">
<option value="FISICA">FISICA</option>
<option value="JURIDICA">JURIDICA</option>
</select><span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<label class="control-label" style="cursor: pointer" class="checkbox" for="cpf_cnpj">CPF</label>
<div class="controls">
<input name="cpf_cnpj" class="input-medium" id="cpf_cnpj" placeholder="" type="text"/>
<span class="help-block"></span>
</div>
</div>
<div class="form-group " >
<div class="controls">
<input autocomplete="off" class="input-small" placeholder="Código" type="text" name="captcha" />
<img src="http://pirassununga.s2way.com/entidades/captcha" style="" vspace="2" alt="" /> </div>
</div>
</div>
<div class="form-actions">
<button class="btn btn-success" id="btnEnviar">Enviar</button>
</div>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript">
$('#pessoa').change(function() {
var v = $(this).val();
if (v == 'FISICA') {
$('#cpf_cnpj').mask('999.999.999-99');
$('label[for="cpf_cnpj"]').html('CPF');
$('label[for="nome"]').html('Nome');
$('#bolsas').hide();
} else {
$('#cpf_cnpj').mask('99.999.999/9999-99');
$('label[for="cpf_cnpj"]').html('CNPJ');
$('label[for="nome"]').html('Razão');
$('#bolsas').show();
}
0
});
if ($('#pessoa').val() == 'JURIDICA') {
var c = $('#cpf_cnpj').val();
var d = $('#data_nascimento').val();
$('#pessoa').change();
$('#cpf_cnpj').val(c);
$('#data_nascimento').val(d);
}
$('#pessoa').change();
</script>
'
$scripts_for_layout = ''
$noLogs = true
$sources = array(
(int) 0 => 'write',
(int) 1 => 'acl'
)
$logs = array(
'write' => null,
'acl' => null
)
$source = 'acl'
$db = object(Mysql) {
description => 'MySQL DBO Driver'
startQuote => '`'
endQuote => '`'
fieldParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'comment' => array(
[maximum depth reached]
)
)
tableParameters => array(
'charset' => array(
[maximum depth reached]
),
'collate' => array(
[maximum depth reached]
),
'engine' => array(
[maximum depth reached]
)
)
columns => array(
'primary_key' => array(
[maximum depth reached]
),
'string' => array(
[maximum depth reached]
),
'text' => array(
[maximum depth reached]
),
'biginteger' => array(
[maximum depth reached]
),
'integer' => array(
[maximum depth reached]
),
'float' => array(
[maximum depth reached]
),
'datetime' => array(
[maximum depth reached]
),
'timestamp' => array(
[maximum depth reached]
),
'time' => array(
[maximum depth reached]
),
'date' => array(
[maximum depth reached]
),
'binary' => array(
[maximum depth reached]
),
'boolean' => array(
[maximum depth reached]
)
)
index => array(
'PRI' => 'primary',
'MUL' => 'index',
'UNI' => 'unique'
)
alias => 'AS '
cacheMethods => true
useNestedTransactions => false
fullDebug => true
affected => null
numRows => null
took => null
configKeyName => 'acl'
virtualFieldSeparator => '__'
connected => true
config => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'prefix' => '*****',
'persistent' => false,
'datasource' => 'Database/Mysql',
'encoding' => 'utf8'
)
cacheSources => true
[protected] _baseConfig => array(
'password' => '*****',
'login' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'persistent' => true
)
[protected] _connection => object(PDO) {}
[protected] _useAlias => true
[protected] _charsets => array()
[protected] _result => null
[protected] _queriesCnt => (int) 0
[protected] _queriesTime => null
[protected] _queriesLog => array()
[protected] _queriesLogMax => (int) 200
[protected] _queryCache => array()
[protected] _sqlOps => array(
(int) 0 => 'like',
(int) 1 => 'ilike',
(int) 2 => 'or',
(int) 3 => 'not',
(int) 4 => 'in',
(int) 5 => 'between',
(int) 6 => 'regexp',
(int) 7 => 'similar to'
)
[protected] _transactionNesting => (int) 0
[protected] _queryDefaults => array(
'conditions' => array([maximum depth reached]),
'fields' => null,
'table' => null,
'alias' => null,
'order' => null,
'limit' => null,
'joins' => array([maximum depth reached]),
'group' => null,
'offset' => null
)
[protected] _methodCacheChange => false
[protected] _descriptions => array()
[protected] _sources => null
[protected] _transactionStarted => false
}
$log = null
$logInfo = null
$text = 'query'include - APP/View/Elements/explain_select.ctp, line 42
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::_renderElement() - CORE/Cake/View/View.php, line 1191
View::element() - CORE/Cake/View/View.php, line 408
include - APP/View/Elements/debug.ctp, line 8
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::_renderElement() - CORE/Cake/View/View.php, line 1191
View::element() - CORE/Cake/View/View.php, line 408
include - APP/View/Elements/footer.ctp, line 28
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::_renderElement() - CORE/Cake/View/View.php, line 1191
View::element() - CORE/Cake/View/View.php, line 408
include - APP/View/Layouts/default.ctp, line 111
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893