Welcome Guest, Not a member yet? Register   Sign In
Sorting files alphabetically with function directory_map
#2

[eluser]Unknown[/eluser]
ah my error here - this was an uber simple fix. I did switch to get_filenames instead of map_directory - probably not necessary - but the code to sort alphabetically is just this - in the systems/helpers/file_helper.php file

before
Code:
return $_filedata;

add
Code:
asort($_filedata);

So instead looks like this:

Code:
asort($_filedata);

return $_filedata;

Hope this can help somebody!


Messages In This Thread
Sorting files alphabetically with function directory_map - by El Forum - 04-18-2008, 08:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB