$paths with the base paths and the default core paths.
How can I change the order in which the paths are merged, and thus
called?
In 1.2 I used bootstrapping to share controllers, models, views, etc.
across multiple applications, but I could still override the shared
file by creating one locally in an app. The bootstrapping method would
look first in the base path (app), second in the supplied
$controllerPaths array, and third in the core library. Now in 1.3 it
seems the order is supplied path in App::build, then base (app), then
in the core. Any idea how to change this?
-Corie
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment