Using latest CakePHP 1.2.0.4451alpha, I have find that my custom tags in /app/config/tags.php are not used anymore.
Looking at the Cake sources, this tags.php file is loaded in function loadConfig() from cake/libs/view/helper.php; but there is no code calling this function, except for the Text helper (cake/libs/view/ helpers/text.php). In Cake 1.1.x, loadConfig() is called from cake/ libs/view/view.php before loading helpers. Anybody knows if there is a new way of defining custom tags in Cake 1.2? Or if this just a bug? Maybe I should create a new ticket? Thanks everybody! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
