nagyistoce / maccode

Automatically exported from code.google.com/p/maccode
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Aquatic Prime: Add MySQL support #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be really nice if Aquatic Prime's server-side code included support 
for writing generated 
registration information to MySQL (or some other database).

I added this in my local copy of AP, and changes are attached.  This adds 
support only for 
eSellerate, since that's what I'm using.  I'm not at all certain it should be 
committed to trunk as-is 
because at present it assumes you'll be using a database.  If you don't get a 
MySQL connection, it 
bails out.  However it may be useful as a starting point.

The attached patch modifies AquaticPrimeEsellerate.php, Config.php, and 
eSellerateXML.php.  
SQL code supporting this is in eSellerate.sql.

Original issue reported on code.google.com by atomicb...@gmail.com on 23 Jul 2007 at 9:40

Attachments:

GoogleCodeExporter commented 9 years ago
Can you ping Lucas on this to get him to review it?

Original comment by cforsy...@gmail.com on 3 Sep 2007 at 5:19

GoogleCodeExporter commented 9 years ago
This is now in svn.

Original comment by lllu...@gmail.com on 3 Sep 2007 at 6:05

GoogleCodeExporter commented 9 years ago
Marking as fixed.

Original comment by lllu...@gmail.com on 3 Sep 2007 at 6:07

GoogleCodeExporter commented 9 years ago
Just in case someone needs to know this for later, this was added in revision 
193, thanks Tom and Lucas!

Original comment by cforsy...@gmail.com on 3 Sep 2007 at 6:33

GoogleCodeExporter commented 9 years ago
It doesn't look like eSellerate.sql was added, which is necessary to make use 
of the new PHP code.  I added that 
in rev 210.

Original comment by atomicb...@gmail.com on 6 Sep 2007 at 11:19