Log message #891604

# At Username Text
# Jul 16th 2009, 02:51 Phally dennishennen: you did comment on it :p
# Jul 16th 2009, 02:39 dennishennen Hmm. An hour ago I received a "CakePHP Bakery Article Comment Notification" on an article I did not write, and AFAIK never signed up for notices. http://bakery.cakephp.org/articles/view/cakephp-yaml-migrations-and-fixtures-without-pear
# Jul 15th 2009, 20:34 gravyface ola
# Jul 15th 2009, 20:10 arturd hey, does anyone have any experience with usermgmt-0.6?
# Jul 15th 2009, 20:09 candybar gwoo what version of cake will the new bakery run on?
# Jul 15th 2009, 18:40 ProLoser|Work what /is/ going on?
# Jul 15th 2009, 18:39 Martz|alt gwoo: can we set a topic in here to describe whats going on
# Jul 15th 2009, 17:30 ProLoser|Work huh? well i'm already confident i have my logic in the right place
# Jul 15th 2009, 17:29 Phally btw, datasources are adapters, so it is basicly the same
# Jul 15th 2009, 17:29 Phally yeah, you might built adapters for payment methods, but i think they are too different
# Jul 15th 2009, 17:28 ProLoser|Work speaking of forum...
# Jul 15th 2009, 17:27 ProLoser|Work it's annoying when people ask for a cake forum or cart and there isn't really one best solution
# Jul 15th 2009, 17:27 ProLoser|Work for his scenario it's okay, i'm trying to get something the community can get behind though
# Jul 15th 2009, 17:27 ProLoser|Work ya i understand
# Jul 15th 2009, 17:27 Phally yeah, i wasn't giving it to you, just describing it
# Jul 15th 2009, 17:27 ProLoser|Work lol well... i'm back at square one
# Jul 15th 2009, 17:26 Phally it is private and owned by the company
# Jul 15th 2009, 17:26 ProLoser|Work where can i find the code?
# Jul 15th 2009, 17:26 Phally yeah, i don't know if it's the best way to go since i haven't the slightest clue on payment methods, but it works quite nice
# Jul 15th 2009, 17:25 ProLoser|Work where is that code now?
# Jul 15th 2009, 17:25 ProLoser|Work the plugin, right?
# Jul 15th 2009, 17:25 Phally i was just descibing how he built something reusable for payments
# Jul 15th 2009, 17:25 ProLoser|Work or uh do you mean seperating gateways into their own files
# Jul 15th 2009, 17:24 ProLoser|Work so your saying my solution wouldn't work for him?
# Jul 15th 2009, 17:24 Phally like ccbill
# Jul 15th 2009, 17:24 Phally *etc
# Jul 15th 2009, 17:24 Phally tripledeal is a dutch payment method for credit cards, bank transfers erc
# Jul 15th 2009, 17:24 ProLoser|Work what is a tripledeal controller?
# Jul 15th 2009, 17:23 Phally ProLoser|Work: yeah, because all those payment methods are so different, he said he needed to separate the logic
# Jul 15th 2009, 17:22 ProLoser|Work for cakephp?
# Jul 15th 2009, 17:22 Phally ProLoser|Work: what a collegue of mine did in the past.. he made a payments plugin with a ccbill_controller, a tripledeal_controller etc
# Jul 15th 2009, 17:22 ProLoser|Work no team development (outside the core) and no expanded scripts
# Jul 15th 2009, 17:21 ProLoser|Work i think it's why the selection of scripts out there is somewhat poor at times
# Jul 15th 2009, 17:21 ProLoser|Work instead of the "this code fits this need in this specific way and must be installed thusly to do that"
# Jul 15th 2009, 17:21 ProLoser|Work that way if people want more gateways, they simply create a new datasource that links into the behavior, causing more people to reuse the same scripts
# Jul 15th 2009, 17:20 ProLoser|Work so the idea of creating a set of standards that filters through a payment gateway behavior and then use your paymentgateway on your site
# Jul 15th 2009, 17:20 ProLoser|Work for instance, there are lots of datasources, and a few payment gateways, but they are all slightly tedious to setup
# Jul 15th 2009, 17:20 ProLoser|Work but more than than, making the abstract and modular
# Jul 15th 2009, 17:19 ProLoser|Work preventing scope creep
# Jul 15th 2009, 17:19 ProLoser|Work well ya
# Jul 15th 2009, 17:19 Phally and make it flexible so people can put like anything in it