Currently I'm developing a php scipt to import and keep synced a prestashop database with data coming from a management software.
Is it a good method to insert data directly on the database or is it better to use the prestashop classes.
Can you give an exemplo how to import categories with class method ?
Kind regards