Questions tagged as 'codeigniter'

0
answers

Button in pricing-table Codeigniter

I have a code that shows pricing-table in my View. Each one has a button in javascript that when it clicks on it needs to open another View where it has the details of each pricing-table. How can I make each button to click appear different writ...
asked by 28.07.2015 / 14:54
0
answers

Modules Permissions

I have this class but at the time of comparing if there is this permission inside the return of the array, it appears that it does not have any. The permission is listed in the array. class Permission{ var $Permission = array(); va...
asked by 20.07.2015 / 23:49
1
answer

When logging form_validation is not valid as expected

I'm starting with codeigniter, but I'm having a problem: By logging in, it does not come out of the wrong password and email if. The form fields are correct and the database is. Can you help me? This is the controller: <?php defined('...
asked by 01.09.2015 / 22:59
0
answers

Problem api rest codeigniter sometimes unanswered

I am using an api rest between 2 different applications, posting from one to another an array, but on the server there are times when the other api does not respond. I put it to create a log as soon as the function that receives the POST starts,...
asked by 31.08.2015 / 19:40
1
answer

CI3 No Load the model on the umbler server

I'm doing a test on umbler services, but I'm having trouble loading the model. I am using ci3 and am loading the models as usual. $this->load->model('main_model'); More is giving an error An uncaught Exception was encountered Ty...
asked by 07.09.2015 / 16:45
1
answer

Paging in codeigniter 3

I made the pagination in the codeigniter and it works with exception of a detail the page link two gets url / 1, page three gets url / 2 and the first only the url. What do I do to make page two with url / 2? Here is the code: $config = array(...
asked by 09.08.2015 / 02:51
5
answers

CodeIgniter - Message: Trying to get property of non-object

I'm trying to solve this error:    Severity: Notice   Message: Trying to get property of non-object   Filename: contracts / visual.php   Line Number: 37 CODE: contract_model.php public function getById($id){ $this->db-&...
asked by 08.06.2015 / 21:48
1
answer

List calls with or without id

Gentlemen. I have the following function. $sql = " SELECT c.*, cli.*, cli.razaosocial as nomeCliente, c.idCliente as idClienteChamada FROM...
asked by 12.06.2015 / 04:31
0
answers

Form does not send POST

I'm developing an XLS for MySQL data import system. The system is practically ready. I ran a test with a xls 24kb file and successfully exported without any errors. The problem is that I was testing now with a xls file with 1MB a...
asked by 14.07.2015 / 15:58
0
answers

Populating Cities / Neighborhoods in jQuery with fields in Array

I have the following JS. <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.js"></script><scripttype="text/javascript"> $(document).ready(function(){ $("select[name=cidade]").change(fun...
asked by 23.06.2015 / 18:35