[dev] function parameters

Ben Chavet ben at chavet.net
Wed Oct 20 21:05:56 PDT 2004


I'm working on allowing ansel to show gallery pages containing only a given
user's galleries. Not sure that made sense, but anyway...

To do this, I need to add an $owner parameter to Ansel::listGalleries() &
Ansel::countGalleries().  I'm debating on whether I should add this parameter
to the end of the parameter list, or if I should add it in the order that
Horde_Share::listShares() and Horde_Share::countShares().

Personally, I prefer to put the parameters in the same order as the Horde_Share
functions.  But that means I risk breaking other stuff.

Thoughts?

--Ben


More information about the dev mailing list