Questions tagged as 'codeigniter'

1
answer

Problems to do a free query with codeigniter

I am here today to ask for help from those who are more experienced than I in the subject. I have a free query with codeigniter, which error in execution, but when I perform it in Workbenth goes right. I'll leave the code below and hope someone...
asked by 18.09.2018 / 02:08
0
answers

Losing Session Codeigniter

Good afternoon everyone, I started an internship and they gave me an ecommerce to move, it has CodeIgniter (I had never moved) and a library called ion auth (for login) but when I log in it sets the session correctly, when I go for the user pane...
asked by 24.09.2018 / 17:35
0
answers

error in session CodeIgniter

I have a dynamic menu that does a search in the database and fills in this menu, when I'm in home it works normally but when the page changes the value returns null and it generates error in count() , I noticed that whenever I change page...
asked by 18.09.2018 / 17:16
1
answer

Error Object of class stdClass could not be converted to string in codeigniter [closed]

I can not seem to get out of this place because of this error. My model is as follows public function conf($dados){ $this->db->select('id'); $this->db->where('senha',$dados); $query = $this->db->get('email');...
asked by 18.09.2016 / 11:17
0
answers

Login system with Codegniter

I have a problem with a login system that I have developed. On my local machine it works 100%. But when I uploaded it to the server it is giving a session error, saying that an active session already exists. When I uploaded the system I went...
asked by 23.09.2018 / 19:30
1
answer

Bring multiple join values into mysql

Well, I have a question about a mysql query using the Codeigniter Framework. I have the following tables: Products Table |--------|-----------------| | id | nome_produto | |--------|-----------------| | 1 | Camisa Tal | |--...
asked by 12.09.2018 / 03:52
0
answers

Import csv to two tables MYSQL - Codeigniter

Hello, with the simple function below, I am able to import data into a mysql table. The issue is that the telefone column will be in another tabela and the way it is today, I can only import to the same tabela ....
asked by 21.10.2018 / 01:04
1
answer

Flash Data Post

Good afternoon, guys. I'm not getting a flash date for Post. When I load my view I put a bank info on flash date: $this->session->set_flashdata('ticket_id',$dados[0]->caseId); I have a modal in this view that sends the information...
asked by 09.09.2018 / 21:42
0
answers

Send a file via a REST API to another project

I have spent days doing simple crud on codeigniter using libraries server: link Client: link and the content absorption was satisfactory. But I have a project available in github link (I'm glad if anyone comments on improvements,...
asked by 31.08.2018 / 00:30
0
answers

Configure CodeIgniter friendly URL on windows server

I'm having the following problem, I'm developing an application in CI, and this application will be on a windows server. I would like to know how to make url friendly on this type of server, since I have seen in some places that .htaccess does n...
asked by 11.09.2018 / 01:26