Jump to content

Search the Community

Showing results for tags 'db execute'.

  • Search By Tags

    • db execute ×
    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 1 result

  1. Hi, I am really newbie to the prestashop modules. In my module I have used this code for install public function install() { if (!parent::install() || !$this->installDB() || !$this->registerHook('leftColumn') || !$this->registerHook('rightColumn')) return false; return true; } and in...
×
×
  • Create New...