Questions tagged as 'codeigniter'

1
answer

Receive an object as parameter in PHP controller

I am working with a mobile api which sends this data by POST : @Injectable() export class UsuarioProvider { datos: any; api: string = 'http://10.5.10.230/TaxisPlu/moviles/app_cliente/registrar_usuario/'; constructor(public http:...
asked by 27.10.2017 / 17:14
1
answer

Pass text from a select to an input

I am trying that when selecting a value of a select, when opening a modal, the value and the text of the select are passed to different inputs. What would be the following: rut_usu = this input is passed the value of the selected option. j...
asked by 01.10.2017 / 21:17
1
answer

Save ID in related table from the main table

I have three tables in my database: At first, I only had the contratos table and recently I needed to add the other two tables, as you will see, there is a field in pagos which is related contratos by fk ....
asked by 25.12.2017 / 23:17
2
answers

PHP date error

Hi, I'm doing an application with php codeigniter and sql server 2000. I try to make an insert to the bd and insert the data but the date you are saving is: 1894-07-07 00: 00: 00.0 (datetime) instead of the current date. this is the code:...
asked by 26.09.2017 / 16:29
1
answer

Do not redirect to the link

Good morning, I have the following problem, when I click on the menu link, it does not redirect me to the view I want, but it redirects me to login .... PD: When loading the project loads the login view, and you have to log in to access the inde...
asked by 04.09.2017 / 16:31
2
answers

Ion Auth create user (not administrator) without login

Well, my question is this, I have implemented a login system using the fantastic Ion Auth library, which brings with it multiple options, including an administrator panel to create administrators, groups or non-administrator users within of thos...
asked by 27.04.2017 / 09:20
3
answers

Bring checkeado from dynamic radio button database?

I have this radio button that fills up from the database dianamically, In what way could your database be checked from the database for editing? , I would be served either in jquery or php greetings thank you! <div class="inline-group"&g...
asked by 28.03.2017 / 04:03
1
answer

Autocomplete phpstorm for Codeigniter

I have the need for phpstorm to recognize methods of classes that I have previously stored in an array. I have searched in various forums and I can not find a solution to this situation that becomes tedious when the number of classes grows consi...
asked by 07.02.2017 / 21:53
2
answers

Go through foreach in controller codeigniter

I have the following problem, I am working in Codeigniter and then I am doing a small validation in the index of my controller this is the code: function index() { $user = $this->session->userdata("id"); $co...
asked by 22.01.2017 / 01:06
1
answer

Show Image from a PHP remote server

What kind of friends my problem is this. I have a Server A where I have images, I have a server B which is the server of the applications, both servers are connected to a network and server A has a folder shared with server B with the letter...
asked by 09.06.2017 / 18:22