Questions tagged as 'codeigniter'

4
answers

How to make a Popup that only writes information in the cookie or anything and displays only once on the homepage of the site

I have an adult entertainment website and I need to make an 18 year term to enter the site before ... It will be displayed a screen confirming the age and such of the person so she can click ok if it is bigger. But the jquery code does not run a...
asked by 04.07.2017 / 04:56
1
answer

Pagseguro + Codeigniter [closed]

Has anyone ever integrated Pagseguro + codeigniter? With automatic feedback and everything else? Sorry if this is not the right place, but I'm in a lot of need and I do not know where to start. Thank you!     
asked by 12.08.2015 / 01:01
2
answers

CentOS 6 - Codeigniter - HMVC - Not Found

Good afternoon I'm developing a system with Codeigniter 2.X, and I use the HMVC concept. My folders look like this: ->system/ .htaccess ->application/ ->controllers ->... ->model ->... ->view...
asked by 14.11.2015 / 21:06
4
answers

PHP / Codeigniter error "Array to string conversion"

I made a foreach to add values to an insert but suddenly there was a strange Array to string conversion error and I have no idea what that is. public function distribuicaoprodutos(){ $filiais=json_decode($_POST['filiais'],TRUE);...
asked by 18.02.2014 / 15:41
2
answers

How to loop with input select PHP?

I have an array with $ c name that I made through a precise explode to do the count with for to see if it is selected. The problem is that it does the echo of option 2 or how many times there are records. Does anyone have a solution for this?...
asked by 28.07.2015 / 22:25
1
answer

How do I hide the Controller name in the url?

I would like to know how to hide the driver name in Codeigniter. Knowing that the codeigniter works as follows: www.meusite.com/CONTROLADOR/FUNÇÃO Ex: www.meusite.com/dashboard/login I want you to www.meusite.com/login T...
asked by 12.12.2017 / 02:27
1
answer

Codeigniter 2 with variable reference error in version 5.6 of PHP

I'm using Codeigniter version 2.1.3 and when I open any page the following error is displayed:    A PHP Error was encountered       Severity: Notice       Message: Only variable references should be returned by reference       Filename: co...
asked by 16.01.2017 / 13:00
2
answers

Codeigniter with Modal screen and Registration Response

I'm doing a registration of requests of call through a modal but I can not handle answer of the cadastre: "Successfully register" Controllerclass<?phpdefined('BASEPATH')ORexit('Nodirectscriptaccessallowed');classHomeextendsCI_Controller{f...
asked by 01.06.2016 / 20:01
1
answer

Set timezone in Codeigniter

I contain a site, which in the news it automatically records the date and time, but when registering, the time registered is 3 hours in advance. I'm thinking it should be some Codeigniter Timezone setup, does anyone know where to set this in it?...
asked by 29.03.2016 / 19:22
1
answer

SQL - Codeigniter - Returns only one record

Gentlemen, I have the following function: // Busca Simples public function buscando(){ // pesquisar_palavra, idCategoria, idSubCategoria if($this->input->post('pesquisar_palavra')){ $this->db->like...
asked by 14.11.2015 / 15:18