Loading

Author Topic: Subcategories into array, is possivel?  (Read 209 times)

Peter

  • Newbie
  • *
  • Posts: 4
    • Email
Subcategories into array, is possivel?
« on: February 22, 2012, 07:13:21 pm »
Hi,

i'm new in PHP, and i need help.

is possivel to export subcategories into a array?

I want to chose a category and after the subcategories.

thanks in advance.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 1922
Re: Subcategories into array, is possivel?
« Reply #1 on: February 23, 2012, 11:17:12 am »
Hi Peter,

What do you mean into an array?
Have you look to http://doc.osclass.org/ ?


Category::newInstance()->toTree(); should return a tree with all the categories, please take a look at Category Model, there're more functions suitable for your needs.

Thanks