The term "REST" is an early predictor for project failure a year or two down the road. More than once I've been the guy who cleans up the mess after somebody ignorantly blunders into using "REST" for something that it's not appropriate for.

Well, we didn't go that route. We had three choices: Put database logic inside the webserver code base, put it in the database, or put it somewhere in the middle. We decided on putting it in the database, which ties us to using MySQL, but allows us to write a lot more front ends a lot easier.

Now, the question is where to put the email sending. That's where I'm at now.

-Matt
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to