[Solar-talk] Some refactoring of "related" methods in
Solar_Sql_Model
Paul M Jones
pmjones at paul-m-jones.com
Mon May 26 09:25:12 CDT 2008
Hi guys --
I'm preparing to refactor Solar_Sql_Model methods fetchRelatedArray()
and fetchRelatedObject() out to the Solar_Sql_Model_Related class,
where they seem to make more sense (and will better be able to use
versioned data caching from the related model.)
I've noticed that although there's a countPagesRelated() method, it's
never call from the model class, and in fact is never called from
anywhere in the Solar code base. Is anyone actually using that
method? If not, are there any objections to me removing it entirely?
-- pmj
More information about the Solar-talk
mailing list