Skip to main content

OpenCart : Create a Controller

To make a cotorller
class Controller<foldername><filename with out extention> extends Controller{
   public function index(){
    .....
    }
   public function showlist(){
    .....
    } 

The there will be no space in the class name and it should extend the controller class.

This controller can be called by example.com/index?route=foldername/filename
The file name should not include extension  . The method index will call automatically and it should be public .  We can access the method showlist by the link example.com/index?route=foldername/filename/showlist the method showlist should me public .

Comments

  1. Bonuses and Games at Casinosites.One of the Best Casino Sites for
    Bonuses and Games at Casinosites. One of 골든 리치 the Best Casino Sites for Playing Slots Online - See all Casinosites reviews, 해외 토토 사이트 all posted by one or more users. 바카라 검증사이트 Rating: 스포츠 토토 5 · ‎Review by Casino 바카라 사이트 Sites

    ReplyDelete

Post a Comment