× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

JLoader::register/import

9 år 2 månader sedan #871 av Micha Hobert
JLoader::register/import skapades av Micha Hobert
Hey there,
I am using Joomla 3.4.x and I want to register or import an class to my view. 
JLoader::import('LookupHelper', JPATH_COMPONENT_ADMINISTRATOR.'/helpers/helfers.php');
class: LookupHelfer
file: helfers.php

I am not using any frontend views, just backend. So what am I doing wrong? I call the function email() in my eventlist.php and before that I do the JLoader import. Anybody?

Be Logga in eller Skapa ett konto ansluta till konversationen.

9 år 2 månader sedan #872 av Victor
Svar från Victor i ämnet JLoader::register/import
HI Micha,

I'm Victor, Back-end developer of Component Creator. To include a class into the loader, what you would have to is:
JLoader::register('LookupHelper', JPATH_COMPONENT_ADMINISTRATOR.'/helpers/helfers.php');

Back-end developer on Component Creator

Be Logga in eller Skapa ett konto ansluta till konversationen.

9 år 2 månader sedan #874 av Micha Hobert
Svar från Micha Hobert i ämnet JLoader::register/import
That´s what I also tried, but it´s throwing me the exception "class not found" :/

Be Logga in eller Skapa ett konto ansluta till konversationen.

9 år 2 månader sedan #875 av Victor
Svar från Victor i ämnet JLoader::register/import
Hi again Micha,

Let's try something else, instead of use JPATH_COMPONENT_ADMINISTRATOR, let's use JPATH_ADMINISTRATOR. '/com_name/helpers/helfers.php

Back-end developer on Component Creator

Be Logga in eller Skapa ett konto ansluta till konversationen.

Sidan laddades på: 0.110 sekunder
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.