On Oct 9, 1:27 pm, Aivaras <[email protected]> wrote:
> Hey,
>
> App::import('Controller', 'PostsController');
> $this->Posts = new PostsController();
> $this->Posts->add($this->data);
>
> Cheers,
> Aivaras

I would strongly recommend you re-think how you're going about this.
However, if worst comes to worst and you cannot for some reason re-
structure your application, you could use requestAction:
http://book.cakephp.org/view/434/requestAction
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to