I want to use "getpoll" ,which is action of users controller ,in another controller(events controller).
How can i use it?
in advance thanks...to all...
You can use requestAction method of the controller:
$this->requestAction('/comments/latest');
you can call it differently depending on your needs for details look for the link:
Link to CookBook: Controller requestAction Method