Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] MySQL organitzation problem and results question
#4

[eluser]rogierb[/eluser]
you can use:
Code:
$this->db->select('producto_descripcion.*, producto_descripcion.name as producto_descripcion_name');
$this->db->select('fabricante_descripcion.*, fabricante_descripcion.name as fabricante_descripcion_name');
if you want to select all fields from a table.


Messages In This Thread
[SOLVED] MySQL organitzation problem and results question - by El Forum - 11-06-2009, 08:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB