From: Eloi G. <el...@re...> - 2003-03-16 14:24:42
|
Steven, >Array.php: shove > shoveAssoc > -1. Just because we're not using it now doesn't mean that some future module developer won't require it. > XML_it > cmp >Text.php: error_list > > +1 for removal. These functions are either too simple or would most likely require modification to suit personal preferences before use. >Also there are functions which are only being used by one module. > >Array.php: swap (phatform) > reindex (phatform) > maxKey (layout) > objectToArray (calendar) > >Database.php: sqlFriendlyName (phatform) > sqlImport (setup/boost specific) > - I figure sqlImport and all the helper functions can be > included with boost and setup (when they run) > >Form.php: clock (calendar) > alphabet (users) > >WizardBag.php: whereami (comments) > > -1. Keep these in place. Like I said before, we don't know who else might need them. In this case, I'm actually using reindex() and MaxKey() in one of my module development projects. If we're really worried about memory usage, we should decide what we're going to do about PHPWS_Form vs. EZform. Eloi George |