Posts by Luiz Inácio Lula • 13 points
5 posts
-
0
votes2
answers115
viewsA: Check available vacancies - Codeigniter
Workaround: I made a foreach counting the booking date and then I did an update in the calendar table and then I get all of the calendar table show the data. public function vagas_disponiveis() {…
-
1
votes2
answers115
viewsQ: Check available vacancies - Codeigniter
Hello, I have two tables : benefits_reserve (id_benefits_reserve, data_reserve, associado_reserve); calendar (id_benefits_calendar, start, color); I’m using fullcalendar, my problem is being in…
-
0
votes2
answers82
viewsA: Check if user already exists codeigniter
foreach ($nomes as $nome) { $this->db->select('nome_dependente'); $this->db->where('nome_dependente', $nome); $query = $this->db->get('beneficios_dependentes'); $resultado =…
codeigniteranswered Luiz Inácio Lula 13 -
0
votes2
answers82
viewsQ: Check if user already exists codeigniter
Hi, I’m having a little trouble checking if a dependent’s name has already been registered. I have a form where the person can add up to 5 names of dependents and after that is generated a tab with…
codeigniterasked Luiz Inácio Lula 13 -
0
votes1
answer108
viewsQ: show user by informed Codeigniter plate
Hello, I would love your help, because I don’t work in the area, but I love to learn, I started to work with codeigniter, I’m making a system for the people of my work, today everything is done in…