[Catalyst] One controller from other
linuxsupport
lin.support at gmail.com
Sat Dec 4 15:00:05 GMT 2010
Hi,
How can I access one controller from other?
I have 2 controllers called Myapp::Controller::User and
Myapp::Controller::Admin
In Myapp::Controller::User I have following method.
sub user_list :Path Args:(0) {
some function to display all the users.
}
Myapp::Controller::Admin has following method
sub users :Path Args(0) {
Here I want to display all users by calling Myapp::Controller::User
$c->controller('Myapp::Controller::User')->user_list is not working
}
any suggestion?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20101204/5e3f5=
561/attachment.htm
More information about the Catalyst
mailing list