Jump to content

work with Prestashop database


lolalola

Recommended Posts

Hi,
how work with database?

get information for example from ps_country table, send, update...

$customer = Db::getInstance()->getRow('SELECT * FROM '._DB_PREFIX_.'gallery WHERE name = \''.pSQL($customerEmail).'\'');



Now i get one row, how get all values from this table?

Thanks

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...