Welcome Guest, Not a member yet? Register   Sign In
Making a registration system
#3

[eluser]GonzaFY[/eluser]
[quote author="InsiteFX" date="1360477936"]Try this:
Code:
function Datos()
{
   $CI =& get_instance();

   $datos = array(
        'nombre'   => $CI->session->userdata('nombre'),
        'apellido' => $CI->session->userdata('apellido')
    );

    return $datos;
}
[/quote]

Works perfectly! Thanks Wink...

What is better? Make my registration system in a model or in a library?
^^!


Messages In This Thread
Making a registration system - by El Forum - 02-09-2013, 10:22 PM
Making a registration system - by El Forum - 02-09-2013, 11:32 PM
Making a registration system - by El Forum - 02-09-2013, 11:49 PM
Making a registration system - by El Forum - 02-10-2013, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB