Questions tagged as 'codeigniter'

1
answer

Get data as Array and not as object - Codeigniter

Hello! I want to get the data from the tbl_devedor_parcela table, using the negociacao_id field, so I need to retrieve the data from the tbl_devedor_parcela table as array de objetos . The first ID of the tbl_devedo...
asked by 06.11.2017 / 15:41
1
answer

Create a preview of an XML file with CodeIgniter

I'm creating a stock input / output system using an XML file To do this, I need to create a preview of the XML content that the user is uploading (as a table, just for the person to know if that is the same XML) I'm developing in CodeIgnit...
asked by 30.10.2017 / 17:40
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
1
answer

error when trying to download file in codeigniter 3

I made a function to upload files and this works correctly, now in my view I've added a link to download the file. link in view: <td><?php echo anchor("propostas/download/{$id}/{$record->nomepessoal}", "<i class='glyphicon gl...
asked by 24.10.2017 / 18:11
1
answer

Get data from multiple tables codeigniter (Multidimensional Array)?

How to get data from multiple tables at once? I need to retrieve data from the following object (debtor). There are several tables, where the main table is tbl_devedor . After that, there are others, which are related to tbl_deved...
asked by 27.08.2017 / 02:09
1
answer

Get data Multidimensional array (codeigniter)?

I've had a case solved through the question of this link here in the OS and now I have another question, which is as follows: Following the example of the above question, I have the following table tbl_devedor_contrato , with the foll...
asked by 08.09.2017 / 00:58
1
answer

A route to the same controller forever plus several functions

I have the following link meusite.com/admin/concursos/concursos . My folders inside controllers look like this: -admin +atos -concursos ->concursos.php +licitacoes This link takes the index function of the...
asked by 16.08.2017 / 03:14
1
answer

CodeIgniter with Blade?

I'm starting to study CI and how I used a little Laravel to facilitate I was trying to put Blade , I followed this tutorial . I followed the tutorial, but it returns those errors :    How to solve these problems?...
asked by 18.07.2017 / 03:08
1
answer

Administrative Area Controller Codeigniter

I'm developing a site with administrative area. I started it with the new version of Codeigniter 3.1.5. In the main pages would be body of the site, already in the news pages the url would look like this: www.exemplo.com/noticia/visualizar/id...
asked by 19.07.2017 / 21:46
2
answers

Send image that is on the server as an email attachment

I need to send an email with folders (images) that are already on the server. Does anyone have an idea how to do this? Sending the email is already working. I'm using codeigniter and phpmailer.     
asked by 19.10.2017 / 16:54