Page 1 of 1

double controller?

Posted: Tue Oct 30, 2007 6:29 pm
by houby
Ahoy All,

After years of happy using Joomla, I have been asked to create a webbased registration system, something like a ticketsystem,
and I have tried and looked at the existing components pre 1.5. Still a complete newbie to PHP, i have installed the required programms for 1.5RC3 as indicated in the lessons here, I have managed to get the Hello World component working, and adapted this to a new component.
And created a second one.

But now the question is; if I want to combine these two into one component, how do I go about the controller(s); can these be combined into one file, or am I thinking the wrong way down a deadend street? (Or am I asking the wong place anyway?)

As I have read most of the items in these forums, I am impressed and gratefull for the time and effort you guys (and girls!) put into all this!

Thanks in advance!

Re: double controller?

Posted: Thu Nov 01, 2007 5:59 pm
by Opie
Looking at the weblinks component, it has additional controllers for certain parts.

Re: double controller?

Posted: Fri Nov 02, 2007 6:00 am
by houby
Thank you for your reply Opie, it seems I have to studie more on the available code.