Larry Bradley wrote: > What, pray tell, is getParams() used for? The API says a lot, but I'm not > sure why I would use this, rather than setParams.
Unfortunate naming; they both do the same thing but at different times. getParams() is a hook method called right before the query, and if you override that method whatever you set in setParams() will not be used. setParams() can be called any time before the query, and the value you set will be used if you haven't overridden getParams(). I can't see why we'd need both of these methods, so just use what feels right for you. > This is fun! Careful, it's addicting. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
