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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:47:54+00:00 2026-05-16T10:47:54+00:00

I was wondering when to call from the view a Custom View Helper like

  • 0

I was wondering when to call from the view a Custom View Helper like this one

<?php
class Zend_View_Helper_MyHelper
{
    public $view;

    public function setView(Zend_View_Interface $view)
    {
        $this->view = $view;
    }

    public function myHelper()
    {
        return $this->view->escape(
            ’This is being output from the custom helper <br />’
        );
    }
}
?>

and an action view helper.

Thanks.
Yehia A.Salam

  • 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-05-16T10:47:54+00:00Added an answer on May 16, 2026 at 10:47 am

    Why would you do this?

    You could easily do:

    class Zend_View_Helper_MyHelper extends Zend_View_Helper_Abstract
    {
        public function myHelper()
        {
            return "This is output from the custom helper<br/>";
        }
    }
    

    and then do a:

    <?php echo $this->myHelper(); ?>

    on your view script

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

Sidebar

Related Questions

I'm wondering if PHP has this optimization built in. Normally when you call foreach
Possible Duplicate: How to call a JavaScript function from PHP? I have a php
I'm trying to call a view directly from another (if this is at all
I am wondering if there is some way to call C++ code from Common
I was wondering if there was a way to call existing C code from
I was wondering if it was possible to call a function inside a Perl
I'm wondering if there is an equivalent function to PHP's call_user_func() in ASP.NET application.
I was wondering if I could do pre/post function call in C++ somehow. I
I'm noticing some behavior that I don't like, and I'm wondering if this is
Ok, i'm wondering if this code stored in user_login.php could be improved or if

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.