Questions tagged as 'codeigniter'

0
answers

Encrypt database CodeIgniter

Good evening. I caught the boat walking here in the company I joined to continue a system for a company, in CodeIgniter connected with a SQLServer database. My knowledge in SQLServer and servers is very low, so I'm picking up a little. The...
asked by 02.02.2017 / 21:41
0
answers

Codeigniter-Foundation-Dropdown Not working

Good morning, I'm a beginner in web programming and I'm facing some problems in a course of video lessons (provided by the company, a bit outdated) that I'm doing. I've reached a point where I can not progress ... I have to run a menu with a...
asked by 20.02.2017 / 15:42
0
answers

Retrieve value from the CodeIgniter database - MySQL

Inauserform,Iloadinformationsuchasusername,password,andpermissions.ButnowIhaveincludedinthetableofpermissoesafieldcalledgrupo.AndIincludeintheformofusuariosthisfield,sothat;eachtimetheuser'spermissionischosen,thegroupfieldloadsthegroupnameofthe...
asked by 24.02.2017 / 13:24
1
answer

Positioning Messages Chat Codeigniter

Hello, I'm developing a messaging application (chat) and it's pretty much done and working. It turns out that the messages are all aligned from left to right, regardless of the message user. Example: User 1 Mensagem User 2 Me...
asked by 30.01.2017 / 17:24
1
answer

Pass value to 2 different paths

I would like to pass the var data = 'codreq =' + id; variable to two paths. It is possible? If so, someone can teach me. I can only move to this path: url: "<?= base_url('coordenador/protocolo/buscaDetalhesRequerimento') ?>" I need...
asked by 08.02.2017 / 20:18
1
answer

Error 1062 at some point in the database system

I'm experiencing the following error while running my app: Error Number: 1062 Duplicate entry '1484918130' for key 'PRIMARY' INSERT INTO sistema_session ( id , ip_address , timestamp , data ) VALUES ('5bb80caf2...
asked by 20.01.2017 / 14:24
3
answers

Upload template automatically

Is it possible to program codeIgniter to load the template automatically without having to specify the views for each call in the controler? Example user controller public function listar() { $this->load->view('template/he...
asked by 17.11.2014 / 19:18
2
answers

XML returning empty in PHP

Good afternoon, I am running queries on a central bank webservice and am encountering some difficulties. The return of the query is in XML and I must send the authentication to receive this data, so far so good. The problem is in return if I...
asked by 27.12.2016 / 17:28
1
answer

MongoDB does not find any names

I'm pulling some data from MongoDB with CodeIgniter and I came across a strange thing ... Some records are found and some are not. Debugging the code I saw that the problem was the name it is looking for, but it seems to be because of some chara...
asked by 18.01.2017 / 03:26
0
answers

Codeigniter by adding ".html" after controller name

I do not know why when I try to make a ajax call to the url " link " I get a 404 error saying the following " The url link "was not found on the server (404). I can not find where the ".html" that he is adding after the controller name comes f...
asked by 25.01.2017 / 00:19