Hi List,

I have extended the Zend_Controller_Action to "My_Controller_Action", where
I have a preDispatch()
method which runs a few SQL queries. The preDispatch() is invoked on every
request, incuding
pure http requests and internal requests triggered via action helpers.


Is there any way to determine whether the current request is called from an
Action Helper?
Thanks in advance,
-behzad

Reply via email to