yes, got it. Thank you On Wed, Aug 4, 2010 at 2:18 PM, Amit Rawat <[email protected]> wrote:
> Hi > > You can get controller name and action name by:- > > $this->params['controller'] and $this->params['action'] > > Enjoy, > > Amit > > On Wed, Aug 4, 2010 at 1:19 PM, Ambika Kulkarni < > [email protected]> wrote: > >> Hi all, >> >> Is their any way to get the controller name in app_controller.php >> file. >> >> The problem scenario is like this. >> >> In my app_controller i have written a bunch of code in before_filter() >> function. >> >> I have a right panel like >> Division >> Element >> Purchase and so on... >> >> As soon as I click on any of this name (Division or Element ...) then >> I want the respective controller name in the before_filter() function. >> For Division link the controller name is divisions. As soon as I >> click in Divisions link I am redirected to divisions_controller.php >> page. >> >> Please help me out to solve this prob >> >> Thanks and Regards >> Ambika >> >> Check out the new CakePHP Questions site http://cakeqs.org and help >> others with their CakePHP related questions. >> >> 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]<cake-php%[email protected]>For >> more options, visit this group at >> http://groups.google.com/group/cake-php?hl=en >> > > Check out the new CakePHP Questions site http://cakeqs.org and help > others with their CakePHP related questions. > > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
