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

(This post was last modified: 07-14-2016, 10:23 AM by jocm.aguiar.)

(07-12-2016, 07:06 PM)InsiteFX Wrote: It looks like it may be in your check() method, maybe its trying to use a string and it's looking for an array?

I rectified the code and can get the result of the function by the 'echo'. But I can not see the result in view, when step by parameter ?

Code Funcional :

    public function accesscheck($ws_safe_email) 
    {
       $output = check($ws_safe_email);
       echo $output;
    }

Nonfunctional code : Shows the view but do not see the function output ?

    public function accesscheck($ws_safe_email) 
    {
       $output['see'] = check($ws_safe_email);
       $this->load->view('apps/runcode', $output);
    }

View:
<?php $see; ?>

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