So I decided to update my Cake App with the latest Beta. Right away I
get 

listClasses is deprecated see Configure::listObjects('file', $path);
The issue is in my component. See below:

<excerpt>
    $controllerClasses = listClasses ( CONTROLLERS );
</excerpt>

What is the proper formatting to use the new method?
I tried using
$controllerClasses = Configure::listObjects('controller',
'/app/controller');

However this does not return any usefull information for me?
Any insight into this would be most appreciated.
Thanks,

Ronald Chaplin 
                                        Owner - T73 Software and Designs

                                                                        
________________________________________________________________________

                                              http://t73-softdesign.com/

                                          We'll Make All Of Your Wildest

                                            e-Commerce Dreams Come True!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to