Questions tagged as 'codeigniter'

0
answers

Pass some values from a dynamic form to the Database

I'm making a dynamic form that stores formulas for accounting reports. All form data is entered in the same id (fields), and the account and operation fields have indexes (account1 and operation1). Return example: array(30) { [0]=>...
asked by 28.12.2018 / 15:00
2
answers

Doubt in the logic of registration with codeigniter!

I have a "table" with the following fields: person_id, area_id, default, datafim (Default), My logic doubt is as follows: Register an employee and their area of responsibility with the start date. When you register again with a new employe...
asked by 14.11.2014 / 21:22
3
answers

Group and add dynamic PHP arrays

I'm creating a shopping cart and I record the product id's as follows: array( 636 => 1, 637 => 2 ); Where 636 and 637 refer to the product ID and the value would be the quantity of them. So far so good. The issue is when I...
asked by 18.02.2016 / 20:53
1
answer

Search system with codeigniter [closed]

Could someone tell me a good tutorial, or a way to do a search engine with codeigniter? Thanks in advance.     
asked by 19.10.2015 / 12:56
1
answer

Button refresh data from a query without refresh on page [duplicate]

I'm creating an application in PHP (Codeigniter) and I came across the following situation. I have a table on my page that brings all the results of a query into the database. I want to create a refresh button but I did not want the refresh bu...
asked by 18.09.2015 / 13:46
3
answers

How to work with PDF in CodeIgniter? [closed]

function cadastra_pesquisa() { $this->load->library('form_validation'); $this->form_validation->set_rules('d_c_p_p', 'Domínio do conteúdo por parte do palestrante', 'required'); $this->form_validation->set_rules('i_c...
asked by 29.01.2014 / 15:27
1
answer

How to multi-upload images in Codeigniter? [closed]

I need to make a system to generate photo gallery, how to multi-upload in CodeIgniter?     
asked by 06.02.2014 / 05:00
0
answers

Call error in Bootstrap js file

When I access the browser console it generates the following error: Bootstrap functions like tooltip work normally even with this error, I am calling jQuery before Bootstrap as in the image: Can anyone tell me why this error and h...
asked by 16.03.2015 / 16:15