From: Matthew M. <ma...@tu...> - 2006-03-09 17:53:26
|
I never used Item. Many times it was overkill for what I needed. With PHPWS_DB::saveObject and PHPWS_DB::loadObject, I stopped even considering it. I also prefer to use DBPager over Manager. It is more flexible and it uses database limits instead of loading the entire table and then divvying out the results. They will remain for some backward compatibility but I don't plan on updating them. On Thu, 2006-03-09 at 11:51 -0500, Verdon Vaillancourt wrote: > I've noticed that none of the modules in fallout CVS use the PHPWS_Item > or PHPWS_Manager classes. Is there a reason for this? Are they only > there for backwards compatibility now? I've written modules with > classes that extend these and modules that don't, depending on my need. > If I am re-writing (moreso than converting) one of my mods for fallout, > should I move away from taking advantage of these core classes? > > verdon > > > On 8-Mar-06, at 11:13 AM, Verdon Vaillancourt wrote: > > > Thanks Matt, > > > > I'll poke around Blog, and I'm sure I'll be back in touch ;) > > verdon > > > > > > On 8-Mar-06, at 10:53 AM, Matthew McNaney wrote: > > > >> On Wed, 2006-03-08 at 10:42 -0500, Verdon Vaillancourt wrote: > >> > >>> which module would you > >>> recommend for analysing as an example of how to re-write my own? > >> > >> I would look at the Blog module as an example of 'from scratch'. I > >> tend > >> to use it to test features. > >> > >> As for upgrading an old module, the only one I have done is > >> Photoalbum, > >> which is what the Converting doc covers. > >> > >> I would glad to offer advice via email or in the chat room. > >> > >> -- Matthew McNaney > >> Electronic Student Services > >> Appalachian State University > >> http://phpwebsite.appstate.edu > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by xPML, a groundbreaking scripting > >> language > >> that extends applications into web and mobile media. Attend the live > >> webcast > >> and join the prime developer group breaking into this new coding > >> territory! > >> http://sel.as-us.falkag.net/sel? > >> cmd=lnk&kid=110944&bid=241720&dat=121642 > >> _______________________________________________ > >> Phpwebsite-developers mailing list > >> Php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > >> > >> > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > that extends applications into web and mobile media. Attend the live > > webcast > > and join the prime developer group breaking into this new coding > > territory! > > http://sel.as-us.falkag.net/sel? > > cmd=lnk&kid=110944&bid=241720&dat=121642 > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |