I am writing a CMS system I have been puzzling over this for a few days and not getting anywhere.
I have a table which has a column content_order
this holds an integer which dictates the order of paticular content articles.
I have an interface which lists the articles
I want to add functionality to allow the user to move articles up or down the content order
Can anyone offer any pointers
I guess I need to use update statements to change the content order but am a bit baffled
Any help would be appreciated
I have a table which has a column content_order
this holds an integer which dictates the order of paticular content articles.
I have an interface which lists the articles
I want to add functionality to allow the user to move articles up or down the content order
Can anyone offer any pointers
I guess I need to use update statements to change the content order but am a bit baffled
Any help would be appreciated