Posts by Osni • 21 points
2 posts
-
0
votes5
answers3030
viewsA: Codeigniter -> Message: Trying to get Property of non-object
You can also use in the query: $valor->cliente = $this->db->get('cliente')->row(); Then you take the value directly from a single line. O ->result(); invariably generates an array…
-
2
votes2
answers1299
viewsA: Codeigniter with Modal Screen and Registration Response
It would also be more interesting to use models to bring data from the database rather than directly from the controller.