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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:52:38+00:00 2026-05-27T03:52:38+00:00

I built some the following i18n function which is called several times when rendering

  • 0

I built some the following i18n function which is called several times when rendering view :

function e_($text)
{
    $t = Translate::Instance(); 
    vprintf($t->_($text), array_slice(func_get_args(), 1)); // outputs translated text
}

Currently, I get the instance of the Translate singleton Class inside the function.

I’ve read that dependency injection should be used instead.
But If I do use dependency injection, I will have to pass the Translate object each time into the function, right ?

This would became :

<?php e_('my text', $this->Translate);
and not simply <?php e_('my text'); ?>

Well I’d like to avoid that.

  • 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-27T03:52:38+00:00Added an answer on May 27, 2026 at 3:52 am

    The way you use the e_ function is actually using an alias. That’s fine as long as you can live with it. You don’t need to use a singleton to implement an alias:

    function e_($text)
    {
        return $GLOBALS['e_alias']->alias(func_get_args());
    }
    

    When setting up the view layer, set the dependency:

    $GLOBALS['e_alias'] = $translate;
    

    In application context, set the global variable $translate. This will allow you to move away from the singleton (which are liars), and you actually only need a global variable.

    Additionally it allows you to test views with the e_ alias against different translation implementations.

    The downside is that you need to manage a list of all these special global variables, like you need to maintain for the global functions like e_.

    See as well this answer to the Getting $this inside function question.

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

Sidebar

Related Questions

There are some built-in sound in TTS(Text-to-speech) like sam at XP and ana for
Just a quick question I have built the following code: http://letterpool.testmode.co.uk/map.html However with some
I have some predicates being dynamically built that have the following signature passes through
I don't know why for some reason the Excel built-in function =SUM() can't really
I'm currently working with Active Collab , which is built following the MVC programming
I am trying to compile an Android project which was built by some on
I'd like some help with the following problem: I have a debian package built
We built some war files for our web server a while back and have
I built some cross fade rollovers in IE7 using this single image technique: http://jqueryfordesigners.com/image-cross-fade-transition/
We have built some .NET controls, and we are using them as COM controls

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.