Hi Everybody,
I am creating a Module.
In which I have created a new Admin Tab and menus.
For menus I have created controller by extending "AdminTab" class.
Now I want create form in menu's controller file using Helper class.
But how can I use Helper in controller without extending "Modu...