I am new to cakephp so please forgive me if there is an easy answer to my question. I have finally figured out that you can call the shopping cart component from my controller that I have created, however, it seems that when I run the initialize method, I am getting an error:
"Database table carts for model Cart was not found"
it seems that I might be missing some schema which I have searched for within the project, but cannot find it...
am I missing something- did I overlook something very basic?
I am new to cakephp so please forgive me if there is an easy answer to my question. I have finally figured out that you can call the shopping cart component from my controller that I have created, however, it seems that when I run the initialize method, I am getting an error:
"Database table carts for model Cart was not found"
it seems that I might be missing some schema which I have searched for within the project, but cannot find it... am I missing something- did I overlook something very basic?
Any help would be appreciated. thanks. Mauricio