A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: controllers/Cursos.php

Line Number: 107

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 107
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/Cursos.php

Line Number: 107

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 107
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 0

Filename: controllers/Cursos.php

Line Number: 108

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 108
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/Cursos.php

Line Number: 108

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 108
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/cursos.php

Line Number: 123

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/cursos.php
Line: 123
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 134
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/cursos.php

Line Number: 126

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/cursos.php
Line: 126
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 134
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/cursos.php

Line Number: 130

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/cursos.php
Line: 130
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 134
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

Buscar

Categorias

Sugestões

Envie a sua sugestão!

Apoio

Compartilhe!

Compartilhe com os seus contatos e amigos para que eles tenham também informaçōes e dicas importantes que ajudam muito no dia-a-dia, pessoal e no trabalho!

Nós Somos

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: contador

Filename: template/rodape.php

Line Number: 200

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/template/rodape.php
Line: 200
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/cursos.php
Line: 277
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 134
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: contador

Filename: template/rodape.php

Line Number: 201

Backtrace:

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/template/rodape.php
Line: 201
Function: _error_handler

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/views/cursos.php
Line: 277
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/application/controllers/Cursos.php
Line: 134
Function: view

File: /var/www/html/projetotecnologiaparatodos.com.br/web/index.php
Line: 315
Function: require_once

Cadastrados

Junte-se a nós e fique por dentro das últimas novidades de Tecnologia para o seu dia-a-dia!

Cadastre-se!
Portal Tecnologia para Todos® 2024 - Registrados e reservados todos os direitos de uso de nome, marca, logotipo, domínio, idéia e imagens


' }, dataType: 'json' }); request.done(function(e) { $("#list-links").html(''); $("#list-links").append('

Busca por: ' + e.termos + '

'); console.log(e); if(e.status == "ERROR"){ console.log('Erro'); $("#list-links").append('

Nenhuma dica encontrada

'); $("#list-links").append('Voltar'); }else{ $("#list-links").append('

' + e.qtde + ' cursos encontradas


'); $("#list-links").append(e.registros); $("#list-links").append('Voltar') } }); } $("#navbar_pesquisa").on('change', function(e){ e.preventDefault(); filtraCategoria($("#navbar_pesquisa option:selected").val()); }); $("#navbar_busca").on('submit', function(e){ e.preventDefault(); filtraBusca($("#busca_conteudo").val()); });