Jump to content

Search the Community

Showing results for tags 'getinstance'.

  • Search By Tags

    • getinstance ×
    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 use two functions in my custom code lets say function Query and function QueryLang The first one returns db::getInstance()->executeS($sql); In the second one after I prepare my query to include the respective _lang table, I call the first one but in bux fixing when I was doing var_dump($...
  2. Hello devs, I have a question - I found out that when I changed 3rd param from false Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql, true, false); to true Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql, true, true); then my sql query was generated much more faster. I was lo...
×
×
  • Create New...