Welcome Guest, Not a member yet? Register   Sign In
Custom Helper Problem ?
#9

(This post was last modified: 07-14-2016, 11:03 AM by InsiteFX.)

You are returning this check($ws_safe_email); as an array $data

Another thing I just noticed is that your assigning the result obj from the query to the session user_data,
the user_data is expecting an associate array not an object.

you need to return a result_array() not just a result()
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Custom Helper Problem ? - by jocm.aguiar - 07-11-2016, 06:45 PM
RE: Custom Helper Problem ? - by HTLove - 07-11-2016, 07:14 PM
RE: Custom Helper Problem ? - by InsiteFX - 07-12-2016, 04:42 AM
RE: Custom Helper Problem ? - by jocm.aguiar - 07-12-2016, 01:23 PM
RE: Custom Helper Problem ? - by mwhitney - 07-12-2016, 02:23 PM
RE: Custom Helper Problem ? - by jocm.aguiar - 07-12-2016, 06:53 PM
RE: Custom Helper Problem ? - by InsiteFX - 07-12-2016, 07:06 PM
RE: Custom Helper Problem ? - by jocm.aguiar - 07-14-2016, 10:21 AM
RE: Custom Helper Problem ? - by InsiteFX - 07-14-2016, 10:50 AM
RE: Custom Helper Problem ? - by jocm.aguiar - 07-14-2016, 01:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB