Questions tagged as 'codeigniter'

1
answer

Submit Multidimensional Array

I have a Form with input checkbox and text '<input type="checkbox" name="formandos_servicos[]" value="'+data['id']+'">'+ '<input type="text" name="nome_funcionario_servicos[]" value="'+data['title']+'" >'+ '<input type="text" na...
asked by 30.08.2018 / 21:05
0
answers

How to use two arrays to make an appointment in the bank?

I'm using the Google API, Cloud Vision , to parse an image and return through the Labels, which make / model a car, for example. Using the image below, I have the following return: [ car, land vehicle, vehicle, motor vehicle, bmw, persona...
asked by 16.01.2018 / 13:53
0
answers

Redundancy with codeigniter + mysql

I have a question, let's start in a system the question of database redundancy, but how will codeigniter know that there is another base if the main one is inactive? Is there anything appropriate for the codeigniter to identify this second ba...
asked by 27.04.2018 / 19:23
0
answers

Is there any famSF PHP-style JSF?

I'm a Java programmer and I use JSF on the projects of the company where I work. I'm developing a personal project and I've chosen the PHP language to learn a bit more. The problem is that I saw a huge difference compared to programming with...
asked by 06.07.2017 / 01:13
1
answer

PHP + CodeIgniter - Persist search parameter in pagination

Dear friends I use the PHP + CodeIgniter help. I'm new to CodeIgniter and I have the following question. I'd like to persist the Search parameter in pagination that I'm not getting. After choosing the category of the client, for example: I...
asked by 14.09.2017 / 12:55
2
answers

How to modify specific parts inside an html file?

I'm loading an html file and would like to modify urls inside it so that the system recognizes the actual path of every file the html is trying to access, so I have several different urls: <link rel="stylesheet" href="assets/vendor/font-awe...
asked by 24.03.2017 / 14:22
2
answers

Modal Confirmation with codeigniter

I need to make a modal exclusion commit. No html <a class="btn btn-primary" onclick="Confirmar(<?=$dados->id;?>)">Excluir</a> The function <script> var base_url = '<?php echo base_url() ?>'; function C...
asked by 29.08.2017 / 19:39
0
answers

The loaded screen is correct but the data is saved in another DB table [closed]

On the company website, we're doing some scheduling testing. Problem is that although you are loading the correct screen on the site (the scheduling form), the data that the customer types is being saved in the budget table. Making it clear that...
asked by 19.08.2016 / 02:22
1
answer

Export CRUD list with MPDF + OB_start ()

Good morning guys, I'm developing CRM using the CodeIgniter framework and I'm not able to export some CRUD lists using the MPDF library. I'm trying to use the ob_start() function as indicated in the library...
asked by 16.01.2017 / 18:35
1
answer

How to send data from the database to the view using ajax with codeigniter 3

Hello! I have a doubt. I'm developing a system for a furniture store. I want to make the owner edit the furniture that he has registered on the system. I can retrieve the data, but I can not put it in the fields of a modal window. Theeditwin...
asked by 02.01.2017 / 22:54