Jump to content

Search the Community

Showing results for tags 'modulecontroller'.

  • Search By Tags

    • modulecontroller ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I wrote a sample controller class for my module: <?php namespace MyModule\Controller; use PrestaShopBundle\Translation\Translator; final class CustomModuleController { /** @var Translator */ private Translator $translator; public function __construct(Translator $translator) {...
  2. Hi community, in my never ending path to PS 1.5 I'm facing the need to adapt a module that previously was attached to a custom page and controller that I made. Now I've read that there is the possibility to put custom controller and page directly in the module directory (e.g. the bankwire module)....
×
×
  • Create New...