Questions tagged as 'codeigniter'

1
answer

Handle date correctly

I have a calendar where I'm using the Fullcalendar (javascript) library and when I click on an event I want more information to be displayed until all is right I now have a form field in a modal returned a date from the database but it returns...
asked by 03.07.2017 / 22:48
0
answers

Display data as user level

I have a schedule where users are going to register reminders and tasks, now I would like each user to see only their own tasks. Each task created is already associated with the user as I will be showing below, for this system I am using Codeign...
asked by 28.06.2017 / 18:11
1
answer

Dynamic Combobox Ajax Codegniter

Hello I've already looked this question and did not answer me . I have a select called Bank, as below and brings me the result OK: <select id="banco" class="banco form-control" name="sel_banco_id" > <option value="0...
asked by 28.06.2017 / 01:07
0
answers

Error loading CodeIgniter Rest Server language

I'm coding an API with CodeIgniter and, as many have recommended, I am using the CodeIgniter Rest Server library ( Repository ). I followed the tutorial recommended by the developer himself but I received an error. The problem happens when I d...
asked by 03.06.2017 / 01:02
1
answer

Integration into banks

Good afternoon! I need an orientation / suggestion. It is as follows: we have a clock software where it will record all the markups in a database in MS Access. I need to create a report for each employee in the company intranet, where the same i...
asked by 13.06.2017 / 22:44
0
answers

Upload XML into Codeignter 3

To uploading in codeigniter 3 and it is not accepting xml to send. It shows me an error that the selected file type is not allowed. $config['upload_path'] = './uploads'; $config['allowed_types'] = 'xml'; $config['max_size']...
asked by 26.05.2017 / 14:12
0
answers

Autocomplete JavascriptUI + PHP + Mysql

Hi, I'm working on an autocomplete in a CRM but I have a problem I gave a search here and I did not find a solution, so the description below: I want to make my system more intuitive with auto complete and I am using the following codes:...
asked by 04.05.2017 / 12:09
1
answer

Discussion on software architecture

I am rewriting an application for better structuring it and I have some doubts. The application is a football betting management system and has a web app for the manager and a mobile app for the bets to make. So, this application is currently...
asked by 12.05.2017 / 15:50
1
answer

I can not execute jar using exec command in php

When I try to run the system it does not return anything, I do not know what might be wrong, I tried to run another jar and it worked, but msm n does not get any parameters. the finder jar works on the linux command line normally public functi...
asked by 09.04.2017 / 05:52
1
answer

Clause of SQL upty with Codigniter

Good morning guys, I need to do an update in the database but I'm not getting the codes below: I'm using codeigniter so it looks like this: Controller: function editar($ocod) { /* Aqui vamos definir o título da página de edição *...
asked by 02.05.2017 / 11:30