namespace Mymodule; class Thiscontroller extends Thatcontroller { }
namespace Mymodule; // load the module here it if's not autoloaded or loaded elsewhere \Module::load('othermodule'); class Thiscontroller extends \Othermodule\Thatcontroller { }
It looks like you're new here. If you want to get involved, click one of these buttons!