Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit
https://github.com/akelos/akelos/issues
Akelos PHP Framework Forum
Discussions
Categories
Akelos Programming
: How to include a standard helper in a custom helper
Bottom of Page
1 to 3 of 3
CommentAuthor
raiho
I would like use scriptacolous_helper and asset_tag_helper in my custom home_helper class but it doesnt work..
I include in my HomeController:
var $app_helpers = 'scriptaculous,assettag'
and i call in HomeHelper:
$this->scriptaculous_helper->visual_effect(...)
$this->asset_tag_helper->image_path(...)
CommentAuthor
Talizmelf
you don't need to specify akelos helpers only the ones in app/helpers
CommentAuthor
insanet
i think is: $this->_controller->scriptaculous_helper->visual_effect(...)
1 to 3 of 3
Back to Discussions
Top of Page