Clearing all prefixes
问题 I have several prefixes in play in an existing CakePHP app. I also have a bit of primary navigation in the layout that points to shared methods. I know I can explicitly set each prefix to false to avoid linking with the prefix, but is there a shortcut path that simply tells Cake to no use any prefixes no matter which one's context may currently exist? For example, I'm on a page where a realtor can register ( /realtor/users/register ). I have a similar prefix for inspectors and contractors