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

  • Home
  • SEARCH
  • 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 8867239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:59:04+00:00 2026-06-14T16:59:04+00:00

I have created a component and a plugin in joomla 2.5 and there is

  • 0

I have created a component and a plugin in joomla 2.5 and there is a Helper file in the component which will have many useful functions and I plan to call one of its function which then calls another function in the helper by this code:

$this->getinformation();

and it gives me this error :

Fatal error: Call to undefined method

My questions are:

  • Why can’t I call a function in a helper in Joomla?
  • How can I call a function inside helper class?
  • Is there any class structure which i missed in this code?
  • 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-14T16:59:05+00:00Added an answer on June 14, 2026 at 4:59 pm

    Helper files are typically called statically and not using $this

    First create your helper file and add methods like this:

    Class myHelper {
    
        //This method can call other methods
        public static function myMethod($var) {
    
            //Call other method inside this class like this:
            self::myOtherMethod($var);
    
        }
    
        //This method is called by myMethod()
        public static function myOtherMethod($var) {
    
            //Put some code here
    
        }
    
    }
    

    Simply include the helper file like this in the documents that you would to use it:

    require_once JPATH_COMPONENT.'/helpers/my_helper.php';
    

    Then use it like this:

    myHelper::myMethod($var);
    

    or

    myHelper::myOtherMethod($var);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created custom component and a route plugin for Joomla 1.5 to to
i have a big Joomla 1.5 Problem. I'll create my own Gallery Component/PlugIn and
I have created a plugin in that i included one component.. So in that
I have created a reddot cms component, in which I added this line Also,
Introduction We have an OpenID Provider which we created using the DotNetOpenAuth component. Everything
I trying to create my component which include Joomla CodeMirror plugin. I filled textarea
I'm using Joomla 1.5. I have created a custom component that pulls data out
I have an eclipse plugin, which connects to a COM component using Jacob. But
I have created a COM Component in C++. Now i want to register my
I have created a Hexagon component that extends JPanel . It draws a hexagon

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.