Questions tagged as 'codeigniter'

2
answers

Memory usage of codeigniter

I made my first application on codeigniter, at first it was working fine. But when I looked at the memory of the server, it is very high, starts with little use, and with each request it increases the use and does not release more. I do not know...
asked by 11.08.2014 / 17:27
1
answer

Request Ajax Codeigniter

I'm getting the following error when sending when sending json data via ajax using the codeigniter: Disallowed Key Characters. When I send only one object it works without problems, but when I send more than one object it returns the error. jQ...
asked by 19.08.2014 / 20:44
2
answers

Routes of Codeigniter

I'm using Codeigniter and only the route $route['default_controller'] = 'welcome'; is working, when I make an example: $route['teste'] = "welcome"; It gives me the following message Can not GET /codeigniter/index.php/t...
asked by 05.08.2014 / 21:09
1
answer

How to receive an SMS via Codeigniter?

I have a system that uses framework PHP Codeigniter and I need to receive SMS from a GPS of those car, which will give me the coordinates of the car in the style of Google Maps and from there I save in the database coordinates and date ....
asked by 10.03.2014 / 12:31
2
answers

Dynamic menu in Codeigniter

I'm trying to build a dynamic menu with submenus that inserts links coming from the database. I wrote the code below directly in my view to test and it worked perfectly: <?php $this->db->from('categories'); $this->db->wh...
asked by 28.06.2014 / 02:51
1
answer

Codeigniter - Installation script

I created an installer for my system it installs normal, but before the installation finishes the error occurs Error Number: 1046 No database selected CREATE TABLE IF NOT EXISTS 'auditoria' ( 'id' int(11) NOT NULL AUTO_INCREMENT, 'usuario'...
asked by 31.07.2014 / 00:13
1
answer

Redirect of codelgniter

I'm trying to put this alert with a Codelgniter function that is% with%. I put it to redirect the page, but alert does not work. What can it be? $data['categoria'] = $this->input->post('categoria'); $data['slug_categoria'] = $...
asked by 22.06.2014 / 09:06
2
answers

How to create validation of users with access levels in codeigniter?

I have this model and control that verifies and validates registered users in the tb_users table of the database. I need a script that checks whether the user is 0 or 1 in the nv_level column. If the user is equal to 0 it directs to r...
asked by 30.01.2014 / 13:05
2
answers

Refresh with Iframe Parameter using jquery - Google Maps API V3 - CodeIgniter

I'm having trouble using the Maps API V3 (using Codeigniter). The view that receives the map has no formatting other than that already provided by the API. This way, I created an iframe that loads this view into the page where I want to use it a...
asked by 15.01.2014 / 14:05
0
answers

Good Practices in Codeigniter Model 3 [closed]

Can anyone tell me if I work with this skeleton in the model use a method to list and show only one die? is correct I would like opinions because I am now learning to work with codeigniter.     
asked by 21.10.2018 / 04:53