Magento:我可以在哪个文件夹中看到我安装的扩展?
我在 magento 1.5 中安装了一个扩展。只是想知道它在我的服务器上的位置,因为我想向它写入一个包含文件。谢谢
I have installed an extension in magento 1.5. Just wondering where it is on my server because i want to write an include file to it. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
通常在
[MagentoFolder]/app/code/community/[SomeCompanyName]/[SomePackageName]
中(否则,它可能不是“社区”,而是“本地”)。
对于 Magento 本身在您服务器上的位置,这取决于您安装它的位置! :)
typically in
[MagentoFolder]/app/code/community/[SomeCompanyName]/[SomePackageName]
(otherwise, instead of "community" it could be "local").
For the location of Magento itself on your server, that depends on where you installed it! :)
该扩展可以位于以下目录之一:
或者,
以下是 Magento 扩展中所有文件的文件夹结构列表:- Magento 文件夹结构
The extension can either be in one of the following directory:
OR,
Here is the list of folder structure for all the files that can be in a Magento extension:- Magento Folder Structure
[magento 文件夹]/app/code/community
[magento folder]/app/code/community
您可以在以下位置找到已安装的扩展:
您的邮件文件夹 -> app/code/community
或
您的邮件文件夹 -> app/code/local
一些扩展也将安装在本地文件夹中
您可以在代码文件夹中找到所有内容
You can find your installed extensions in :
your mail folder -> app/code/community
or
your mail folder -> app/code/local
Some of the extensions will be installed in local folder as well
You can find all in code folder