Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

sanih123

Newbie
  
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sanih123's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Спасибо за ответы, дело в том что не понятно сколько будет категорий в дальнейшем. Рекурсия - как вариант подошел, еще раз спасибо, уже сделал
  2. Нужно получить такой массив из категорий [1] => Array ( [category_id] => 1 [parent_id] => 0 [name] => name [image] => image.jpg [status] => 1 [children] => Array ( [2] => Array ( [category_id] => 2 [parent_id] => 1 [name] => name [image] => image.jpg [status] => 1 [children] => Array ( [3] => Array ( [category_id] => 3 [parent_id] => 2 [name] => name [image] => image.jpg [status] => 1 [children] => Array ( [4] => Array ( [category_id] => 4 [parent_id] => 3 [name] => name [image] => image.jpg [status] => 1 ) ) ) ... То есть уровень вложенности может быть любой, заранее спасибо
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.