phpMyAdmin "Browse"
Is it possible to configure phpMyAdmin to show tables by DESCending
primary key by default when you hit 'Browse' ?
I found this in the config file:
// In browse mode...
$cfg['Order'] = 'ASC'; // default for 'ORDER BY' clause (valid
// values are 'ASC', 'DESC' or 'SMART' -ie
// descending order for fields of type
// TIME, DATE, DATETIME & TIMESTAMP,
// ascending order else-)
But this only affects the ordering when you actually order the table,
and in any case, my primary keys are usually INTs.
__________________
Napa Valley wine, wineries, on-line wine sales, lodging, vacations, golf, current events http://www.napavalley.com
|