Questions tagged as 'codeigniter'

0
answers

Error using Join and Count

Hello, the error now is that it is adding the CodSetor. The values would be 6 and 3, however 6 and 6 are coming. Follow photos and codes. SELECT *, COUNT('funcionario'.'funcionario_CodSetor') AS total FROM 'funcionario' JOIN 'setor' ON '...
asked by 22.12.2018 / 18:18
0
answers

Help to save data from a field in the database without creating a new record?

I have the following table in the system: WhenItypetheStatusandclickonupdateitcreatesanotherrecordinthedatabase.Followtheregistrationinthebd. Iwouldlikeittojustrecordthestatusintherecordwiththeidinquestion!Code:        <divclass="tabs-vertic...
asked by 03.12.2018 / 19:13
1
answer

Foreach in an HTML table - PHP - CODEIGNITER

Hello, I'm doing the following: Model: public function getLocatarios() { $this->db ->select('*') ->from('tbl_locatario'); return $query = $this->db->get()->result(); } Already in the controller: $dat...
asked by 29.11.2018 / 23:05
1
answer

Linking tables with Code Igniter

I have the following problem, I have a customer table that stores the personal data, login, password among others, and another invoice table, which has all the invoices of all the clients, however I need to search the data of the customer with a...
asked by 16.03.2014 / 23:55
1
answer

Connect external php script to mysql of a server codeigniter?

I have a XAMPP server on an iMac OSX with a portal developed in codeigniter and would like to integrate mySQL Database with an external script that is currently running via terminal and is not storing anything. The script is for collecting da...
asked by 20.03.2014 / 12:33
0
answers

Codeigniter- Query in the database always returning null

The getlocal function that is a query in the database is always returning null even after I do an insert in the database file denuncia_model.php class denuncia_model extends CI_Model { function __construct(){ parent::__construct(); } p...
asked by 17.11.2018 / 02:27
1
answer

Jquery function does not access variables from form

I need to calculate the value of a service of a pethop project, where it is necessary to inform the data: id_porte (small, medium, large), id_categoria_animal (dog, cat) tosa or bath with tosa), since the values vary according to t...
asked by 13.11.2018 / 23:58
1
answer

Create new page when changing ID

Good afternoon, I am generating a report in PDF and I need to generate a new page when I change the user code It is thus generating . At the moment he is only inserting the line of the items and ignoring the order, he has to...
asked by 21.11.2018 / 20:31
1
answer

Get user in query and add variable in email

I need to get the USER information from the MySQL table and send it to the email. How do I add next to Query to get the information from the user table and create the variable $usuario to include down there along with .$newpass ?...
asked by 19.11.2018 / 14:28
1
answer

How do I get the correct CSS in DOMPDF?

Good morning guys, how are you? I have 3 files: certificate.png | style.css | certificate.html I have a method that unites them and print the certificate in PDF, when printo on the screen with var_dump comes out right, when generating the...
asked by 06.11.2018 / 15:42