sourabh Posted January 31, 2018 Share Posted January 31, 2018 Hello all, Calling a controller's method/action/function of module from an url ? Link to comment Share on other sites More sharing options...
NemoPS Posted February 1, 2018 Share Posted February 1, 2018 sitename.com/modules/modulename/controllername Then of course you can use a querystring like ?action=dothis And in its init() method check for the action variable and act accordingly Link to comment Share on other sites More sharing options...
sourabh Posted February 1, 2018 Author Share Posted February 1, 2018 i getting problem when i hit controller by url it cant extend controller . i need to access orders in controller and want to print in xml format?? Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now