On Sun, Jan 3, 2010 at 5:59 PM, Matt Juszczak <m...@atopia.net> wrote: >> Sounds good, what is the second language? Perhaps you can use a bridge >> to prevent duplicating the code (have a single PHP implementation). > > Procedural PHP :)
Ah, wut? So, you have one code base that uses OO MVC (or something like it) vs a second that uses Procedural (ie top to bottom) PHP? If thats the case then you only have to create a single implementation of My_Mailer class, the duplicate functionality will only be in object initialization and use, which would have to be duplicated anyway. - jake > _______________________________________________ > New York PHP Users Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/Show-Participation > _______________________________________________ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation