I've read the theme.php which contain the ThemeView class and i dont
see how i can make a specific Helper for a given theme.
i mean currently to deal with theme i have
view/themed/mytheme/layouts/
view/themed/mytheme/lelements/
view/themed/mytheme/articles/...
view/themed/mytheme/blog/...
etc...
but view/themed/mytheme/helpers/ is not used.
all helpers are here view/helpers/ with or without theme management
is it a bug ?
if so i have another bug with helper that crash Apache (under windows)
when we do
$var helpers = array('foobar'); in app_controller.php where foobar
does not exist ...
as i expected to find my helper foobar in view/themed/mytheme/
helpers/
all this explain that ...
if it's not a bug so helper with theme can be used ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---