Jump to content

alt kategurileri sıralayamıyorum


makaraci

Recommended Posts

merhaba,

Diyelim ana kategori
i example .

alt kategoriler : Example1 example2 example3
1.1 de iken bunları sıralamak için böyle yapıyordum ve çalışıyordu fakat 1.3 de bu çalışmıyor :


01.example3
02.example1
03.example2

yukarıdsaki gibi yazdığım halde aşağıdaki gibi karışık gözüküyor. :

example1
example2
example3

Aşağıdaki Kodu ekledim fakat bu kod sadece ana kategorileri düzenlememe yardım etti, alt kategorileri düzenleyemiyorum bu kod ile:

bunu :
ORDER BY `level_depth` ASC, cl.`id_category` ASC’))

Bununla değiştirin .:
ORDER BY `level_depth` ASC, cl.`name` ASC’))



Yardım lütfen

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...