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 9257579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:11:06+00:00 2026-06-18T12:11:06+00:00

Iam new guy for Zend2 framework…I got an error which I didnt trace it…

  • 0

Iam new guy for Zend2 framework…I got an error which I didnt trace it…

Iam writing a controller named ‘usertask’ and in that fir index function i wrote the code like this

public function indexAction() 
{
    $sendRequest = new SendRequests;
    $tableGrid = new DynamicTable();

    $prop = array(
        'customRequest' => 'GET',
        'headerInformation' => array('environment: development', 'token_secret: abc')
    );
    $returnRequest = $sendRequest->set($prop)->requests('http://service-api/usertask');

    $returnData = json_decode($returnRequest['return'],true);        


    $tableGrid->tableArray = $returnData['result'];                
    $dynamicTable = $tableGrid->tableGenerate();                

    $view = new ViewModel(array(
                'usertask' => $dynamicTable
            ));
    //print_r($view);exit;

    return $view;   
}

but it is not listing my usertasks…while Iam printing $returnRequest its giving me error message like

The server don't receive a Response / SendRequests

what it the mistake in my code…could anyone suggest me…please..iam using “zend2”

  • 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-18T12:11:07+00:00Added an answer on June 18, 2026 at 12:11 pm

    Sorry guys I found my mistake …I got big code but I need something like

    public function indexAction() 
    {                        
        $view = new ViewModel(array(
                'usertask' => $this->UserTable()->fetchall(),
            ));   
    
        return $view;   
    } 
    public function getUserTable()
    {
        if (!$this->userTable) {
            $sm = $this->getServiceLocator();
            $this->userTable = $sm->get('User\Model\UserTable');
        }
        return $this->userTable;
    }
    

    that’s it…i got it as a list of users

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I am an old web forms guy and new to the MVC (in
Iam new to c programming and needs some help. long *taskids[NUM_THREADS]; for(t=0; t<NUM_THREADS; t++)
Hi iam new to c++ and iam trying out this vector program and i
Iam quite new to functions in SQL and I would like to create a
I am new to android..Actually iam trying to increase the RAM Memory of android
I am new to Flask and am implementing a tiny application. I successfully got
I am a new guy in Ruby, and I have tables with these primary
I am a new guy in zoho CRM.I am trying to show the list
I'm kind of new to QT programming, and I encountered this strange error when
I am A new guy in Android. I try to develop a list that

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.