本文介绍了您如何在Magento中做简单的事情?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
所以我一直在关注
和
如何创建简单的"Hello World" Magento中的模块?
我有一些基本的了解,但是我真正想做的只是制作一个可以将信息存储到数据库的文本区域框.一个是付款信息的注释框,另一个是有关客户的注释区域.任何链接或教程都将有所帮助,谢谢!
I have some basic understanding but what I'm really trying to do is just make a text area box that can store information to the database. One is a comment box for the payment information and another is a notes area regarding clients. Any links or tutorials will help, thank you!
推荐答案
有大量详尽的资源,博客文章,当然还有堆栈溢出.这是我的最爱清单:
There are heaps of thorough resources, blog posts, and of course Stack Overflow.Here's a list of my favorites:
- alanstorm.com -是一个臭名昭著的开发人员,为Magento社区做出了很多贡献.另外,他的 Magento Quickies tumblr 很甜.
- aschroder.com -必须克隆自己才能完成所有工作的猕猴桃他所做的事情.
- www.fabrizio-branca.de Fabrizio是Magento世界中另一位孜孜不倦的工人,他在博客上分享了许多有关Magento和Typo3的信息.
- inchoo.com -Inchoo是一家克罗地亚开发公司,他们一直在解密该框架并将信息发布给所有人几年了.
- magebase.com -Magento开发人员的集合,他们发布的帖子可以提供很多帮助
- Magento知识库-Magento具有完整的知识库,Alan Storm的开发人员系列对于那些刚接触frameowrk的人来说是必读的内容.
- Magento U -Magento意识到他们需要从那里获得更多信息,因此您可以获取免费或亲自参加Magento开发基础课程
- 堆栈溢出Magento问题-我的最爱之一!
- 代码库-如果不启动IDE并逐步调试,则无法学习事情.
- alanstorm.com - Alan is a notorious developer who has contributed a lot to the Magento community. Also, his Magento Quickies tumblr is sweet.
- aschroder.com - A Kiwi who must've cloned himself to do all of the things that he's done.
- www.fabrizio-branca.de Fabrizio is another tireless worker in the Magento world, and he shares lots of information about Magento and Typo3 on his blog.
- inchoo.com - Inchoo are a Croatian development firm, and they have been deciphering the framework and posting information to all for several years.
- magebase.com - A collection of Magento developers who put out posts that can help out quite a bit
- Magento Knowledgebase - Magento has a full knowledgebase, and Alan Storm's developers series is a must-read for folks new to the frameowrk
- Magento U - Magento recognized that they needed to get more information out there, so you can get the Fundamentals of Magento development course for free or take it in-person
- Stack Overflow Magento Questions - One of my favorites!
- The codebase - There's no learning without firing up your IDE and stepping through things.
玩得开心. Magento与众不同!
Have fun. Magento is distinct!
这篇关于您如何在Magento中做简单的事情?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!