How would you save the quote products in a database? Serialize data?
http://cl.ly/6419969e30cd26e2f32a
They can create however many rows they want... It's for a quote system. Create a quote with however many products. I need to save X Product At X Qty and X Price foreach one.
Serialize in the only thing I could come up with, but I hate unserializing so very much. I didn't know if there was a quicker/more efficient way.
I also have all this information to store with / link with it http://cl.ly/40cc9fea47932b3740b2
PHP (Kohana) > mySQL
Thanks for any input you may have.