It is just $components = array ('Session', 'Acl' => false, 'Auth' =>
false)
Cake 1.2 allow components include with params (Acl and Auth form in
this example, but no params actually) and without in "old style".
It is just 2 styles of components include.On Jan 24, 3:34 pm, br1dil <[email protected]> wrote: > Hello everyone, > > I'm posting here because I couldn't find any answers anywhere (I tried > to search on google but I probably didn't put the accurate words). I > don't know if it's an important bug or just a debug error. Here is the > problem with the latest 1.2 release but not with 1.1.x > > When I turn the debug mode on the stage 3, I have all the Objects > displayed. All the helpers are displayed like this : > > [helpers] => Array > ( > [0] => Html > [1] => Form > ) > But for the components, if I have more than the Session one, I get > this : > > [components] => Array > ( > [0] => Session > [Acl] => > [Auth] => > ) > > I don't know if this could have an impact on the system so I'm > reporting it. What do you think? Do yoou have the same issue? I don't > have this bug on another app which runs with cake1.1 > > Have a good day and let me know your thoughts about it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
