Questions tagged as 'codeigniter'

0
answers

AdminLTE2 + Fullcalendar - problem integrating both

Good afternoon, how are you? So I'm developing a small system with Codeigniter, and for that I'm using the AdminLTE template, and now I'm creating the calendar + calendar part and for this I'm using Fullcalendar $this->template->set('t...
asked by 01.02.2017 / 18:11
1
answer

Edit Codeigniter

In CodeIgniter and I'm having a hard time loading the data for it to change on the client form. The customer has to enter with his login in the part of cadastre and update his data. When he logs he goes straight into the form for it to change...
asked by 12.11.2016 / 15:17
1
answer

Error 500 $ .post CodeIgniter on Server

Goodafternoonguys,IhaveaproblemalldayandIcannotsolveit,Ihaveasystemanditworksonthelocalhostserverperfectly,butontheserversomeajaxfunctionscannotsendthepost.It'ssomethingverystrangethatisasfollows,ifIechothefunctionandremovethephpitusuallyreturn...
asked by 10.11.2016 / 22:22
1
answer

Compare Dates - PHP - CodeIgniter

Hello, I have the following case I am having a date in the database saving like this: (02-12-2016) . The idea would be to get the current date and if it is less than 2 days the date quoted above do such thing. I tried to do so: foreac...
asked by 28.11.2016 / 10:12
0
answers

no return on second load select option

<script type="text/javascript"> var base_url = '<?=base_url(); ?>'; $(document).ready(function () { // Evento change $("select[name=laboratorio]").change(function () { // Exi...
asked by 24.10.2016 / 18:44
0
answers

Problem send email codeigniter

Someone could kindly help me out, it's a problem I've tried here and I have not found the bug yet. The problem is this, I'm trying to send mail on the server I'm currently using where it's ssl and smtp, but it keeps giving the same error and I...
asked by 17.10.2016 / 04:06
1
answer

Grocery CRUD Callback

I need to set a message for the user, after validating a callback function, however, I do not enter anything referring. It has a generic message that fits the entire form, I want it by fields. I tried form_validation->set_message , b...
asked by 09.11.2016 / 17:46
1
answer

Maps - CodeIgniter

Personally I'm using the following library to work with maps: link . Here's the tutorial: link . I would like when I clicked on the map not to raise a alert , but rather that the data was for 2 inputs. To raise alert the fol...
asked by 09.11.2016 / 15:27
1
answer

Delay in Massive CodeIgniter ajax processing

My code imports data from one database to another. To avoid server overhead, I'm importing 100 out of 100 records in each ajax. I noticed that in the first requests, it takes about 40ms, but as it sends more requests, the return time grows a lot...
asked by 07.11.2016 / 15:27
0
answers

How do I make two references from one table into two tables?

Well, I have 3 tables tbl_users tbl_article tbl_profile I need tbl_usuarios to be related to tbl_artigos and tbl_profiles.  How could it be done? Tbl_users table: +-----------------+--------------+------+-----+---------+---------...
asked by 14.10.2016 / 23:37