Questions tagged as 'grocery-crud'

1
answer

Validation of Letters in Codeigniter

I am developing an application in
asked by 22.09.2016 / 16:04
2
answers

Error in dataTable PrimeFaces

I'm doing a form in PrimeFaces , and when doing a CRUD operation, it works me without problems, but when listing the information from dataTable , it does not show me any information, in console tells me that the information was consulte...
asked by 02.01.2017 / 03:29
0
answers

How to sort alphabetically raw grocery

As I can alphabetically sort a field by name alphabetically, the problem is that the data is saved in uppercase, lowercase, uppercase and lowercase, and when I call the table with grocery crud , Well, it turns out he does not order me for...
asked by 28.03.2017 / 23:02
1
answer

Get list of elements filtered by id

For example, I have two tables with relation 1_n (Intervals have one to many deliveries) but I am not able to list the deliveries related to the specific user id filtering in the controller with the where clause. I try the following but it does...
asked by 08.05.2017 / 11:41
0
answers

change path of grocery add crud

Hi, I am new using codeigniter with grocerycrud and I have 1 question, which is if you can change the path of the add that brings the grocery crud to use my own view that I have created. I know that the settings are made here but I do not kno...
asked by 06.07.2018 / 06:17
0
answers

Query to filter duplicates does not work

Well, I am trying to filter the duplicates of a table with grocery and it seems that it completely ignores my query, I have tried with distinct() , group by() and even both at the same time. What I want is to show the table witho...
asked by 29.05.2017 / 14:51
1
answer

PDFs are not downloaded correctly in the Codeigniter

I'm using Grocery Crud, I have a field of type text and when I add or edit a ckeditor comes out, which is perfect. My problem is when I visualize these data, the images, texts, I have no problems, but if I put in to download a pdf or a .rar, the...
asked by 21.04.2017 / 15:54
0
answers

Drop down does not show data

I have the solution. I only had to change some connections if (isset($_REQUEST['action'])) { switch ($_REQUEST['action']) { case 'actualizar': // Recupero el id del campo hidden $alm->__SET('acro_documento', $_REQ...
asked by 18.04.2017 / 12:14
0
answers

Collect two variables to delete and edit

I keep returning error I put the 3 documents that I use. The problems come to me from the ones I have in the end, I think index.php      // Logica $alm = new Categoria(); $model = new CategoriaModel(); if (isset($_REQUEST['action'])) { swi...
asked by 04.04.2017 / 11:13