Questions tagged as 'codeigniter'

0
answers

Convert 00:00:00 to 00:00:00 PM / AM

I am working under codeigniter my database saves the time in 00:00:00 24hrs format which I think is good, the problem is that for the user it is not as quick to understand as putting a 12hrs format a bit more understandable with AM...
asked by 26.04.2018 / 02:53
1
answer

Show Json in php with codeigniter

How can I access calidades to display them in my table? my exit shows the following { "separaciones": [ { "id": "92", "idcuenta": "1", "idusuario": "1", "identrada": "185", "tcajas": "350",...
asked by 22.04.2018 / 04:14
0
answers

Error when trying to use project in codeigniter in other equipment

I am working on a project in codeigniter in my team, which works very well, but when passing the project in another team, with the same version of xampp it does not work, at the beginning I present an error with the session, when removing the se...
asked by 29.04.2018 / 23:34
0
answers

Send checkbox selected from a php codeigniter table

<tbody> <?php if(!empty($tarimas)): ?> <?php foreach($tarimas as $tarimas): ?> <tr role="row" class="odd"> <td tabindex="0" class="sorting_1"> <input type="hidden" value="<?php echo $tarimas-&...
asked by 23.04.2018 / 16:25
0
answers

Problem when posting a page (Codeigniter)

Good morning, My problem is that when publishing a web page in a hosting I get the error "PHP Warning: Module 'imagick' already loaded in Unknown on line 0" There are several issues: It's the first time I publish a page that does not h...
asked by 16.04.2018 / 22:18
0
answers

Problems with iReport subload loading with Codeigniter

Hi I would like to see if you can help me I am trying to make a report that contains a subreport but this only works locally when I upload to the server and change the urls does not work I enclose the report father and son: Parent Report: &...
asked by 05.04.2018 / 23:50
1
answer

How to get the id from a codeigniter driver

I'm modifying my controller to get the id and send it to the view that has the role, the roles are handled directly from the table default_users public function sendNew($msg = null) { /*funcion para extrar el usuario logeado */...
asked by 05.04.2018 / 01:54
0
answers

query database and bring data with equal codes to an associative array

I would like to know if there is a way to join in an array several records with a common code, for example I have 3 records whose field code_person is the same, there will be some way that those records form an array that is this way array([0]...
asked by 03.04.2018 / 17:14
0
answers

execute two methods from the codeigniter driver

I'm working with codeigniter, and I have a method which goes to two functions of the model, the problem is that it does not do what it says in one of those functions, it only does the first. controller code (the method that calls two function...
asked by 04.04.2018 / 16:31
1
answer

Problem when trying to send email with Codeigniter

Error PHP Error was encountered Severity: Notice Message: Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46' Filename: libraries/Email.php My file $this->load->library('email');...
asked by 27.03.2018 / 22:39