Questions tagged as 'codeigniter-3'

1
answer

CodeIgniter 3 - Structure of subdirectories - Routes

I created a project in CI and I'm going through the following problem: I split my controllers into two folders: application/controllers/painel/ and application/controllers/site/ In the subdirectory panel there is the home controller an...
asked by 19.01.2017 / 11:25
1
answer

Autocomplete locking the database

I'm developing an application in PHP and Jquery with the framework Codeigniter 3. I'm using Postgre and I have a database with more than 1 million registered registrations. I made an autocomplete that looks for the name of a product in the da...
asked by 21.07.2017 / 06:44
1
answer

Routes CodeIgniter

The default site route is " link " or " link " When I go to the sign-in page, for example, I would like to access " link " instead of link " as the codeiginiter obliges ... Can you change that? .htacess <IfModule mod_rewrite.c&g...
asked by 01.07.2018 / 02:36
1
answer

Excess redirection in Codeigniter

When I try to run my application in codeigniter the page stops loading and an error message is displayed saying that there is a redirection in excess. In the application, I need to be redirecting the user whenever there is no particular session,...
asked by 28.12.2017 / 21:17
2
answers

Doubt with dynamic field creation with jquery + php

Hello! I'm doing a simple program for managing my beers and sales. In the order view, I was able to add a new line to add a new item to the order.    Fields: id_item (select) | id_lote_item (select) | quantity (text) | unit value (text) |...
asked by 14.06.2017 / 08:33
1
answer

Error codeigniter in Azure: does not access subfolders

Ihaveanazurehostede-commercesystem( link ) Developed in Framework CodeIgniter 1.7.2 The system is loaded in the index. However, I can not load the other url that are in the subfolders: Contact, Adm, Cart .... My .htaccess: <IfModule m...
asked by 04.09.2017 / 20:16
1
answer

base_url of Codeigniter 3 changing css call link and js

Good afternoon, everyone! I'm making a site with an inscription page that uses codeigniter and bootstrap, but I'm having a problem: CSS and JS load normally, but when I sign up and redirect the page to appear a success message, all CSS and JS...
asked by 17.05.2017 / 19:30
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
1
answer

How to capture only the last record of a table?

The pure query (sql) below, I only return one row of the table, it happens that I'm working with two tables (Process and Progress) and tempo is the primary key of Process. select fkcodprocesso, dtandamento, descricao from andamento order by st...
asked by 14.05.2018 / 22:46
1
answer

Codeigniter or PHP Queue (queue)

I'm doing a massive upload of files to a photo server. It happens that until you send all the photos, the user ends up waiting a long time. Then they gave me the hint of searching about queue or queue. This way, the user could leave the uploa...
asked by 19.03.2018 / 18:43