Hello Backers,

Im Stuck with this, how would you implement this:

I made a CustomController wich method test() calls CustomComponent-
>getTest()
I made a CustomComponent wich methods are setTest() getTest().
I made a CustomHelper wich method is getTest() wich should call the
CustomComponent->getTest()

Now how can i acces the CustomController in the CustomHelper to call
the CustomController's CustomComponent Method getTest()? How would you
do this?

There is no controller available in the Helper! Did they forget to
implement this or is this against the concept?

Thanks for any help!

Greetings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to