What Tools and Extensions are Critical for Magento Development?(哪些工具和扩展对 Magento 开发至关重要?)
问题描述
我们正在这里建立一个不错的 Magento 专家小社区.我很好奇每个人都使用什么 Magento 扩展和其他软件工具(IDE、编辑器等)来帮助他们的开发项目?
We're building a nice little community of Magento experts here. I'm curious what Magento extensions and other software tools (IDEs, editors, etc.) everyone is using to help with their development projects?
免费和商业工具都非常受欢迎.
Both free and commercial tools are more than welcome.
推荐答案
个人开发者肯定需要
- PHP IDE(Zend Studio、NetBeans 或 PhpStorm)
- 个人开发机器上的 LAMP/WAMP
- X-Debug 必备
- MySQL 客户端 (HeidiSQL)
- Firefox + FireBug 作为主浏览器;Safari 4/5、Chrome、Opera 10、IE 6/7/8/9
- SSH 客户端 (PuTTY)
- 通过 SSH 的 FTP 客户端和文件管理器 (WinSCP)
- PHP、MySQL、Javascript 和原型手册
- 错误跟踪系统 (Jira)
- SVN 保持自己的修订并与 magentocommerce.com 上的未来 Magento 版本保持联系
- KDiff3 用于 SVN 更好的源比较
- 不时处理图像的图像查看器 (XnView)
- 所有主机、mysqls 和其他密码的密码管理器 (PwSafe)
- 问答、Magento 论坛和教程的互联网访问
- PHP IDE (Zend Studio, NetBeans or PhpStorm)
- LAMP/WAMP on personal development machine
- X-Debug as a must
- MySQL client (HeidiSQL)
- Firefox + FireBug as main browser; Safari 4/5, Chrome, Opera 10, IE 6/7/8/9
- SSH Client (PuTTY)
- FTP Client and File manager over SSH (WinSCP)
- Manuals for PHP, MySQL, Javascript and Prototype
- Bug tracking system (Jira)
- SVN to keep own revisions and be in touch with future Magento release from at magentocommerce.com
- KDiff3 for SVN better sources comparison
- Image Viewer (XnView) to work with images from time to time
- Password keeper (PwSafe) for all hostings, mysqls and other passwords
- Internet access for Q&A, Magento forums and tutorials
实际上不需要自定义扩展,X-Debug 和自己的经验有很大帮助.对于初学者来说,Commerce Bug 会有所帮助.
No custom extensions are really necessary, X-Debug and own experience help a lot. For beginners Commerce Bug will be helpful.
这篇关于哪些工具和扩展对 Magento 开发至关重要?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:哪些工具和扩展对 Magento 开发至关重要?
基础教程推荐
- 在PHP中根据W3C规范Unicode 2022-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 如何替换eregi() 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
