NYCPHP Meetup

NYPHP.org

[nycphp-talk] email system for website

Jake McGraw jmcgraw1 at gmail.com
Sun Jan 3 18:03:13 EST 2010


On Sun, Jan 3, 2010 at 5:59 PM, Matt Juszczak <matt at 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
>



More information about the talk mailing list