From: Kevin <ke...@dr...> - 2006-05-03 07:28:15
|
Andrew Turner wrote: > So, what is the plan on the Model/Controller (or DB) side to get > things pulled apart? TRUNK will have to be very broken for awhile as > very core View->Controller funcs like "fof_get_items( lots, of, > things)" needs to be either yanked and/or formed into something a > little cleaner. While testing along the way is good to make sure we > don't go backwards (too far), we also don't want to have to support > every repo rev. I'm currently playing with Dan's front controller. I got side tracked from the model work look into using Dan's front controller. I think it's important to evaluate and decide if we should use this *before* getting too far into the UI redesign. I was able to convert panel.php (the feed list) to use the front controller in about 30min. I think I'll try migrating one or two more pages and then put the code up someplace for others to evaluate. I'd rather not commit anything just yet. -Kevin |