Questions tagged as 'codeigniter'

1
answer

simultaneous access lock - Codeigniter

I need to block simultaneous accesses with the same login on my system, I currently use CodeIgniter as a framework. When I log in to the system, I can be logged in to the DB and logout is granted access to that user. Problems: When the bro...
asked by 16.04.2018 / 16:08
0
answers

Font-Face did not work in firefox CodeIgniter

I have a codeigniter site and I added some fonts with font-face in css and it worked fine in firefox in developer mode and in chrome, when I hosted it firefox stopped changing the fonts on the page but in chrome it works normal, and on the edge...
asked by 16.04.2018 / 02:27
1
answer

Library encryption - Codeigniter

I have a problem, I'm passing an id via GET and I need to encrypt it. So, I decided to use the codeigniter's native encryption library, but when the message is encrypted, it generates many characters, which results in a problem with URL passing....
asked by 12.04.2018 / 20:15
0
answers

Using two databases in a PHP + Codeigniter application

I know that this question has been asked before, but the ones I have been able to search for none helped me, I have a PHP + Codeigniter in> I have a select of the company I'm going to use the bank: if ($this->input->post('empresa') =...
asked by 13.04.2018 / 13:22
2
answers

consult with inner join in codeigniter

Good afternoon, I would like to request your help in something that I have broken my mind to solve and I can not fix it to work out I have 4 tables products -> id | slug | title | info1 | info2 | info3 prodnutri - > idNutricion | i...
asked by 10.04.2018 / 03:58
1
answer

Playing Controller Info for View CI3

I'm working with CodeIgniter3 in the MVC model and I'm having problems for a long time, slowly I'm solving some problems here and there and almost reaching the point. I'm doing a query in random order in the DB by the model: public function...
asked by 10.04.2018 / 02:29
0
answers

Problems passing POST parameter through Ajax

I'm having trouble passing parameters via POST to my PHP methods. I have the JS variable properly populated with the attributes I want to pass. But when trying to access the variable in my PHP code it says it is undefined. I'm using Codeigniter...
asked by 11.04.2018 / 14:10
1
answer

Return Select Value

Hello, I would like to know how to retrieve a result from a select in Controller to perform a sum of variables. I have two selects that need the value resulting from them to add up inside the Controller. // A = select total ja proposto...
asked by 02.04.2018 / 00:38
0
answers

Logic for access permission and registration of permissions in the database Using JStree and Codeigniter

Hello, I'm trying to develop a logic to register permissões de acessos , using codeigniter and plugin jstree At the beginning to add a new permission, the following table is loaded into the database. CREATE TABLE IF N...
asked by 29.03.2018 / 17:23
1
answer

How to translate this query to the CodeIgniter query builder?

I'm having trouble putting this query in CodeIgniter, can anyone help? select venda_itens.secao, venda_itens.secao_nome, sum(venda_itens.qtd_itens_finalizada) as qtd_itens, sum(venda_itens.qtd_itens_cancelada) as qtd_itens_cancela...
asked by 02.04.2018 / 19:22