Alphabetization

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Alphabetization

Post by josh »

http://alphabetizer.flap.tv/index.php
I just used this on a constants list, lol...
what tools are out there that I can use to alphabetize methods, variables, constants, etc..

I have a lot of lists, chained method calls, etc.. that could all use alphabetizing.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Alphabetization

Post by alex.barylski »

I'm confused as to what it does, other than sort the list of "terms"?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Alphabetization

Post by josh »

Nothing, but I am looking for something that does more. Will probably write my own utility with the new reflection SPL & zend code generator if not.
Post Reply