Questions tagged as 'codeigniter'

2
answers

E-mail curriculum attachment in Codeigniter not working

Good afternoon, I am using this code to receive some data from alleged candidates who subscribe to the site. I would like the candidate to send the attached file. The views are ok .. and I think the problem is in my code for this controlle...
asked by 19.05.2016 / 15:39
1
answer

Upload form_dropdown in codeigniter

No controller I have this method : <?php class Projetos extends CI_Controller { public function index() { $data['dados_clientes'] = $this->clientes_model->get_clientes(); $data['main_view'] = 'projetos/index';...
asked by 13.06.2016 / 03:18
2
answers

model and controller in codeigniter to do insert in firebird using generator

I'm new to codeigniter and I need to define my controller and model, so when calling the model inserir() , the controller takes the last ID of the generator of each table that wants to do the insert. Let me give you an example: control...
asked by 13.01.2016 / 14:24
0
answers

Comparison of Cities between Excerpts

Hello! I am developing a system that consists of registering parts by neighborhood or city. In this case that I am taking as an example, it includes only two excerpts, as I show in the figure. My question is, how to buy the snippets that are com...
asked by 02.09.2015 / 13:36
0
answers

Can database overload this way? [closed]

This explanation does not need code, it's more a matter of the same database logic. What's happening: I have an application using CodeIgniter and MySql, and it has 4 actors, but in one of these actors, the more you loga , the longer it takes...
asked by 07.08.2015 / 16:06
1
answer

Search for Modules according to the Permissions

I've built a function that lists all modules and submodules within the system. But I need it to be different, I need that in this same listing, just come the modules and submodules that the client has access to, rather than checking whether he h...
asked by 23.07.2015 / 20:08
1
answer

Routes with wildcard (: any) ignoring other controllers

In the routes.php file I set the following route : $route['(:any)'] = 'reference/check/$1'; I need it because the first parameter in the URL after the domain is the username ( exemplo.com/{nome_usuario} ). Then I check the Reference...
asked by 26.06.2015 / 06:18
1
answer

Subdomain created by user

I'm developing a user area system, when registering, this user will have their area with their subdomain, chosen by him. Doubt: How to make this registry subdomain, since it will not have access to cPanel. I've seen this on gringo site....
asked by 10.06.2015 / 21:01
1
answer

System logs alone in any action

Gentlemen, In my administrative system I log in normal ... However, any action inside the system, it logs alone ... Without clicking on logout nothing ... Would anyone know to describe to me if you already had this type of problem? Of course I'm...
asked by 11.07.2015 / 19:40
3
answers

Doubt in insert, update and delete with Framework CodeIgniter?

I have a question regarding the insertion, change and removal of the records in the MySql database. For example, imagine a table of notes where all the information in this note, such as supplier data, carrier data and taxes to be collected, is e...
asked by 23.03.2015 / 18:57