Answer the question
In order to leave comments, you need to log in
I'm parsing the code of the SKU generator module, I can't understand why we need an array with urls and what's going on there?
code from generator sku controller file
/* Set urls */
$data['urls'] = array();
$data['urls']['generateAllSku'] = $this->url->link('extension/module/sku_generator/generateallSku', 'token=' . $this->session->data['token'] , true);
$data['token'] = $this->session->data['token'];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question