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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to