Welcome Guest, Not a member yet? Register   Sign In
how to pass row( ) data from a model class function to a controller
#3

[eluser]solid9[/eluser]
Not tested but try,

In your controller:
Code:
$fullname = $this->loginscript->checklogin('joe', 'pass_me');

Since it is stored as array, you can output for testing like this,
[code]
echo print_r($fullname);
[code]

You echo an array inside a controller for testing purpose only.





Messages In This Thread
how to pass row( ) data from a model class function to a controller - by El Forum - 11-17-2012, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB