Re: R: Menu from database

2007-03-19 Thread nateklaiber
Just a 'second thanks' as LSL said. I was looking for this same solution (seems others are too, in other threads) - and this seems to be the best solution/placement to get the desired effect. Seems simple now that I look at it. On Mar 19, 3:30 am, "GMail" <[EMAIL PROTECTED]> wrote: > I made a lit

Re: R: Menu from database

2007-03-19 Thread LSL
Thanks a lot. It seems that Ganzino's solution is perfect and transparent. Now I can try to rewrite the rest of our web into CakePHP. Thanks again for this SW. Lukas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

R: Menu from database

2007-03-18 Thread GMail
I made a little test and I have put: pr($this->uses); exit(); in cake/libs/controller/controller.php __construct() function, before it exiting. What I discovered was that if you set $uses to null or an empty array() in your controller it overrides the declaration in app_controller, d