Posts by marcogmonteiro • 116 points
2 posts
-
0
votes1
answer85
viewsA: How to perform two functions from the same table
In the first query you are using the query Builder you can simply add your query. public function getVendas() { $this->db->select('vendas.*, clientes.nomeCliente');…
-
0
votes1
answer168
viewsA: Codeigniter does not present its Welcome screen
Your Lamp stack is not correctly installed or configured. Check if these are the steps you followed: sudo apt update && sudo apt upgrade sudo apt install apache2 Assuming that you will use…