Questions tagged as 'codeigniter'

2
answers

Validating a field of type input in function of a select

I am working with Codeigniter / Bootstrap and need to validate one field of my form depending on another. I have a select field named Contract, with two possible options (Yes or No) and another input type field called ContractDate. I need that w...
asked by 19.09.2016 / 19:05
1
answer

Doubt when returning string json for FullCalendar event

I have a question. I'm using FullCalendar in a project. I can display the data registered in the bank normally. My problem is in the eventClick: I did so: var date = new Date(); var d = date.getDate(), m = date.getMonth(),...
asked by 29.06.2016 / 04:50
1
answer

Codeigniter - Dynamic form

Alright? Well .. I'm a beginner in the world of Web Programming and I'm trying to develop a codeigniter system. could you help me? I'm trying to make a dynamic form in which I have a select that has the months of the year .. and I would like it...
asked by 22.05.2016 / 04:17
1
answer

Doubt about IC Sessions

According to: $config['sess_expiration'] = 7200; The session will be destroyed after 7200 seconds, however I was wondering if when I refresh the page or access another page of my system, is this time renewed? If not, is there any configurat...
asked by 28.09.2016 / 21:33
1
answer

A Database Error Occurred: You must use the "set" method to update an entry

I am using Codeigniter and I am registering a call in the database and I get the following message: public function solicitacaoRapida(){ $banco = array( 'solicitante' => $this->input->post('empresaSol...
asked by 01.06.2016 / 21:06
1
answer

Ajax + Codeigniter

Good morning .... I just implemented Codeigniter, but I can not use a friendly url ... I try to pass parameters through Ajax, but I can not because of URLs. I already removed the index.php from the file config.php and chan...
asked by 16.05.2016 / 16:59
3
answers

How to sort from what has more records to what has less

I have a table where id_produto and ip will be stored. I'll mount a "module" where the system will pull some of the products that have had the most visits, so what I need to do is pull the products that have the most records in the...
asked by 19.04.2016 / 04:19
3
answers

Event Routine - PHP

Hello, I would like to know how to do a routine that every Monday, I used a method on my system. Thanks     
asked by 15.10.2015 / 05:14
1
answer

Why does the index () method not recognize the [CI] redirect?

I'm following a course and stopped at a problem I can not solve. In this link it is possible to register a user and when finishing the registration he should go to this one page but the only thing that happens is a 404 error. routes....
asked by 24.10.2015 / 20:39
1
answer

How to traverse all the records in the database table?

Good afternoon, guys! I'm starting in PHP and I already had a problem. It is as follows: I need to go through all records in the bank table so that I can validate if that value already exists. I'm using Codeigniter and did the following plus...
asked by 05.10.2015 / 19:38