Questions tagged as 'codeigniter'

0
answers

Bring name of my files from a folder

I have a problem, I try to bring the names of the files that I have in a folder but not that it is, I have the following code and it pulls but I am accessing 'C:' but what I need is I want to bring the files that I have in my assets that would...
asked by 05.09.2018 / 20:01
0
answers

Message: Object of class stdClass could not be converted to string

Someone knows why I get this error: in this function: function agregar_empresas_usuarios($id_empresas,$id_usuario){ $this->db->select("r.id_rol");//ver si el usuario es admin o no $this->db->from("colegiosam_...
asked by 07.09.2018 / 01:04
0
answers

Fatal error in PHP

When I want to see a project in php and put in the browser localhost / viveamazonas (vive amazonas is the folder where I have the project files) the following error is displayed:    Fatal error: Uncaught Error: Class 'Testimonials' not foun...
asked by 10.09.2018 / 22:33
1
answer

Load select dependents in Dropdown in update with Codeigniter

Good day, it turns out that I want a page of data update in which I load dependent select with jQuery and Ajax (which I already have it preconfigured in another page where I do it as a new record ~ and the information is load of the db). I sh...
asked by 02.09.2018 / 05:39
1
answer

Log in with email or username Codeigniter

Good afternoon I need to login or with the email table or username I am not finding in which area I should add the fields The Login.php driver <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Lo...
asked by 29.08.2018 / 19:31
0
answers

Get best-selling products of the week CodeIgniter

I have this function in the Model, it is about the sales, but this makes reference to the table detalle_venta, which contains the products that were sold, then what I would like is to know how I can formulate the query so that I get the latest 5...
asked by 30.08.2018 / 07:46
0
answers

Friendship requests system in CodeIgniter

FIRST THAT NOTHING, THIS QUESTION WILL BE LONG; beforehand, thank you very much for going over and taking your time to read the question. I've been working on a friend request system like Facebook on CodeIgniter, the problem I'm having is tha...
asked by 10.09.2018 / 02:54
0
answers

Problems comparing data and traversing an array

Hello good afternoon I have a problem with an array where I bring some .wav files. This is my code that I have so far where I check that if the name of the file I have in the Database matches the name of the file I have in the array to later...
asked by 06.09.2018 / 19:28
0
answers

Card to Customer is not associated with the PAYMENT MARKET api

Hi, I'm trying to associate a card token with a Customer with MercadoPago's api, and do the steps in the documentation, the Customer creates it well, I associate the card token (created from the mobile app with the sdk), and it says status 200 (...
asked by 04.09.2018 / 21:21
0
answers

How to send form from a modal window, without refreshing the page that calls it

Could someone give me examples? I found some examples, among them the idea of putting the target of a form to an iframe that is hidden, I do not think it is the best solution, can someone give me an example? I read that with ajax it can be...
asked by 01.09.2018 / 03:46