From: Steven L. <st...@tu...> - 2003-11-06 16:56:05
|
On Wed, 2003-11-05 at 17:32, Wendall Cada wrote: > Stephen, > > This still works for me: > // get a list of the categories for this feed from FatCat > $tags["CATEGORY"]$_SESSION['OBJ_fatcat']->fatcatLinks($this->getId(), > "rssfeeds"); > > Should I change this to be consistent with the new changes? Wendall, You can still access the fatcat object through the session like that. There are still several modules which run ALWAYS (ie. layout, users, fatcat) which could not be avoided at this point. So no fatcat calls have to be updated. Mainly just calls to core classes. -- Steven Levin Computer Systems Admin I Electronic Student Services Appalachian State University Phone: 828.262.6740 http://phpwebsite.appstate.edu |