SHOW RECORD BASED ON DRAG SORT ORDER - Aug 3rd, 2010


Sometimes you may want to show the information from a record based on drag sort order. User rjbathgate did

Dave Edis says it’s really simple.

He suggests that if you add the code indicated, where n = the position of the record that you want to start with.
Don’t forget that the first position is position “0" Zero, so if you want to start with the 3rd position, you’d
enter 2 for the “n” value..



list($your_tableRecords, $your_tableMetaData) = getRecords(array(
'Table name' => 'your_table',
// Insert This Code
'offset' => n,
<!-- End of Insert-->
));




The materials on this web site have been created for use with CMS Builder content management software. CMS Builder software is published and licensed for use by InteractiveTools.com. Please contact Interactive Tools for information on the downloading of the software or the purchasing of licenses.


Terms of Service