News Feed
Jobs Feed
Sections




News Archive
PHPFreaks.com:
PHP Custom List Order
December 04, 2008 @ 16:00:07

The PHPFreaks site has a new tutorial posted today showing how to create a method for custom list ordering in PHP.

So you have some tabular data printed out in your browser. You can even change the order of the information by clicking on the column name at the top of your list. But can you make your own custom list order? Or maybe you're deciding to make a content management system (CMS). You're making your features modular, so it's easier to add/remove modules. How do you go about displaying them in a custom order in the browser?

They create some MySQL tables to store the data in and set off into the code. The sorting allows for the data to be ordered by any column in either ascending or descending order based on the users' clicks. The results are output in a standard HTML table.

0 comments voice your opinion now!
tutorial custom list sort ascending descending


blog comments powered by Disqus

Similar Posts

Chris Shiflett\'s Blog: Storing Sessions in a Database

Charlie Key's Blog: Transmitting data between Flex and PHP using JSON

Matthew Turland's Blog: Zend Framework and Remember The Milk

DevShed: Working with Attributes and CDATA Sections with the DOM XML Extension

Zend Developer Zone: Managing CSS and JavaScript files within a Zend Framework App


Community Events











Don't see your event here?
Let us know!


unittest podcast zendframework2 opinion functional release framework testing code interview phpunit object conference community series example development tool language introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework