Comment to 'Developer Question: New Module'
  • You may check all parents of your Module class. The first parent, inc/classes/BxDolModule.php file has the following settings:

      public $_aModule;
      public $_oDb;
      public $_oTemplate;
      public $_oConfig;
    

    the values ​​of all these variables are assigned in the constructor.