DSeven Posted August 12, 2014 Share Posted August 12, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now