Osclass forums

Support forums => General help => Topic started by: ievgen on October 26, 2015, 08:59:01 am

Title: <SOLVED>Table pqtr_t_category_description
Post by: ievgen on October 26, 2015, 08:59:01 am
hello guys , if u help me. In TABLE pqtr_t_category_description  all category and subcategory together , I cant understand how they are define when display in multiple_select in item-post.php
Title: Re: Table pqtr_t_category_description
Post by: teseo on October 26, 2015, 01:32:25 pm
Hi,

Each category has a fk_i_parent_id field on its record in main category table pqtr_t_category. If the value is NULL that means is a root category, if it contains an ID it means is a subcategory of the parent category specified in fk_i_parent_id.

Regards
Title: Re: <SOLVED>Table pqtr_t_category_description
Post by: ievgen on October 26, 2015, 11:36:48 pm
Thanks for help, just now figure out