I needed a way to extract category informations from a magento store, and after spending more than 12 hours I came with this.
The best part of this script is that you can directly get all the information needed from the $cat array by calling the array element (name, url, image). You can obtain all the array values with a simple print_r($cat);
(more…)



















