Questions tagged as 'codeigniter'

2
answers

Problem with Vista in CodeIgniter

Hello everyone I have a problem that does not reflect in a view the data of another associated table, if I show the ID with the reference of the column but I want to give me the names, here is the model: It is a CRUD: The view has to add, edit a...
asked by 08.05.2018 / 23:55
1
answer

Error downloading a file from my server with codeigniter

I am working on a project in codeigniter 3 , the problem I have is when downloading the file, when uploading the file to the server, I keep the path and the database in the database. name generated by the function do_upload of codeignit...
asked by 01.05.2018 / 00:13
1
answer

Inner Join in Codeigniter

I'm trying to show the name of a provider, as well as the name of the garden instead of its id from the table entries. The problem is that I do not know how the syntax is in Codeigniter to bring and show that data. Model: pu...
asked by 11.04.2018 / 01:35
1
answer

Multiple array codeigniter

I'm trying to bring information from two two tables the first table (separation) shows me the separation ID and time of entry the second table (separacion_detalle) shows me what qualities this separation contains, as can be seen in t...
asked by 15.04.2018 / 21:45
1
answer

Insert data in two different tables with MVC

I have two tables that are related, one of them depends on the information of the 1st table (payments depend on contracts). I just have to take a form to save the information. This is how I have the registry function in the Controller: publ...
asked by 26.02.2018 / 09:30
1
answer

Codeigniter - transactions stored procedure

Is it possible ?, they work as they should? do transactions by invoking store procedure from query builder ?, that is, the changes are reversed with rollback in case of error ?, thanks. $this->db->trans_start(); $this->db->quer...
asked by 13.05.2018 / 07:44
1
answer

Role management Codeigniter

How do I show in a select that I can select only one user if this is a different user to the administrator, because only can send messages to several users is the one with administrator profile this is my view <select name="users[]" id=...
asked by 04.04.2018 / 17:52
1
answer

How to take javascript data to a model in codeigniter?

I'm making an application using codeigniter and I would like to know how I could take the information I retrieved from a select tag in a javascript file to take it to a variable in my model     
asked by 30.12.2017 / 18:34
1
answer

Auto-increment in input type date in php with codeigniter

Hello! I need help for something that has been around my head for a couple of days and I can not see how to even start (I know, it sounds pretentious, but we all have passed sometime in this life). What happens is that I have 3 input's of...
asked by 19.12.2017 / 06:02
1
answer

sess_destroy () It does not work in codeigniter

Excellent night, I hope you can help me, when I send my function call to destroy the session, it is not destroyed and it is still active if I try to enter the URL. my controller is the following, to start and of course here is the function to...
asked by 07.12.2017 / 01:38