Jump to content

ID kategorie při založení


DSeven

Recommended Posts

Zdravím,

 nevíte někdo, jak při založení kategorie získat hned její ID?

 

Používám tento kód, který jsem našel ve fóru k založení kategorie:

 $object = new Category();
$object->name = array((int)Configuration::get('PS_LANG_DEFAULT') => 'Cool name');
$object->id_parent = Configuration::get('PS_HOME_CATEGORY');
$object->link_rewrite = array((int)Configuration::get('PS_LANG_DEFAULT') =>  'cool-url');
  $object->id_ = array((int)Configuration::get('PS_LANG_DEFAULT') =>  'cool-url');
$object->add();                            

 

Vše proběhne přesně tak, jak chci, ale potřebuji zároveň získat její ID. Nemáte někdo tip? Děkuji předem za odpověď.                                   

Link to comment
Share on other sites

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...