Resolve view helper location from within the controller or form
问题 I have a few view helpers that add JavaScript files when they're needed (for instance, so that only forms use CKEditor and such). My directory structure (simplified to include only the relevant files) is this: application --forms --Project AddIssue.php --modules --default --views --helpers JQueryUI.php Wysiwyg.php --project --controllers ProjectController.php --views --scripts --project version.phtml issueadd.phtml What I want to do: include CKEditor in the view project/project/issueadd