I am now having the same issue in 1.2 trying to create custom tags. The previous loadConfig file used to parse an ini file. Now, it looks to be including a tags.php file. Is it now looking for a tags array or still an ini format?
Also, does it need to be manually loaded in custom helpers? On Feb 7, 12:07 pm, "Pepepaco" <[EMAIL PROTECTED]> wrote: > Using latest CakePHP 1.2.0.4451alpha, I have find that mycustomtags > in /app/config/tags.php are not used anymore. > > Looking at the Cake sources, thistags.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 definingcustomtagsin 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 -~----------~----~----~----~------~----~------~--~---
