Strict Standards : Non-static method Configure::read() should not be called statically in /home/entelco/public_html/airmax/cake/basics.php on line 213
Strict Standards : Non-static method Configure::getInstance() should not be called statically in /home/entelco/public_html/airmax/cake/libs/configure.php on line 155
Warning (512) : SQL Error: 3065: Expression #1 of ORDER BY clause is not in SELECT list, references column 'entelco_sistema.Produto.created' which is not in SELECT list; this is incompatible with DISTINCT [CORE/cake/libs/model/datasources/dbo_source.php , line 684 ]Code |
Context $out = null;
if ($error) {
trigger_error('<span style="color:Red;text-align:left"><b>' . __('SQL Error:', true) . "</b> {$this->error}</span>", E_USER_WARNING);
$sql = "SELECT distinct Produto.cod_produto, Produto.codigo_ref, Produto.nome, Produto.preco, Produto.quantidade, Produto.percentual_desconto, Produto.url_foto, `Produto`.`cod_produto` FROM `produtos` AS `Produto` WHERE `Produto`.`cod_loja` = 2 AND `Produto`.`cod_ramo` = 1 AND `Produto`.`ativado` = 1 AND `Produto`.`data_entrada` <= '2019-12-11 01:21:03' ORDER BY `Produto`.`created` ASC LIMIT 12"
$error = "3065: Expression #1 of ORDER BY clause is not in SELECT list, references column 'entelco_sistema.Produto.created' which is not in SELECT list; this is incompatible with DISTINCT"
$out = null DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 684
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 266
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 823
Model::find() - CORE/cake/libs/model/model.php, line 2127
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1224
ProdutosController::index() - APP/controllers/produtos_controller.php, line 40
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83 Query: SELECT distinct Produto.cod_produto, Produto.codigo_ref, Produto.nome, Produto.preco, Produto.quantidade, Produto.percentual_desconto, Produto.url_foto, `Produto`.`cod_produto` FROM `produtos` AS `Produto` WHERE `Produto`.`cod_loja` = 2 AND `Produto`.`cod_ramo` = 1 AND `Produto`.`ativado` = 1 AND `Produto`.`data_entrada` <= '2019-12-11 01:21:03' ORDER BY `Produto`.`created` ASC LIMIT 12
Warning (2) : Invalid argument supplied for foreach() [APP/models/behaviors/date_format.php , line 101 ]Code |
Context $formats = $this->formatForModel[$model->alias];
$schema = $model->_schema;
foreach($results as $i => $result) {
$model = Produto
Produto::$name = "Produto"
Produto::$useTable = "produtos"
Produto::$primaryKey = "cod_produto"
Produto::$actsAs = array
Produto::$belongsTo = array
Produto::$hasMany = array
Produto::$hasAndBelongsToMany = array
Produto::$displayField = "descricao"
Produto::$idField = "id"
Produto::$firstDisplayField = "Selecione"
Produto::$autoRestrinct = true
Produto::$filterList = false
Produto::$useDbConfig = "default"
Produto::$id = false
Produto::$data = array
Produto::$table = "produtos"
Produto::$_schema = array
Produto::$validate = array
Produto::$validationErrors = array
Produto::$tablePrefix = ""
Produto::$alias = "Produto"
Produto::$tableToModel = array
Produto::$logTransactions = false
Produto::$cacheQueries = false
Produto::$hasOne = array
Produto::$Behaviors = BehaviorCollection object
Produto::$whitelist = array
Produto::$cacheSources = true
Produto::$findQueryType = "all"
Produto::$recursive = 1
Produto::$order = NULL
Produto::$virtualFields = array
Produto::$__associationKeys = array
Produto::$__associations = array
Produto::$__backAssociation = array
Produto::$__insertID = NULL
Produto::$__numRows = NULL
Produto::$__affectedRows = NULL
Produto::$_findMethods = array
Produto::$Loja = Loja object
Produto::$ProdutoItem = ProdutoItem object
Produto::$Carrinho = Carrinho object
Produto::$CarrinhoSession = CarrinhoSession object
Produto::$ProdutoSku = ProdutoSku object
Produto::$ProdutoDescricao = ProdutoDescricao object
Produto::$Foto = Foto object
Produto::$Combinacao = Combinacao object
Produto::$ProdutoCampo = ProdutoCampo object
Produto::$ListaDesejo = ListaDesejo object
Produto::$ProdutoFormaPagamento = ProdutoFormaPagamento object
Produto::$Turma = Turma object
Produto::$Categoria = Categoria object
Produto::$Tag = Tag object
Produto::$GrupoTag = GrupoTag object
Produto::$Cupom = Cupom object
Produto::$Combo = Combo object
Produto::$ProdutosCategoria = AppModel object
Produto::$ProdutosTag = AppModel object
Produto::$ProdutosGrupoTag = AppModel object
Produto::$CupomProduto = AppModel object
Produto::$ComboProduto = AppModel object
$results = false
$primary = true
$formats = array(
"day" => "d",
"month" => "m",
"year" => "Y",
"hour" => "H",
"minutes" => "i",
"fulldate" => "d/m/Y",
"fulldatetime" => "d/m/Y \à\s h:m",
"time" => "h:m"
)
$schema = array(
"cod_produto" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 10,
"key" => "primary"
),
"cod_loja" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 10,
"key" => "index"
),
"cod_ramo" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"codigo_ref" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 50,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"nome" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 255,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"descricao" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"recomendacoes" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"materiais" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"dimensoes" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"preco_compra" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"preco" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"percentual_desconto" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"quantidade" => array(
"type" => "integer",
"null" => true,
"default" => "0",
"length" => 11
),
"destaque" => array(
"type" => "boolean",
"null" => true,
"default" => null,
"length" => 1
),
"online" => array(
"type" => "boolean",
"null" => false,
"default" => "0",
"length" => 1
),
"url_foto" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 255,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"peso" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"altura" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"largura" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"comprimento" => array(
"type" => "float",
"null" => true,
"default" => "0.00",
"length" => "9,2"
),
"data_entrada" => array(
"type" => "datetime",
"null" => false,
"default" => null,
"length" => null
),
"curso_quem_destina" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"curso_objetivo" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"curso_pre_requisitos" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"curso_programacao" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"curso_ordem" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 11
),
"curso_duracao" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"curso_material" => array(
"type" => "text",
"null" => true,
"default" => null,
"length" => null,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"curso_url_certificado" => array(
"type" => "string",
"null" => true,
"default" => null,
"length" => 255,
"collate" => "utf8_general_ci",
"charset" => "utf8"
),
"ativado" => array(
"type" => "boolean",
"null" => false,
"default" => "1",
"length" => 1
),
"views" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 11
),
"created" => array(
"type" => "datetime",
"null" => false,
"default" => null,
"length" => null
),
"modified" => array(
"type" => "datetime",
"null" => false,
"default" => null,
"length" => null
),
"curso_ead" => array(
"type" => "integer",
"null" => true,
"default" => null,
"length" => 1
)
) DateFormatBehavior::afterFind() - APP/models/behaviors/date_format.php, line 101
ModelBehavior::dispatchMethod() - CORE/cake/libs/model/model_behavior.php, line 171
BehaviorCollection::trigger() - CORE/cake/libs/model/model_behavior.php, line 494
Model::__filterResults() - CORE/cake/libs/model/model.php, line 2373
Model::find() - CORE/cake/libs/model/model.php, line 2131
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1224
ProdutosController::index() - APP/controllers/produtos_controller.php, line 40
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Entelco Telecom | Produtos
Produtos
/ Você está em: Home > Produtos
Resultado(s) 1 - 20 de 6 | Itens por página:
20
30
40
Ordenar por:
Relevância
Novos
Menor Preço
Mais Vistos
Alfabética
Warning (2) : Invalid argument supplied for foreach() [APP/views/produtos/index.ctp , line 123 ]Code |
Context <? $comb = 0?>
<? $ind = 0?>
<? foreach ( $produtos as $produto ) { ?>
$___viewFn = "/home/entelco/public_html/airmax/app/views/produtos/index.ctp"
$___dataForView = array(
"lstMes" => array(
"Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro"
),
"produtos" => false,
"controller" => "produtos",
"ajaxRequest" => false,
"request" => "produtos_index",
"urlLoja" => "http://www.entelco.com.br",
"itensCarrinho" => array(),
"usuario" => null,
"categorias" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"loja" => array(
"Loja" => array(),
"Municipio" => array(),
"ConfigEmail" => array(),
"Ramo" => array()
)
)
$loadHelpers = true
$cached = false
$stringFormat = StringFormatHelper
StringFormatHelper::$helpers = NULL
StringFormatHelper::$base = ""
StringFormatHelper::$webroot = "/"
StringFormatHelper::$theme = NULL
StringFormatHelper::$here = "/produtos"
StringFormatHelper::$params = array
StringFormatHelper::$action = "index"
StringFormatHelper::$plugin = NULL
StringFormatHelper::$data = NULL
StringFormatHelper::$namedArgs = NULL
StringFormatHelper::$argSeparator = NULL
StringFormatHelper::$validationErrors = NULL
StringFormatHelper::$tags = array
StringFormatHelper::$__tainted = NULL
StringFormatHelper::$__cleaned = NULL
$categoria = CategoriaHelper
CategoriaHelper::$helpers = array
CategoriaHelper::$base = ""
CategoriaHelper::$webroot = "/"
CategoriaHelper::$theme = NULL
CategoriaHelper::$here = "/produtos"
CategoriaHelper::$params = array
CategoriaHelper::$action = "index"
CategoriaHelper::$plugin = NULL
CategoriaHelper::$data = NULL
CategoriaHelper::$namedArgs = NULL
CategoriaHelper::$argSeparator = NULL
CategoriaHelper::$validationErrors = NULL
CategoriaHelper::$tags = array
CategoriaHelper::$__tainted = NULL
CategoriaHelper::$__cleaned = NULL
CategoriaHelper::$Html = HtmlHelper object
$datePicker = DatePickerHelper
DatePickerHelper::$helpers = array
DatePickerHelper::$format = "%d/%m/%Y"
DatePickerHelper::$fieldset = array
DatePickerHelper::$__options = array
DatePickerHelper::$fields = array
DatePickerHelper::$requestType = NULL
DatePickerHelper::$defaultModel = NULL
DatePickerHelper::$_inputDefaults = array
DatePickerHelper::$base = ""
DatePickerHelper::$webroot = "/"
DatePickerHelper::$theme = NULL
DatePickerHelper::$here = "/produtos"
DatePickerHelper::$params = array
DatePickerHelper::$action = "index"
DatePickerHelper::$plugin = NULL
DatePickerHelper::$data = NULL
DatePickerHelper::$namedArgs = NULL
DatePickerHelper::$argSeparator = NULL
DatePickerHelper::$validationErrors = NULL
DatePickerHelper::$tags = array
DatePickerHelper::$__tainted = NULL
DatePickerHelper::$__cleaned = NULL
DatePickerHelper::$Html = HtmlHelper object
DatePickerHelper::$Form = FormHelper object
$helperProduto = HelperProdutoHelper
HelperProdutoHelper::$helpers = array
HelperProdutoHelper::$base = ""
HelperProdutoHelper::$webroot = "/"
HelperProdutoHelper::$theme = NULL
HelperProdutoHelper::$here = "/produtos"
HelperProdutoHelper::$params = array
HelperProdutoHelper::$action = "index"
HelperProdutoHelper::$plugin = NULL
HelperProdutoHelper::$data = NULL
HelperProdutoHelper::$namedArgs = NULL
HelperProdutoHelper::$argSeparator = NULL
HelperProdutoHelper::$validationErrors = NULL
HelperProdutoHelper::$tags = array
HelperProdutoHelper::$__tainted = NULL
HelperProdutoHelper::$__cleaned = NULL
HelperProdutoHelper::$Html = HtmlHelper object
$helperMenu = HelperMenuHelper
HelperMenuHelper::$helpers = array
HelperMenuHelper::$base = ""
HelperMenuHelper::$webroot = "/"
HelperMenuHelper::$theme = NULL
HelperMenuHelper::$here = "/produtos"
HelperMenuHelper::$params = array
HelperMenuHelper::$action = "index"
HelperMenuHelper::$plugin = NULL
HelperMenuHelper::$data = NULL
HelperMenuHelper::$namedArgs = NULL
HelperMenuHelper::$argSeparator = NULL
HelperMenuHelper::$validationErrors = NULL
HelperMenuHelper::$tags = array
HelperMenuHelper::$__tainted = NULL
HelperMenuHelper::$__cleaned = NULL
HelperMenuHelper::$Html = HtmlHelper object
$checkbox = CheckboxHelper
CheckboxHelper::$helpers = NULL
CheckboxHelper::$base = ""
CheckboxHelper::$webroot = "/"
CheckboxHelper::$theme = NULL
CheckboxHelper::$here = "/produtos"
CheckboxHelper::$params = array
CheckboxHelper::$action = "index"
CheckboxHelper::$plugin = NULL
CheckboxHelper::$data = NULL
CheckboxHelper::$namedArgs = NULL
CheckboxHelper::$argSeparator = NULL
CheckboxHelper::$validationErrors = NULL
CheckboxHelper::$tags = array
CheckboxHelper::$__tainted = NULL
CheckboxHelper::$__cleaned = NULL
$formulario = FormularioHelper
FormularioHelper::$helpers = array
FormularioHelper::$base = ""
FormularioHelper::$webroot = "/"
FormularioHelper::$theme = NULL
FormularioHelper::$here = "/produtos"
FormularioHelper::$params = array
FormularioHelper::$action = "index"
FormularioHelper::$plugin = NULL
FormularioHelper::$data = NULL
FormularioHelper::$namedArgs = NULL
FormularioHelper::$argSeparator = NULL
FormularioHelper::$validationErrors = NULL
FormularioHelper::$tags = array
FormularioHelper::$__tainted = NULL
FormularioHelper::$__cleaned = NULL
FormularioHelper::$Html = HtmlHelper object
FormularioHelper::$Form = FormHelper object
$numberFormat = NumberFormatHelper
NumberFormatHelper::$helpers = NULL
NumberFormatHelper::$base = ""
NumberFormatHelper::$webroot = "/"
NumberFormatHelper::$theme = NULL
NumberFormatHelper::$here = "/produtos"
NumberFormatHelper::$params = array
NumberFormatHelper::$action = "index"
NumberFormatHelper::$plugin = NULL
NumberFormatHelper::$data = NULL
NumberFormatHelper::$namedArgs = NULL
NumberFormatHelper::$argSeparator = NULL
NumberFormatHelper::$validationErrors = NULL
NumberFormatHelper::$tags = array
NumberFormatHelper::$__tainted = NULL
NumberFormatHelper::$__cleaned = NULL
$paginator = PaginatorHelper
PaginatorHelper::$helpers = array
PaginatorHelper::$__defaultModel = NULL
PaginatorHelper::$_ajaxHelperClass = "Js"
PaginatorHelper::$options = array
PaginatorHelper::$base = ""
PaginatorHelper::$webroot = "/"
PaginatorHelper::$theme = NULL
PaginatorHelper::$here = "/produtos"
PaginatorHelper::$params = array
PaginatorHelper::$action = "index"
PaginatorHelper::$plugin = NULL
PaginatorHelper::$data = NULL
PaginatorHelper::$namedArgs = NULL
PaginatorHelper::$argSeparator = NULL
PaginatorHelper::$validationErrors = NULL
PaginatorHelper::$tags = array
PaginatorHelper::$__tainted = NULL
PaginatorHelper::$__cleaned = NULL
PaginatorHelper::$Html = HtmlHelper object
PaginatorHelper::$Js = JsHelper object
$prototypeEngine = PrototypeEngineHelper
PrototypeEngineHelper::$_multiple = false
PrototypeEngineHelper::$_optionMap = array
PrototypeEngineHelper::$_callbackArguments = array
PrototypeEngineHelper::$useNative = true
PrototypeEngineHelper::$selection = NULL
PrototypeEngineHelper::$bufferedMethods = array
PrototypeEngineHelper::$helpers = NULL
PrototypeEngineHelper::$base = ""
PrototypeEngineHelper::$webroot = "/"
PrototypeEngineHelper::$theme = NULL
PrototypeEngineHelper::$here = "/produtos"
PrototypeEngineHelper::$params = array
PrototypeEngineHelper::$action = "index"
PrototypeEngineHelper::$plugin = NULL
PrototypeEngineHelper::$data = NULL
PrototypeEngineHelper::$namedArgs = NULL
PrototypeEngineHelper::$argSeparator = NULL
PrototypeEngineHelper::$validationErrors = NULL
PrototypeEngineHelper::$tags = array
PrototypeEngineHelper::$__tainted = NULL
PrototypeEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "PrototypeEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/produtos"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$PrototypeEngine = PrototypeEngineHelper object
$javascript = JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$theme = NULL
JavascriptHelper::$here = "/produtos"
JavascriptHelper::$params = array
JavascriptHelper::$action = "index"
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = NULL
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
$ajax = AjaxHelper
AjaxHelper::$helpers = array
AjaxHelper::$Html = HtmlHelper object
AjaxHelper::$Javascript = JavascriptHelper object
AjaxHelper::$callbacks = array
AjaxHelper::$ajaxOptions = array
AjaxHelper::$dragOptions = array
AjaxHelper::$dropOptions = array
AjaxHelper::$sortOptions = array
AjaxHelper::$sliderOptions = array
AjaxHelper::$editorOptions = array
AjaxHelper::$autoCompleteOptions = array
AjaxHelper::$__ajaxBuffer = array
AjaxHelper::$base = ""
AjaxHelper::$webroot = "/"
AjaxHelper::$theme = NULL
AjaxHelper::$here = "/produtos"
AjaxHelper::$params = array
AjaxHelper::$action = "index"
AjaxHelper::$plugin = NULL
AjaxHelper::$data = NULL
AjaxHelper::$namedArgs = NULL
AjaxHelper::$argSeparator = NULL
AjaxHelper::$validationErrors = NULL
AjaxHelper::$tags = array
AjaxHelper::$__tainted = NULL
AjaxHelper::$__cleaned = NULL
AjaxHelper::$Form = FormHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = "get"
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/produtos"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/produtos"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$cache = CacheHelper
CacheHelper::$__replace = array
CacheHelper::$__match = array
CacheHelper::$cacheAction = NULL
CacheHelper::$helpers = NULL
CacheHelper::$base = ""
CacheHelper::$webroot = "/"
CacheHelper::$theme = NULL
CacheHelper::$here = "/produtos"
CacheHelper::$params = array
CacheHelper::$action = "index"
CacheHelper::$plugin = NULL
CacheHelper::$data = NULL
CacheHelper::$namedArgs = NULL
CacheHelper::$argSeparator = NULL
CacheHelper::$validationErrors = NULL
CacheHelper::$tags = array
CacheHelper::$__tainted = NULL
CacheHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e6645cda8cc57a56b5009ceac2610794"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1576027264
SessionHelper::$sessionTime = 1576039264
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/produtos"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$lstMes = array(
"Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro"
)
$produtos = false
$controller = "produtos"
$ajaxRequest = false
$request = "produtos_index"
$urlLoja = "http://www.entelco.com.br"
$itensCarrinho = array()
$usuario = null
$categorias = array(
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
),
array(
"Categoria" => array(),
"filhos" => array()
)
)
$loja = array(
"Loja" => array(
"cod_loja" => "2",
"cod_municipio" => "11470",
"razao" => "Entelco Tecnologia em Redes de Dados Ltda",
"nome" => "ENTELCO TELECOM",
"dominio" => "www.entelco.com.br",
"email" => "atendimento@entelco.com.br",
"dono" => "Rogério Barion",
"responsavel" => "Rogério Barion",
"endereco" => "Rua Tabatinguera, 140 - cjto 1512",
"bairro" => "Centro",
"cep" => "01020-901",
"url_logo" => "1385066027.6673.jpg",
"analytics" => "UA-5252386-2",
"frete_gratis" => "0",
"ultima_liberacao_carrinho" => "2013-11-21 17:41:58",
"ultima_liberacao_carrinho_formated" => array()
),
"Municipio" => array(
"cod_municipio" => "11470",
"cod_uf" => "25",
"nome" => "SAO PAULO",
"Uf" => array()
),
"ConfigEmail" => array(
"cod_loja" => "2",
"type" => "",
"host" => "mail.entelco.com.br",
"port" => "587",
"username" => "entelco@entelco.com.br",
"password" => "121314asdF%",
"from_name" => "ENTELCO TELECOM",
"email_contato" => "atendimento@entelco.com.br"
),
"Ramo" => array(
array(),
array(),
array(),
array()
)
)
$params = array(
"page" => 1,
"current" => 1,
"count" => 2,
"prevPage" => false,
"nextPage" => false,
"pageCount" => 1,
"defaults" => array(
"limit" => 12,
"step" => 1,
"conditions" => array(),
"contain" => array(),
"fields" => array(),
"order" => array()
),
"options" => array(
"page" => 1,
"limit" => 12,
"conditions" => array(),
"contain" => array(),
"fields" => array(),
"order" => array()
)
)
$i = 2
$comb = 0
$ind = 0 include - APP/views/produtos/index.ctp, line 123
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Sobre
A ENTELCO TELECOM provê soluções que fornece
infra-estrutura para implementar, integrar e gerenciar
empresas e pequeno e médio portes. Com sede na
cidade de são paulo, a empresa mantém operações
e dois data center interligados por uma rede dedicada
e destaca-se pelo acompanhamento constante...
Saiba Mais