0

I'm trying to install the paypal plugin for cakephp. It says I should run:

$ cake schema create -path plugins/paypal_ipn/config/sql -name ipn

Which I'm not really sure what that means. If I'm on a windows machine what does that mean I should be doing?

Thanks

4

1 回答 1

0

它是 CakePHP 的命令行工具。打开命令提示符窗口,cd进入 Cake 所在的文件夹,然后输入上述命令。

您需要先添加cake到您的路径,但由于过去几年我一直是 Mac 用户,我不知道该怎么做;谷歌它,你应该很快就会找到如何做到这一点。

于 2013-08-16T16:02:40.160 回答