Questions tagged as 'codeigniter'

0
answers

How to implement HMVC in codeigniter

Hi, I am trying to integrate my CMS based on codeigniter 2.1.0 using this tutorial: link But, I have a problem, I'm using this code in my application on the route ... app\core\MY_Loader.php : <?php (defined('BASEPATH')) OR exit('...
asked by 23.05.2017 / 20:59
2
answers

Error no such file or directory on server with Codeigniter

I have a project made with the framework Codeigniter which when uploading it to the server and trying to download an Excel file with the help of the PHPExcel library I'm getting the following error:    require_once (application / third...
asked by 27.07.2018 / 06:27
2
answers

HTML script and style tags are "embedded" in the web as inline elements despite being defined from the src attribute

Let's see if I explain myself well. I have the problem that the HTML script and style tags are "embedded" in the web as inline elements despite having defined them from the src attribute. The strange thing is that this happens only when I con...
asked by 19.04.2017 / 16:57
0
answers

Create in the same view (with iframe) a PDF in Codeigniter 3 with FPDF

I am new with Codeigniter and I need to generate a PDF with this library that I use frequently, I have doubts in the generation that I send by AJAX : $.ajax({ url:"<?php echo site_url('lecturas_pdf/')?>", type:"POST",...
asked by 15.03.2017 / 14:51
2
answers

Sessions do not appear when I make a call by ajax

Friends I had a problem with the sessions, because I can not recover them when I call them by ajax from another domain (the ajax calls the previous domain) I create the sessions in this domain ( link ) and then I call that same domain with...
asked by 03.01.2017 / 18:00
1
answer

Report in CodeIgniter, Foreach problems (Align td with th)

I need to generate the table that I show in the image with the headers above. I have problems when I want to accommodate the operations of the employees according to the headings. Fix my problem with the spaces, the problem is that they do no...
asked by 15.12.2016 / 18:22
0
answers

Dompdf php Codeigniter

Good, once you apply the dompdf, it works perfectly, when it comes to printing customer notes, it makes the page go out, and each page has its heading. My problem is that when a client note exceeds a sheet, the header does not appear there and I...
asked by 25.10.2016 / 17:51
0
answers

dynamic multiple list codeigniter javascript

Currently my page works but with a detail, in my database I have 2 tables for this part one with names of applications and another with names of servers and I am generating a dynamic list of applications and when I choose an element this load in...
asked by 15.08.2016 / 15:16
1
answer

Fail in sql query with or_like

I am creating an application for vehicle control with codeigniter 3.0. The SQL query I do is the following: MODEL private function dataParaProcedimiento($criteria){ $this->db->select( T_PADRON_NOMBRES ." as nombres,"....
asked by 31.08.2016 / 01:56
1
answer

Print Recursive Table - Idparent

I have the following BD: and what I want is to do a questionnaire in the following way: Question 1 Answer 1 Answer 2 Answer 3 Answer 4 Question 2 Answer 1 Answer 2 Answer 3 Answer 4 I'm trying with the f...
asked by 30.08.2016 / 00:34