Questions tagged as 'codeigniter'

1
answer

POST image, via ajax

Hello basically what I want to do is a system similar to facebook, to create posts. Where you press on send photo, choose the photo and automatically the photo goes to the server and has a visual feedback that the photo is going and then the thu...
asked by 14.02.2018 / 20:28
0
answers

Create thumb of the same size in CodeIgniter

I'm uploading images with CodeIgniter(v3.1.7) and would like to crop the thumb to make it a perfect square. If I set the 150x150 values and leave maintain_ratio as false , the thumb is going to be the size I want, b...
asked by 10.02.2018 / 22:33
0
answers

Comparison between Array and Database, Inclusion and Exclusion Codeigniter

I solved this # > So I tried to use the same method for a team roster, but it did not work. I changed a few lines, but without success. Let's see: In objto_equipe there is an attribute called equipe_operador of typ...
asked by 07.02.2018 / 19:32
1
answer

How to load two tables in a single select (html)?

I have two customer tables, one called personalization and another called personalization I need to load both tables within 1 (a select) using php and codeigniter 3.6. To load the personalization table, as follows the code in the controll...
asked by 08.02.2018 / 23:53
1
answer

Failed to load CSS

Good afternoon. The following application: link in codeigniter does not load CSS. $config['base_url'] = 'http://localhost/sitemodelo/hqfree/';     
asked by 15.02.2018 / 19:49
0
answers

If of CodeIgniter Not getting all the necessary results

Good afternoon, I have code in CodeIgniter that should work as follows: In an email rule, I select in groups which users should receive the emails and, in permissions, if that group has a specific permission called "view_all". In action...
asked by 02.02.2018 / 19:20
0
answers

Error CodeIgniter and base url, inclusion of: 80 in http

I have a CodeIgniter application with PHP, in IIS 7.0. Use the base-url in the CodeIgniter config. When I call any topic in the app, it inserts the ": 80" and it does not find the url. Example: http: //: 80 / HTTP Error 404.0 Not Found...
asked by 25.01.2018 / 18:31
0
answers

Error of routes in php

I started developing a system using the codeigniter framework 3. In localhost I had no problems with routes, however after I put the system on the server began to show problems in the routes for the views. Problem:    404 Page Not Found...
asked by 25.01.2018 / 13:46
1
answer

show user by registered registration Codeigniter

Hello, I would really like your help, because I do not work in the area, but I really like to learn, I started messing with codeigniter, I'm making a system for my work people, today everything is done in excel. The system is to manage associate...
asked by 22.01.2018 / 17:57
0
answers

Using codeIgniter 3.1.7 + codeigniter-restserver-master using the PUT and DELETE verbs returns 401 Unauthorized

Using the codeIgniter 3.1.7 + codeigniter-restserver-master using the PUT and DELETE statements returns 401 Unauthorized config / routs.php file      defined('BASEPATH') OR exit('No direct script access allowed'); $route['default_contr...
asked by 26.01.2018 / 16:12