Questions tagged as 'codeigniter'

2
answers

Title in url with codeigniter

I researched in several places how to pass the title of a post in the url using codeigniter, ex: link The only way I got so far was to use Helper url_title() , but it's time to search the error database because there is no fighting club...
asked by 13.03.2016 / 14:32
1
answer

Fatal error: Call a member function result () on a non-object

Hello. After hours trying to solve this problem and research I did about the problem, I came to ask you how I can remedy this issue. The error is:    Fatal error: Call to a member function result () on a non-object in /home/iaulas/public_h...
asked by 17.12.2015 / 04:34
1
answer

Editing form does not display uploaded data

I've been trying for some time to make a form in CodeIgniter 3 for editing data display in its fields the values of each column of the selected record. The update operation is working normally, but since the fields are blank, I need to re...
asked by 16.11.2015 / 04:02
1
answer

Data-Table does not work with Codeigniter

The page does not display the data-table, just the table created in codeigniter. Following codes CONTROLLER public function gerenciar(){ esta_logado(); set_tema('footerinc', load_js(array('data-table','table')), FALSE); //carrega arqui...
asked by 03.11.2015 / 17:51
1
answer

how to connect with couchdb in codeigniter?

Does anyone know how to connect to CouchDB using codeigniter? We have tried many tutorials, we have added the necessary libraries, but we have not succeeded. Please help us.     
asked by 23.10.2015 / 01:04
1
answer

Paging with codeigniter

Can any one of you help me find the error in this paging code with codeigniter. he prints the links in the correct way, however he shows more items than he should per page, and when he changes pages he shows the same items, ie the links seem to...
asked by 23.10.2015 / 18:57
1
answer

Correct way to return the number of results using CodeIgniter

I wrote 2 possibilities to return the number of results using CodeIgniter, as follows: public function get_num_indicados($id_usuario) { $query = $this->db->query("SELECT count(id_patrocinador) as num FROM usuarios WHERE id_patrocinad...
asked by 04.11.2015 / 23:17
1
answer

CheckoutURL redirect issue on Checkout

I'm developing the site of my phonographic label with the CodeIgniter framework. In it I will sell physical and digital CDs with the Cart class. I signed up for Cielo this week and I am reading the Developer's Handbook assiduously. The manual...
asked by 08.11.2015 / 07:29
1
answer

Links and Scripts not found with CI-3

I put my header and footer inside a templates folder that is inside the views folder, when I try to load the CSS the browser returns erro 404 - not found , but I'm following according to what the IDE shows to have no...
asked by 10.09.2015 / 21:08
2
answers

Send email with tamplate codeigniter

Hello everyone, I'm a trainee in a programming company, and now I'm trying to send an email with tamplate using codeigniter, you could help me, I've already been able to send the email, the problem is that I can not send the data in the view that...
asked by 15.10.2015 / 16:59