CodeIgniter Forums
Extend CI_Cart - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Extend CI_Cart (/showthread.php?tid=54400)



Extend CI_Cart - El Forum - 09-07-2012

[eluser]tkaw220[/eluser]
My application would support shopping cart for typical customers and also dealers. I have two custom library, MY_Cart for customers and Dealer_Cart for dealers, both extend CI_Cart.

My problem is, contents from MY_Cart and Dealer_Cart are the same. How do I make contents from both library different?

Thank you.