Category tree |
You can do it without making that many round trips to the database. You need a group, parent_id, sub_parent_id, and levels. Then you can select all in the group instead of a get all call to the database.
|
Messages In This Thread |
Category tree - by glorsh66 - 10-13-2017, 02:19 PM
RE: Category tree - by InsiteFX - 10-13-2017, 03:39 PM
RE: Category tree - by ChicagoPhil - 10-13-2017, 10:40 PM
RE: Category tree - by glorsh66 - 10-14-2017, 01:54 AM
RE: Category tree - by ChicagoPhil - 10-14-2017, 03:40 PM
|