Jump to content

class ModuleFrontController not found


Recommended Posts

Hi,

I am creating a front controller for MyModule, but I have an error.

Fatal error: Class 'ModuleFrontController' not found

Curently, my file is :

<?php

/* MyModule/controllers/front/MyController.php */

class MyModuleMyControllerFrontController extends ModuleFrontController
{
    public function __construct()
    {
        parent::__construct();
    }

    public function initContent()
    {
        parent::initContent();
    }
}

 

Any idea ?

Edited by ABCDino (see edit history)
Link to comment
Share on other sites

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...