fedecarg / apify-library

Apify is a small open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services and applications in reduced amounts of time. If you are familiar with the Zend Framework, then you already know how to use Apify.
http://www.apifydoc.com
Other
266 stars 49 forks source link

How to call an action of a controller from another controller? #15

Open ghost opened 12 years ago

ghost commented 12 years ago

In controller C1 and action A1 I need result of action A2 from C2 controller.

I don't want to repeat code, so how to call that action?