Search found 4 matches

by durino13
Tue Feb 05, 2008 7:26 am
Forum: Joomla! Coding 101
Topic: General Joomla php include question
Replies: 12
Views: 1670

Re: General Joomla php include question

Now I think I know everything I needed to know !!

Thank you guys for your time !

8)
by durino13
Mon Feb 04, 2008 9:38 pm
Forum: Joomla! Coding 101
Topic: General Joomla php include question
Replies: 12
Views: 1670

Re: General Joomla php include question

Hi Skipdog .. Thank you for your answer .. I understand what you want to say with the tmpl=component parameter .. I've tested it and I see, that only the component is returned instead of everything (template, modules .. ). Now, I am thinking, how this could help me with my issue. Am I correct, if I ...
by durino13
Sun Feb 03, 2008 8:50 am
Forum: Joomla! Coding 101
Topic: General Joomla php include question
Replies: 12
Views: 1670

Re: General Joomla php include question

ianmac wrote:Create a simple component to support your module that will handle the ajax request.

Ian


Hi Ian,

could you be pls more specific, what do you mean? It's not clear, why should I mix here with component ..

Thx
by durino13
Sat Jan 26, 2008 9:57 am
Forum: Joomla! Coding 101
Topic: General Joomla php include question
Replies: 12
Views: 1670

General Joomla php include question

I am already frustrated, as I can't find a solution to my question  I need to include a php file into my 'module project'. But because this file is somehow outside the joomla framework, I can't call the Joomla methods in this file. Is there an easy way, how can I do this? -- This is the usuall ...