Jump to content

Search the Community

Showing results for tags 'dbquery'.

  • Search By Tags

    • dbquery ×
    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. Hello! I'm trying to create a query using DbQuery() and it seems that this class automatically sets the table prefix 'ps_' or whichever you have so you don't have to set it. For example: $query = new DbQuery(); $query->select(' whatever ');...
  2. Bonsoir à tous, Je développe actuellement une solution sur Prestashop, mais je coince sur le l'objet DbQuery. Je cherche à effectuer une recherche de produits en les cherchant dans les tags, j'ai donc écris : $sql = new DbQuery(); $sql->select('*'); $sql->from('products', 'c');...
×
×
  • Create New...