I want to create a custom page in opencart.
I know I can put a custom page in the information section using the admin area however what I would like is a controller
Please follow this page i hope more use full.
http://code.tutsplus.com/tutorials/create-a-custom-page-in-opencart--cms-22054
OpenCart is built using the popular programming MVC pattern. There is also one more element added to this pattern named "L" - a language part - so it's called MVC-L pattern in OpenCart. I won't go into the details of the MVC pattern as it's a very popular and familiar design pattern and we've covered it in great detail in other tutorials.