Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7928449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:44:07+00:00 2026-06-03T19:44:07+00:00

I have a trouble with CodeIgniter. I would like to get (recoup) data from

  • 0

I have a trouble with CodeIgniter.
I would like to get (recoup) data from a helper that I call in a view.
I will explain with the code

Here’s my view :

// CALL THE FUNCTION FROM THE HELPER
    <?php recup_email(); ?>

// DATA RECOUP FROM THE HELPER
    <?php foreach($em as $e): ?>
       <?php echo $e->email_membre; ?>
    <?php endforeach; ?>

As you can see, I call the function and just after I would like to use data that I had recoup.

Here’s my helper :

function recup_email()
{
    $CI =& get_instance();
    $CI->load->model('unite_model');

    $data['em'] = $CI->unite_model->email_membre_model();        
}

But I don’t know how to recoup data without using

    $layout_network['contenu'] = $this->load->view('list_vote_friend', $data, TRUE);
    $this->load->view('layout_network',$layout_network); 

because the view is already loaded.

I hope you understand, sorry for my bad english.
Many thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:44:09+00:00Added an answer on June 3, 2026 at 7:44 pm

    In the example you have given, why not just return the data from the helper function?

    function recup_email()
    {
        $CI =& get_instance();
        $CI->load->model('unite_model');
    
        $membres = $CI->unite_model->email_membre_model();  
        return $membres;      
    }
    

    So that is you view;

    // CALL THE FUNCTION FROM THE HELPER
        <?php $em = recup_email(); ?>
    
    // DATA RECOUP FROM THE HELPER
        <?php foreach($em as $e): ?>
           <?php echo $e->email_membre; ?>
        <?php endforeach; ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have trouble finding way to correctly refactor this code so that there would
I have trouble accessing Views from a layout that is included in another layout.
I am new to Codeigniter, and I have trouble with the pagination class. From
I have trouble where, for some reason, SVN would only merge the newly generated
I have trouble to expose a .NET assembly in COM. It seems that I
I'm having trouble creating a join in the codeigniter format, i have a MySQL
i have trouble with calling one view controller to another view controller using segue
I have trouble wrapping my head around a peculiar feature of the JSON data
I have trouble in manipulating XML file data in Acrobat JS. I already have
I have trouble setting directives in .htaccess file. Trying to achieve that if visitor

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.