opencart php custom page without using the “information” feature

后端 未结 2 1593
陌清茗
陌清茗 2020-12-31 11:41

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

2条回答
  •  余生分开走
    2020-12-31 12:03

    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.

提交回复
热议问题