Welcome Guest, Not a member yet? Register   Sign In
Compare two variables of differents tables with active record..
#3

[eluser]masentinel900[/eluser]
Thanks by your response.

Will be like this:
Code:
$this -> db -> select('*');
$this -> db -> from('funciones, usuario');
$this -> db -> join('usuario', 'usuario.idusuario = funciones.creadopor');
$query = $this -> db -> get();
return $query;

But of this way donĀ“t works.


Messages In This Thread
Compare two variables of differents tables with active record.. - by El Forum - 11-16-2012, 02:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB